My Blog

Thoughts on diverse programming domains, from embedded systems to quantum computing, low-level programming to web development. Sharing insights across the programming spectrum.

Literature

Revisiting The Brothers Karamazov at 30

Ten years after first reading Dostoevsky's masterpiece at age 20, I'm diving back into the dark corners of the human spirit. What did I understand then? What will I understand now?

DostoevskyLiteraturePhilosophy+1 more
2025-07-23
8 min read
Read More →
Quantum

Exploring Quantum Computing with Qiskit

Building quantum algorithms and understanding quantum gates. This post covers the fundamentals of quantum computing and how to implement algorithms using IBM's Qiskit framework.

Quantum ComputingQiskitPython+1 more
2024-01-15
12 min read
Read More →
Embedded

Embedded Systems: From Microcontrollers to IoT

Developing for resource-constrained environments and real-time systems. Exploring the challenges and solutions in embedded programming.

Embedded SystemsC++ESP32+2 more
2024-01-10
15 min read
Read More →
Systems

Low-Level Programming: Memory Management in C

Understanding memory allocation, pointers, and system-level programming. Deep dive into how memory works at the lowest level.

C ProgrammingMemory ManagementAssembly+1 more
2024-01-05
18 min read
Read More →
Embedded

Building a Real-Time Operating System

Implementing a lightweight RTOS with task scheduling, inter-process communication, and memory management for embedded systems.

RTOSEmbedded SystemsC+2 more
2023-12-28
20 min read
Read More →
Quantum

Quantum Error Correction: Surface Codes

Implementing quantum error correction codes including surface codes and stabilizer codes for fault-tolerant quantum computing.

Quantum Error CorrectionSurface CodesQiskit+1 more
2023-12-20
16 min read
Read More →
Music

Creating Music with Code

Using programming to generate and manipulate music. Exploring algorithmic composition, MIDI programming, and how code can be a creative tool for music production.

Algorithmic MusicMIDIPython+1 more
2023-12-15
10 min read
Read More →