Rahul Banerjee

Rahul Banerjee @rahulbanerjee99

About: My opinions are my own

Location:
Toronto
Joined:
Nov 23, 2020

Rahul Banerjee
articles - 96 total

How to Transform Data into Profit with Python and Flask

This article was originally posted on realpythonproject.com Introduction In today's...

Learn More 1 0Apr 5 '23

How to Use Decorators in Python?

Decorators in Python are a powerful tool that allows you to modify the behavior of functions and...

Learn More 4 0Mar 5 '23

How to Create a Testable CLI using TypeScript?

This article was originally posted on www.realpythonproject.com A CLI is a tool that allows users...

Learn More 0 0Jan 30 '23

My Software Development Blogging Journey: A 2022 Retrospective

This piece was originally posted over here. This is going to be a retrospective piece going over...

Learn More 1 0Jan 6 '23

How to Send and Receive Data in Flask

This article was originally posted on realpythonproject.com I’ll be using Repl.it for writing...

Learn More 5 0Nov 14 '22

How to Store Credentials as Environment Variables and Read in JavaScript

Article was orginally posted on...

Learn More 3 1Nov 12 '22

Do you know these Software Engineering Terms?

I recently saw this reel by tiffintech and I went on a ‘Google Ride’ searching for some more funny...

Learn More 74 7Oct 17 '22

How to Use Python to Post on Popular Blogging Websites

Create once, publish multiple times. Automate the manual work with Python 💯 In this...

Learn More 0 0Sep 25 '22

Advanced SQL: Going beyond the Basics

Structured Query Language (SQL) makes a great addition to your toolbox. It may not be as popular as...

Learn More 11 0Jul 19 '22

The concept of Triple CCC: Currying, Closure, Callback in JavaScript

JavaScript is a programming language that is used in both FrontEnd and BackEnd to build interactive...

Learn More 15 3Jul 6 '22

How to Share API Changes with Your Team

If your team is developing or updating an API as part of your software project, you need to be...

Learn More 7 0Jul 5 '22

How to Make an AI-Assisted Phone Service with Twilio

This article was originally posted...

Learn More 3 0Jun 24 '22

How to read and write files in JavaScript

Article was originally posted on realjavascriptproject.com Reading from a file is the process...

Learn More 6 0Jun 23 '22

How to Make Your Own Livestreaming Service with api.video

With the recent shift in the popularity of remote work environments, the demand for live streaming...

Learn More 4 0May 26 '22

How to Build a Recommender System with Embeddinghub

A common problem in applied machine learning is how to recommend items in a database to users based...

Learn More 2 0May 19 '22

How to randomly select an item from a list?

This post was originally posted on Python Engineer's Blog In this tutorial, we will look at...

Learn More 4 0Feb 10 '22

Why and How should you learn a new programming language?

Don’t start off by doing projects Learning a new programming language can be daunting and at times...

Learn More 3 1Jan 12 '22

How to Declare Object Literals in TypeScript the Right Way

In this article, you will look at different ways to declare Object Literals in TypeScript What are...

Learn More 4 0Jan 11 '22

Living with Imposter Syndrome as a Software Developer

Why you should read this article? Like many others, I have experienced imposter syndrome firsthand....

Learn More 4 0Jan 4 '22

Scrum terms you should be familiar with as a Software Developer

Who is a Scrum Master and Why do we have Scrum Ceremonies? This is what I asked myself when I first...

Learn More 69 2Dec 27 '21

10 things every software developer should know to stay productive

Software development is a complex and dynamic field. There are an infinite number of things to know,...

Learn More 26 1Dec 24 '21

The 4 Types of Side Hustles for Software Developers

Introduction It's no secret that the job market is competitive. You need to stand out from the crowd...

Learn More 18 0Dec 23 '21

Some tips to get hired as a Software Developer in 2022

The software industry is booming, with new software companies popping up every day. If you want to...

Learn More 15 2Dec 21 '21

How to Setup Automated Deployment For Multiple Apps Under a Single Github Repository In Heroku

In this tutorial, we will see how to set up automated deployment of multiple applications under a...

Learn More 0 0Nov 28 '21

Gentle Introduction to Linear Programming

First, let’s talk about a Linear Equation. A linear equation consists of variables, the only...

Learn More 12 0Nov 15 '21

How to Expose Your Local Host URL as a Public URL

There might be times when you wish to access your API or React project using a public URL but do not...

Learn More 42 2Oct 26 '21

Intro to Webhooks with Python

This tutorial will be an introduction to the concept of webhooks. We will also build a simple Flask...

Learn More 25 0Oct 26 '21

How to use APIs with React Functional Components

Using APIs in your react project is a common use case. In this tutorial, we will be looking at two...

Learn More 80 1Aug 27 '21

Automate Clean Code and Linting in Python

We will be looking at some packages to format, lint, test our code and later create a pre-commit hook...

Learn More 16 0Aug 23 '21

Intro to Flask - Micro Web Framework

Websites have been floating around us for quite a long time now. The process of web development is...

Learn More 7 0Aug 19 '21