Not actually a devlog #5
Hey everyone! I'm finally assuming those are not real devlogs because I paused my side-projects a while ago. However here are some links I found nice recently.
Reads 📖
- 🇬🇧 How many threads does your network client use? A really nice article about Kotlin network clients and how they handle concurrency under the hood.
- 🇬🇧Pitfalls of Safe Rust A nice to keep for people like me not working every day in Rust. Some error are trivials and easily avoidable however I found it nice to have them aggregated in a small article.
- 🇬🇧Exploring for strategy Now that the serie is completed getting back to the first part was really needed at least for me. It's a must read for anyone working in a tech environment.
- 🇬🇧What would happen if we didn't use TCP or UDP? A fun experiment about avoiding TCP/UDP. It brings me back in time when studiying OSI model and everything.
- 🇬🇧The Best Programmers I Know I couldn't agree more. A must read for everyone willing to know how "best programmers" operate.