Blogs & Snippets
I write about my experiences, learnings, and snippets on Dev.to. Here are some of my latest blogs and snippets.

Enhance Your Web Apps: Best JS Libraries 🔧
Hi There 👋, As a full-stack web developer, I'm thrilled to share my favorite JavaScript libraries,...
45
4

Time Complexity
Time complexity is a way to measure how fast an algorithm is. When we talk about the time complexity...
13
3

Firebase + Nextjs
Firebase is a Backend-as-a-Service (BaaS) platform that provides developers with a variety of tools...
9
2

Mastering MongoDB and Mongoose in Node.js
MongoDB is a popular NoSQL database that is commonly used in Node.js applications. Mongoose is an...
21
0

Guide to Yaml
YAML (YAML Ain't Markup Language) is a human-readable data serialization language. It is often used...
3
0

TypeScript
When it comes to web development, JavaScript is one of the most popular and widely used programming...
4
2

10 Tips for Success: How to Be a Productive Developer and Student
Being a developer and a student can be a challenging balancing act. On the one hand, you have the...
4
0

GraphQL
GraphQL is a powerful query language that was developed by Facebook to provide a more efficient and...
6
0

ChatGPT: The Ultimate Tool for Natural Language Processing and Text Generation
What is ChatGPT ? ChatGpt is a large-scale language model developed by OpenAI. It is based...
12
4

How to remove element from list Python
A list is a data structure in Python that is a mutable, or changeable, ordered sequence of elements....
2
0

Python is an object-oriented programming language
Is Python an object-oriented programming language? Yes, Python is an objected oriented...
4
1

Why and How Git ?
Git is a software that tracks changes in any initialised repository or directory. It's helps for...
5
0

Learn Web Dev FREE !
Around the web , there are plenty of resources to get started with or learn from them. In this...
31
5

Why is it time to move on to ReactJS ?
Vanilla js is known as plain old Javascript and it’s basically the javascript written without using...
20
7

React Functional vs Class Components - Beginners Guide.
React being one of the famous frontend framework is used for building different kind of user...
16
2

Introduction To Arrays
We all know that we can use a variable to store a single value but if we have to store 100 values at...
11
2

Decorators in Python
Overview Decorators are one of the most helpful and powerful tools of Python. These are...
31
0

Data Structure In C
Datatypes Every day we meet names and numbers—at home, at work, at school, or at play. A...
8
1

Variables in C - Programming Language
Variables Variables are the name of a memory location where data is being stored . int...
8
4

What’s the Best Programming Language to Learn First?
Whether you’re looking to begin coding as a hobby, a new career, or just to enhance your current...
7
0