Categories
Examples MERN Stack Next js React-js

Built your own React Pagination System

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 […]

Categories
ESP32 Examples

AI Thinker ESP32-Cam Video Streaming

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 […]

Categories
Examples MERN Stack

How to start a MERN Stack Application

MERN Stack is basically Mongos, Express React.js and Node.js. Which means, in a MERN Stack application we create backend using Node.js and Express and Front End with React.js and for the Database we use NoSQL kind of Database which is MongoDB. In this post we are going to explain how to start a new MERN […]

Categories
ESP8266

100 IoT project ideas with ESP8266

In this post I am going to make a list of 100 projects which could be implemented with ESP8266 or ESP32 or Raspberry Pi Pico W. These are IoT based Projects. Remember that the complexity of these projects can vary widely, so it’s important to choose a project that aligns with your skills and resources. […]