Blog

Notes on backend engineering: APIs, data systems, reliability, and production operations.

1 FEATURED POST

Top 10 Python Packages Every Developer Should Know About
Mar 2023 7 min

Top 10 Python Packages Every Developer Should Know About

Python is undoubtedly one of the most popular programming languages in today's tech industry. With an ever-increasing number of developers turning to it, Python has established itself as a must-know skill for any aspiring programmer or software engin...

Python Python 3 python beginner Programming Blogs Developer Read →
Going Beyond the
Basics: Rarely Used Python
Operators and Functions
Feb 2023 10 min

Going Beyond the Basics: Rarely Used Python Operators and Functions

Introduction I am a self-taught python developer for more than 3 years now and yet I'm constantly surprised by the new things I learn every day. Each day I find a new operator or function which makes life so much easier. Many operators and functions ...

Python Python 3 python projects python beginner Programming Blogs Read →
How to Receive GitHub Notifications on Discord in
Real-Time
Feb 2023 5 min

How to Receive GitHub Notifications on Discord in Real-Time

Discord's versatility and personalization options have helped it gain popularity among developers. Discord's number of different communication options, such as voice, video, and text chat, can make it simpler to collaborate with team members who migh...

GitHub discord Productivity webhooks Developer Read →
Deploying FastAPI application to Render
Nov 2022 5 min

Deploying FastAPI application to Render

Recently, I came to know that Heroku is going to stop supporting free services. I have almost all the projects running in Heroku and I never tried any services. Many people pointed out that Render is the best free alternative to the Heroku. So I am g...

FastAPI Python deployment Python 3 python beginner Read →
Simple movies Telegram bot using PHP
Oct 2022 5 min

Simple movies Telegram bot using PHP

I have been using telegram for almost 4+ years and have made more than 30 bots during this period. I made the first one in PHP and the rest were build in Python and JavaScript. So today I thought why not make a simple telegram bot in PHP. That's why ...

PHP PHP7 telegram bot telegram php8 Read →
Some less popular git commands
Oct 2022 5 min

Some less popular git commands

Introduction Git is pretty much used by every developer nowadays. Personally, even after using it for approximately two years, I continue to discover new git features. So here are some of the commands I discovered, and seems they aren't popular enoug...

GitHub Git Git Commands GitLab Gitcommands Read →