To upload file in flask python is very important. Even if we are trying to upload the profile image with even very basic profile management task with flask. Or we are trying to create an e-commerce website with flask python and need to upload product images. We always need to implement file uploading method if […]
Author: Abdul Rehman
My name is Abdul Rehman and I love to do Reasearch in Embedded Systems, Artificial Intelligence, Computer Vision and Engineering related fields. With 10+ years of experience in Research and Development field in Embedded systems I touched lot of technologies including Web development, and Mobile Application development. Now with the help of Social Presence, I like to share my knowledge and to document everything I learned and still learning.
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 introduced in Java 8 and became one of the crucial parts of the Java Programming which helps to write functional programming. It helps to reduce the boiler plate code which […]
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 the Top 50 Reasons to use it. Naive Bayes classifiers seem very simple but they are extremely effective machine learning algorithms which could be advantageous in various scenarios. Here are […]
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 enjoy in ride. This is a roller coaster journey. The one new in the field and trying to adapt the Embedded System Programming as their full-time job should focus on […]
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 in atmega328p microcontroller to protect from reading. In this post we are going to summarize the lock fuse bits in atmega328p microcontrollers. We will describe how to use these available […]
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 what is a SaaS? SaaS is a short form of Software as a Service. When you provide a service in form of a Software it is a SaaS. The SaaS […]
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 Sensor Interfacing. There are many options and Algorithms to build a car parking system but here we will discuss the Arduino Car Parking system using IR Sensors. IR sensor could […]
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 codes, first one is to implement a digital clock without the API and second one with API. When we will use the pure native digital clock implemented in ESP8266, it […]
Do you ever wonder why do we need to build a custom react pagination System? Or while setting up the project why we do we need a to setup a react pagination component as well? Or How do I use custom pagination system in react JS? We are going to answer these questions in this […]
Today I am presenting the code which also comes with built in example to stream the video of esp32-cam module. But the difference between the code which comes with built in example is that it also comes with lot of unnecessary interface which is mostly not required. All you need is to see the camera […]