
Custom Java lambda expressions for cleaner and more concise code
Custom Java Lambda expression could help you to write more cleaner and concise code especially when you are working with functional paradigms. Lambda expressions were...

Top 50 Reasons to use Naive Bayes Classifiers
You should not always consider the resource hungry deep learning models if your task can be handled by a simple Naive Bayes classifier. Here are...

Top-Rated Books for Mastering Embedded System Programming
Here is the compiled list of books which you should read to master the Embedded system Programming. Embedded systems programming is not easy perk to...

How to use ATmega328P lock bits to protect your firmware
Before you wonder how to lock the atmega328p microcontrollers which are backbone of Arduino Uno, this is done with lock bits which you can program...

How to start a SaaS Startup as a Developer
In today’s post we are going to discuss the opportunity of starting the SaaS Startup for a software engineering background. First of all, let’s discuss...

Car parking system using Arduino and IR Sensor
Car Parking system using Arduino and IR Sensor is very interesting project to start playing or to demonstrate your basic understanding of Arduino Programming and...

ESP8266 Web API Based Digital Clock with OLED Display
Today we are going to cover web API based digital clock using esp8266 nodemcu in Arduino. In this post I would mention two kind of...