Async Python is Secretly Deterministic | DBOS

How Python async functions work, and how to produce async workflows that execute steps concurrently, but with a deterministic, durable execution order.

This Is What a Personal Surveillance System Actually Looks Like

You stop thinking of it as surveillance. It becomes β€œthe system.” Just part of how things run.

Chaincoder

This Is What a Personal Surveillance System Actually Looks Like

You stop thinking of it as surveillance. It becomes β€œthe system.” Just part of how things run.

https://cha1nc0der.wordpress.com/2026/04/03/this-is-what-a-personal-surveillance-system-actually-looks-like/

In my conversation with William Morgan on Coffee and Open Source, he solidifies his belief that the core concepts in technology, such as distributed systems, are not going away, so knowledge of how things work is still essential
#technology #developer
https://www.tiktok.com/@isaacrlevin/video/7624586983200820510
TikTok - Make Your Day

Git shortcuts that save me 30 minutes a day:

alias gs='git status'
alias gc='git commit -m'
alias gp='git push'
alias gl='git log --oneline -10'
alias gd='git diff'
alias gco='git checkout'
alias gb='git branch'

Put these in your .bashrc/.zshrc and never type a full git command again.

What are your favorite aliases? πŸ‘‡

#webdev #git #developer #productivity

Starting your career in AI right now? πŸ€–

At #ArcOfAI, Frank Greco hosts a fireside chat on what young developers should learn, where the industry is heading, and how to navigate an AI-driven future.

https://www.arcofai.com/speaker/426091f526f641d4a07b9ff89f817041

🎟 Tickets: https://arcofai.com

#AI #Careers #MachineLearning #Developer #Austin #GenAI

When your branch has local commits and upstream has new commits, what does git pull --rebase do differently from plain git pull?

----
Check out the correct answer and reinforce your Git knowledge with immediate feedback on every quiz question here πŸ‘‰ https://www.git-skills.dev/quiz/rebase-plain/

#Git #SmartGit #Coding #Programming #SoftwareEngineering #CodeNewbie #100DaysOfCode #TechTips #Developer #GitRebase

Force-pushes branch
Discards local commits
Replays instead of merge
Only for new branches
Poll ends at .
Git Rebase - Git Skills | Git Skills | SmartGit

Practice everyday rebasing, `git pull --rebase`, conflict handling, and recovery without interactive rebase.

Git Skills

Free tools every web developer should bookmark:

πŸ” PageSpeed Insights β€” performance audit
🎨 Coolors.co β€” color palette generator
πŸ“ CSS Grid Generator β€” visual grid builder
πŸ–ΌοΈ Squoosh.app β€” image compression
πŸ“± Responsively β€” test multiple viewports
πŸ”’ SecurityHeaders.com β€” security audit
β™Ώ WAVE β€” accessibility checker
πŸ“Š Plausible β€” privacy-friendly analytics

All free. All make you faster.

#webdev #tools #frontend #developer

I made a little keyboard game like monkeytpe, but the text is from GitHub repository :)

Check it out, and show your best score !

https://type.a2n.dev/

#keyboard #developer #typinggame

TypeCode

A Monkeytype-style typing speed test for real code. Practice typing with syntax-highlighted snippets from popular open-source GitHub repositories.

TypeCode

What's the one thing you wish you knew before building your first website/app?

For me: "Ship the ugly version first, then iterate."

I spent months perfecting designs that nobody saw. Now we build landing pages in 24 hours and improve based on real feedback.

What's yours? πŸ‘‡

#webdev #buildinpublic #developer