Press ESC to close

Abhijit Ghosh

68 Articles

11x AWS certified solution architect, consultant, and agile practitioner with 18 years of experience in spearheading the design, development, implementation, strategy, and management of IT solutions.

Abhijit Ghosh
3 min read Min Read
WebREPL daemon auto-start is disabled by default in MycroPython on ESP8266 for security reason. Here, we'll enable the same, connect to the REPL over WIFI using locally installed WebREPL client and run a "Hello World" program remotely on the chip....
Abhijit Ghosh
6 min read Min Read
By default, ESP8226 module comes with AT Firmware. In this post, we'll see how to flash MicroPython firmware onto an ESP8266 ESP-12E chip using esptool. Tools,Technologies and Components used in this article 1. ESPlorer IDE [https://esp8266.ru/esplorer/#download] 2. MicroPython [https://micropython.org/] 3. macOS Sierra [https:...
Abhijit Ghosh
6 min read Min Read
Raspberry Pi is a low cost, credit-card sized and fastest selling personal computer. In this article, we'll install and configure Oracle Java ME Embedded on a Raspberry Pi. > What is a Raspberry Pi? The Raspberry Pi is a low cost, credit-card sized computer that plugs into a computer monitor or...
Abhijit Ghosh
10 min read Min Read
Apache Hadoop Development Tools (HDT) [https://hdt.incubator.apache.org/] is still in development phase. So, no official distribution of Hadoop 2.2.0 Eclipse Plugin is available now. But we can build the same using winghc/hadoop2x-eclipse-plugin [https://github.com/winghc/hadoop2x-eclipse-plugin]. In this post, we'll build, install and...
Abhijit Ghosh
7 min read Min Read
If you are getting "Exception from container-launch:org.apache.hadoop.util.Shell$ExitCodeException" in FAILED application's Diagnostics (or Command prompt) and "java.lang.NoClassDefFoundError: org/apache/hadoop/service/CompositeService" in 'stderr' containerlogs while running any Hadoop example on Windows [/run-hadoop-wordcount-mapreduce-example-windows], then add all the required Hadoop jars to the property...