Skip to content

Commit 8507a28

Browse files
committed
Merge branch 'main' into feature/sponsor-page
2 parents 45f2d7c + 628ee8e commit 8507a28

4 files changed

Lines changed: 29 additions & 2 deletions

File tree

24.5 KB
Loading

docs/posts/2026/04/21/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "How Deep Should You Go?"
3+
date: 2026-04-21
4+
authors:
5+
- omar
6+
categories:
7+
- Technical
8+
tags:
9+
- self-improvement
10+
- open-discussion
11+
---
12+
13+
Today’s chat (2026-04-21) we’ll talk about this ongoing debate between what you should know as a developer.
14+
15+
One side says: “Every programmer should learn C. Implement a linked list, hash table, and binary tree. Then build a simple CLI program and a basic network server. Not because you’ll use it daily, but because it strips away every abstraction you’ve been hiding behind and shows you what’s really beneath whatever language you use daily.”
16+
17+
Another side responds: “Every C programmer should write assembler. Every assembler programmer should write machine code. Every machine code programmer should design a chip. Every chip designer should work on a Turing ticker tape machine. Learn what you need for the level you work at. And a bit of what’s further down and further up the stack. For most people, linked lists are further down the stack than they need to venture.”
18+
19+
Who’s right? What has worked for you personally?
20+
21+
Everyone and anyone is welcome to [join](https://weeklydevchat.com/join/) as long as you are kind, supportive, and respectful of others.
22+
23+
![Close-up of ticker tape](Telex_Ticker_Tape.webp)

requirements.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ mkdocs-macros-plugin
55

66
# GitHub's dependabot detected an error in previous versions
77
urllib3>=2.6.0
8+
9+
pygments~=2.20.0

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ pathspec==0.12.1
6262
# mkdocs-macros-plugin
6363
platformdirs==4.5.1
6464
# via mkdocs-get-deps
65-
pygments==2.19.2
66-
# via mkdocs-material
65+
pygments==2.20.0
66+
# via
67+
# -r requirements.in
68+
# mkdocs-material
6769
pymdown-extensions==10.18
6870
# via mkdocs-material
6971
python-dateutil==2.9.0.post0

0 commit comments

Comments
 (0)