Introduction
This repository contains my personal collection of notes, primarily focused on Computer Science, Software Engineering, and Backend Development. As I explore various topics in these areas, I document my learnings and publish them on this website.
If you come across any issues or errors in the notes, feel free to open an issue in the GitHub repository.
Content Table
Programming Fundamentals
- Programming Languages
- Python
- Introduction
- Python Basics
- Variable Scoping
- Common Data Structures in Python
- Loops, Control Structures, and Functions
*argsand**kwargs- Standard Library
- Pythonic Code
- Object Oriented Programming (OOP)
- Exception Handling
- Context Manager
- File Handling
- Iterator and Generator
- Multithreading
- Multiprocessing, and Asyncio
- Asyncio
- Metaprogramming
- Decorator
- Unit Test
- Pytest
- Execution Flow
- Memory Management
- Reference Counting
- Generational Garbage Collection
- Package Managers
- JavaScript
- Introduction
- Variables
- Data Types
- Mutation
- Functions
- Conditions and Loops
- Asynchronous Programming
- Execution Context
- Call Stack
- Queues
- Event Loop
- Closures and Lexical Scoping
- Callbacks and Higher-Order Functions
- Currying and IIFE
- Prototypes and Inheritance
- Object Oriented Programming
- The
thisKeyword - Type Coercion and Type Conversion
use string- Event Handling
- ES6 and Beyond
- Concurrency and Parallelism
- Go
- Python
Framework and Libraries
Data Structure and Algorithms
Operating Systems
System Design and Databases
Sources
The notes are primarily created by me or with the assistance of ChatGPT. Occasionally, they include content adapted from other sources, though I typically rework the material rather than copying it verbatim.