PinnedInTDS ArchivebyRahul Banerjee·Feb 27, 2021How to create a GitHub Profile README using this web appA simple web app and around 15 minutes of your time can make your GitHub Profile stand out. This article also contains a list of resources…A response icon1A response icon1
InProgramming TipsbyRahul Banerjee·Apr 11, 2023How to Transform Data into Profit with Python and FlaskDiscover how to transform data into profit with Python, Flask, and RapidAPI. Learn to create, deploy, and monetize a custom API using…
InProgramming TipsbyRahul Banerjee·Mar 5, 2023How to Use Decorators in Python?Learn how to use Python decorators to add functionality to your code. Explore decorator functions, classes, caching, best practices, and…A response icon1A response icon1
InProgramming TipsbyRahul Banerjee·Jan 30, 2023How to Create a Testable CLI using TypeScript?A CLI is a tool that allows users to interact with a computer program through the command line. It can perform various tasks, such as…
InPlain Simple SoftwarebyRahul Banerjee·Jan 6, 2023My Software Development Blogging Journey: A 2022 RetrospectiveThis is going to be a retrospective piece going over my Blogging stats and earnings in 2022. I will also include some tips based on my…
InPlain Simple SoftwarebyRahul Banerjee·Dec 7, 202210 Mistakes I made as a Newbie Python DeveloperPython is a popular and powerful programming language, but it can be easy for beginners to make mistakes when they are first learning the…
InProgramming TipsbyRahul Banerjee·Nov 17, 2022How to Send and Receive Data in FlaskI’ll be using Repl.it for writing all the code. Repl.it lets you quickly deploy your API and is really convenient. You can find my Repl…
InProgramming TipsbyRahul Banerjee·Nov 13, 2022How to Store Credentials as Environment Variables and Read in JavaScriptSecrets are called secrets for a reason. We do not want others to know about them, be it in real life or in JavaScript
InProgramming TipsbyRahul Banerjee·Oct 22, 2022How to Easily Manage Multiple Node VersionsThis will be a short tutorial that will teach you how to manage node versions using a version manager called nvm. You’ll also see how to…
InProgramming TipsbyRahul Banerjee·Oct 18, 2022Do you know these Software Engineering Terms?Do you know about the Ostrich Algorithm?