StackLog

Journal

All articles — newest first.

python
beginner

Test1

Hhhh

1 min read · 2026-08-25

peace
beginner

CC-1

Daily Thaught

1 min read · 2026-06-20

python
beginner

What is Python

Python language why industry prefer

1 min read · 2026-06-20

peace
beginner

Self Realisation

Shree Krishna Plan

1 min read · 2026-06-19

python
advanced

CPython Internals: Chasing a Tuple Segfault (PR #151595)

An open CPython PR on the trashcan, _Py_Dealloc, and why nested tuple cleanup can SIGSEGV under memory pressure — issue #149146 explained.

5 min read · 2026-06-19

peace
beginner

Testing

Hello for testing

1 min read · 2026-06-19

python
intermediate

How I Got My First Change Into CPython

Fixing a Japanese email encoding bug in Python's stdlib — from crash reproducer to merged PR #151120, including what went wrong on my first attempt.

3 min read · 2026-06-19

python
beginner

HelloWorld

Writing about the myself

1 min read · 2026-06-14

gen ai
intermediate

Prompt Engineering for Backend Engineers

Practical prompt patterns for structured output, tool use, and fewer hallucinations.

1 min read · 2026-06-14

gen ai
beginner

RAG Basics — Retrieval Augmented Generation

How RAG works: embed documents, retrieve relevant chunks, and prompt an LLM with context.

1 min read · 2026-06-14

python
intermediate

Understanding the Python GIL

What the Global Interpreter Lock is, why it exists, and when it actually matters in production.

1 min read · 2026-06-10

system design
beginner

Load Balancer Fundamentals

How load balancers distribute traffic, common algorithms, and what to pick for your system.

1 min read · 2026-06-08

data structures
beginner

Heap vs Sorted Array — When to Use Which

A practical guide to choosing between a heap and a sorted array for priority and ordering problems.

1 min read · 2026-06-05