Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/posts/2026/04/21/Telex_Ticker_Tape.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions docs/posts/2026/04/21/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "How Deep Should You Go?"
date: 2026-04-21
authors:
- omar
categories:
- Technical
tags:
- self-improvement
- open-discussion
---

Today’s chat (2026-04-21) we’ll talk about this ongoing debate between what you should know as a developer.

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.”

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.”

Who’s right? What has worked for you personally?

Everyone and anyone is welcome to [join](https://weeklydevchat.com/join/) as long as you are kind, supportive, and respectful of others.

![Close-up of ticker tape](Telex_Ticker_Tape.webp)
Loading