In this tutorial, we will see how to set up automated deployment of multiple applications under a single GitHub repository
Continue readingAuthor: banerjeer2611
Gentle Introduction to Linear Programming
First, let’s talk about a Linear Equation. A linear equation consists of variables, the only restriction is that each variable
Continue readingUsing the Bitbucket API
This article was originally posted on Rewind’s Blog As your team grows, you may need to modify how you use
Continue readingHow 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
Continue readingIntro to Webhooks and How to Receive them with Python
This tutorial will be an introduction to the concept of webhooks. We will also build a simple Flask server that
Continue readingLeetcode 922 – Sort Array By Parity II – Python Code with Explanation
Summary of question We are given an unsorted array of integers. Half of the integers are even while the other
Continue readingHow 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
Continue readingHow to Automate Formatting and Linting in Python
We will be looking at some packages to format, lint, test our code and later create a pre-commit hook to
Continue readingAutomate JavaScript Code Linting and Formatting in 5 simple Steps
What are Git Hooks? Git hooks are basically scripts fired before an important action occurs, eg: before a commit is
Continue readingTranscribing Twilio recordings using the Twilio API and AssemblyAI
In this tutorial, we will transcribe a call recording in Twilio using AssemblyAI’s API. We will use Python to write
Continue reading4 packages to generate UUIDs in JavaScript
Generating UUIDs UUIDs are Universally Unique Identifiers. They are also known as GUIDs (Globally Unique Identifier). It is basically unique
Continue readingHow to safely work with nested objects in JavaScript
Why do we need to be careful when working with nested objects? If you have worked with APIs before, you
Continue reading