Back to blog
May 05, 2025
2 min read

Weekly Reads: 5 May 2025

Curated links and insights from what I read this week.

Here’s a list of articles, videos, or tools I found interesting this week, along with short notes on why they caught my attention.


📰 Articles

  1. Dockerfile: You Don’t Know CMD vs ENTRYPOINT Explains the difference between cmd vs entrypoint and why they are crucial for handling graceful shutdown etc.

  2. Docker Events The author describes how $ docker events command can be used to debug issues with your docker containers.

  3. Memory bandwidth napkin math Quite a useful read, explains that memory reads has a limit and why we can’t infinitely scale vertically just by adding more memory to a server.

  4. Digital hygiene A must read for everyone.


🎥 Videos

  1. Configure your git Configuring your git beyond defaults. I really liked the git URL and commit template trick.

🛠️ Tools / Projects

  1. How to hunt Interesting stuff on hunting web vulnerabilties using different methods.

That’s all for this week! If you found something great recently, feel free to share it with me.