Logo Image

FizzBuzz Blog.

content
my-image

Debaditya Bhar

August 7, 2025

PYTHON

Iterators, Generators & Coroutines

This tutorial provides a comprehensive guide to Python's iteration protocol and its powerful extensions - generators and coroutines. These features are essential for writing memory-efficient and highly concurrent Python applications.

Read
Object-Oriented Programming (OOP) - Advanced Concepts in Python

Object-Oriented Programming (OOP) - Advanced Concepts in Python

PYTHON

Debaditya Bhar || August 5, 2025

This tutorial will walk you through the advance concepts of OOP in Python, from Inheritence, Polymorphism, Encapsulation to Abstruct classes.

Object-Oriented Programming (OOP) Fundamentals

Object-Oriented Programming (OOP) Fundamentals

PYTHON

Debaditya Bhar || August 2, 2025

This tutorial will walk you through the fundamental concepts of OOP in Python, from the basic building blocks to the different types of methods you can use within a class.

Functions: Advance Features

Functions: Advance Features

PYTHON

Debaditya Bhar || August 1, 2025

This module will introduce you to several powerful tools, including anonymous functions, higher-order functions, decorators, and generators.

Functions: The Building Blocks of Reusable Code

Functions: The Building Blocks of Reusable Code

PYTHON

Debaditya Bhar || August 1, 2025

Functions are one of the most powerful concepts in programming. They allow you to bundle a set of instructions into a single unit that you can reuse repeatedly throughout your code.

Subquery in SQL

Subquery in SQL

DATABASE SQL

Debaditya Bhar || April 18, 2024

SQL is the most popular language in RDBMS across the world. This article discusses on different types of subqueries in SQL with their applications along with several examples.

Notes on SQL Joins

Notes on SQL Joins

DATABASE SQL

Debaditya Bhar || April 15, 2024

In this blog, we have discussed on several SQL joins those are applied several relational database management systems.

Comparing the Top Cloud Service Providers: AWS vs. Azure vs. Google Cloud

Comparing the Top Cloud Service Providers: AWS vs. Azure vs. Google Cloud

CLOUD HOSTING

Debaditya Bhar || July 22, 2023

This blog discusses in-depth comparison of the leading cloud service providers, focusing on their unique offerings and use cases.

Hosting NextJS 13 Application on GitHub Pages

Hosting NextJS 13 Application on GitHub Pages

NEXTJS DEPLOY

Debaditya Bhar || April 18, 2023

Do you want to deploy your Next JS 13 application for FREE on GitHub Pages? Follow this article for step-by-step guide.

Node JS on AWS Cloud

Node JS on AWS Cloud

NODE JS AWS EC2

Debaditya Bhar || April 15, 2023

Do you want to deploy Node JS application on AWS EC2 instance? Please find the complete step-by-step deployment process for any Node JS application on AWS EC2 instance in a easy to understand way.

Hosting Static Website on AWS

Hosting Static Website on AWS

CLOUD HOSTING

Debaditya Bhar || March 26, 2023

Amazon S3 (Simple Storage Service) is the object storage service that provides industry level scalability, availability, security, and performance. It is the backbone of many static websites. If you want to host your personal static website on the AWS Cloud for FREE, please follow the article.