Blogs
Explore my latest musings and in-depth articles on various subjects, including MERN stack development, software engineering best practices, and industry insights.
Unlocking Real-Time Magic: Socket.io and ExpressJS Integration Guide
We'll go on an exciting journey into the worlds of Socket.io and ExpressJS in this engaging post, where we'll discover the mysteries of real-time online apps. Get ready to be amazed as we discuss: Introduction to Socket.io and its role in facilitati...
- SocketIO
- Express
- Node.js
A Guide to HTTP Methods with Fetch in React
HTTP methods are a fundamental aspect of web development, enabling communication between clients and servers. In this guide, we'll explore the nine commonly used HTTP methods and demonstrate how to use them in a React application using the fetch API....
- React
- http
- APIs
Windows tricks that might just save you
Once upon a time, there was a student who was diligently attending his online classes. He was concentrating and engaged in the lesson when, all of a sudden, his computer screen froze. The student was taken aback and thought, "What is happening to my ...
- Windows
- Windows 10
- windows terminal
Create and publish your own VScode theme
Hello and welcome to my blog this is Lokesh. Some days ago I published my theme ( Darkroom ) on the VScode marketplace and it's cool. You can publish your theme on the VScode marketplace very easily. In case you don't know about VScode it's a popular...
- vscode extensions
- vscode
- yeoman
Form Validation Using Only HTML: A Ultimate Guide
Introduction: Form validation is an important part of web development since it ensures that user input is correct and relevant before sending the form to the server. HTML has several form properties that may be used to validate user inputs on the cli...
- HTML5
- form validation
- user experience
CSS Grid vs Flexbox: Which Layout Tool is Best for Your Project?
Introduction: CSS Grid and Flexbox are both strong layout technologies for generating dynamic and adaptable web designs. While they have some similarities, they are also highly different and should be utilised in various scenarios. Understanding CSS ...
- CSS Grid
- flexbox
- layout