Samyabrata Maji

Samyabrata Maji @sammaji

About: Software engineer

Location:
Kolkata, West Bengal
Joined:
Dec 21, 2022

Samyabrata Maji
articles - 14 total

Create dropdown menu (tui) in c

In this article, I’ll show how to create a simple dropdown menu using C, with the ability to navigate...

Learn More 9 4Mar 10

Build and deploy a chat application using Socket.io and Redis.

In this tutorial, we will be building a chat application using web sockets. Web sockets are really...

Learn More 19 4Aug 26 '24

How to show progress while downloading data in node.js

What if you are downloading a large file and need to show the users the progress of the download. You...

Learn More 26 5Apr 27 '24

Everything about Data Fetching & the JavaScript Fetch API.

The lifeblood of modern web applications is data. They rely on fetching information from various...

Learn More 31 2Mar 12 '24

Beginner's guide to monorepos and turborepo.

In this article we will look at how to manage monorepos using turbo repo. What is a...

Learn More 8 0Nov 30 '23

Detailed Introduction To Prisma ORM

Prisma is an open-source object-relational mapper (ORM) tool for Node.js and TypeScript. In this...

Learn More 19 0Sep 25 '23

Vite: The Fast, Simple, and Efficient Build Tool for Web Developers

If you're a developer who's looking for a faster, simpler and more efficient way to build web...

Learn More 7 0Feb 26 '23

A Guide to Styling Your Website with Tailwind CSS

Are you tired of writing CSS from scratch and spending hours tinkering with styles? Do you want to...

Learn More 9 0Feb 17 '23

A Short Introduction to React

React is a JavaScript library for building user interfaces. It is developed and maintained by...

Learn More 6 0Feb 13 '23

The Complete Guide to User Authentication in Firebase

In this blog, we'll cover how to implement a simple login signup functionality using firebase. We'll...

Learn More 5 0Feb 10 '23

JavaScript Datatypes in Detail

There are seven different primitive data types in JavaScript: undefined, null, number, bigint,...

Learn More 3 0Jan 8 '23

The Role of Automation in Increasing Productivity

As developers, we are constantly looking for ways to streamline our workflows and increase our...

Learn More 7 2Jan 7 '23

Learn Git the FAST way.

In this blog post, I'll share what is Git? And how to get started with Git. But first, why even...

Learn More 2 0Jan 6 '23

Write semantic HTML

If you are like me, you probably are using div everywhere. It's bad practice. Your code is both...

Learn More 3 2Dec 21 '22