I am a technical writer on topics related to IoT, DevOps and Robotics.

I work as a technicl writer for Stackacademic Blog as well. You can find my work free on medium.com

Create an MQTT-powered React Native App for Your Next IoT Project

This article explores how to integrate the MQTT protocol with React Native for developing IoT applications. It covers the benefits of MQTT, such as its lightweight nature and efficient communication, and provides a step-by-step guide on setting up MQTT using the Paho-MQTT library for seamless data exchange.

Create your own PDF chatbot with OpenAI, Langchain and Streamlit

This article explains how to create a PDF chatbot using OpenAI, Langchain, and Streamlit with a Retrieval-Augmented Generation (RAG) approach. It details setting up the environment, coding, and deploying the chatbot, which leverages AI to extract and answer questions from PDF documents interactively.

Introduction to IoT System Architectures

Explore IoT system architectures in this article, covering Cloud, Edge, and Fog models. Each architecture addresses different needs in terms of data processing and latency. Understand their advantages and drawbacks to choose the best fit for your IoT applications, ensuring effective and efficient system design.

Best practices with Environment Variable Files(.env) in SDLC

The article outlines best practices for handling environment variable files (.env) in the software development lifecycle, emphasizing security, version control strategies, and automated management for streamlined deployments and development efficiency.