/Blogs

My journals and views on tech stacks, codeups.

Learn React with these cool Projects 😎 Published on Mar 21

Learn React with these cool Projects 😎

React is a powerful JavaScript library for building user interfaces, and mastering it requires...

Free Database Hosting for Your Next Project Published on Oct 4 '24

Free Database Hosting for Your Next Project

Exploring Free Database Hosting Options for Your Next Project If you're looking to start a...

Install Nerd Fonts (or any fonts) easily in Linux Published on Sep 9 '24

Install Nerd Fonts (or any fonts) easily in Linux

Switching to Linux can be a liberating experience, offering a highly customizable and secure...

🔥 VS Code Tip of the Day 🔥 Published on Jan 25 '23

🔥 VS Code Tip of the Day 🔥

Stay Organized with the TODO Highlight Extension Are you having a hard time keeping track...

What can you build with WASM? Published on Jan 21 '23

What can you build with WASM?

WebAssembly (WASM) is a binary instruction format for a stack-based virtual machine. It is designed...

Learning Python in 2023: A Roadmap Published on Jan 15 '23

Learning Python in 2023: A Roadmap

Step 1: Familiarize yourself with the basics Start by learning the basic syntax and data...

Top Rendering Patterns for your Next Web App Published on Jan 11 '23

Top Rendering Patterns for your Next Web App

What is Content Rendering? In simple words, rendering is converting structured data or...

How to debug JavaScript like a pro? Published on Jan 5 '23

How to debug JavaScript like a pro?

Debugging is an essential part of the software development process. It involves identifying and...

Top UI libraries for Vue JS in 2023 Published on Jan 3 '23

Top UI libraries for Vue JS in 2023

Vue.js is a popular JavaScript framework for building web applications, and there are many UI...

💅🏻If you're beautiful, follow this JS Code Style Published on Jan 1 '23

💅🏻If you're beautiful, follow this JS Code Style

Summary 📑 Soft tabs with two spaces Never use semicolons Always use single quotes Keep...

Read More ==>
65 53 5
Async Await v/s Promises? Published on Dec 18 '22

Async Await v/s Promises?

Both async/await and promises are ways to handle asynchronous code in JavaScript. They are not...

What is Jam Stack? Is jamstack the future of static website? Published on Dec 17 '22

What is Jam Stack? Is jamstack the future of static website?

What is Jamstack? Jamstack is an architecture designed to make the web faster, more...

What are Headless CMS? Published on Dec 16 '22

What are Headless CMS?

A headless content management system (CMS) is a backend system that enables you to manage and...

Read More ==>
51 15 3
How VuePress can save your time? Published on Dec 12 '22

How VuePress can save your time?

VuePress is a static site generator based on the Vue.js JavaScript framework. It is designed to be...

App Ideas to make in 2023 Published on Dec 11 '22

App Ideas to make in 2023

Here are a few app ideas that could be interesting to develop in 2023: A virtual event platform...

Top JS frameworks in 2023 Published on Dec 11 '22

Top JS frameworks in 2023

It is difficult to predict with certainty which JavaScript frameworks will be the best in 2023, as...

First Look At Gridsome? Vue.JS On Steroids! Published on Nov 13 '21

First Look At Gridsome? Vue.JS On Steroids!

What is Gridsome? Gridsome is a Static-Site-Generator for Vue.JS, which is heavily...

Easy and Simple Pagination in Vue Published on Apr 5 '21

Easy and Simple Pagination in Vue

How to paginate simply by using vue js? In this tutorial I will show you how to Add custom...