Engineering Craft
Programming paradigms, framework trade-offs, concurrency basics, security habits, and the practical choices that shape code every day.
December 4, 2022 • 11 min read
Synchronous and Asynchronous
Sometimes you have to wait, sometimes you can do what you need instantly.
September 18, 2022 • 11 min read
Safe and Secure Web Applications
Learn how to safeguard your web applications from cyber threats with this comprehensive guide on web application security.
June 21, 2022 • 3 min read
Better Javascript by using declarative paradigm
Learn how to write code that shows your intentions.
September 5, 2021 • 9 min read
The Framework
Frameworks provide ready to use files and directories layout.
March 21, 2021 • 4 min read
Tabs or Spaces?
A tale of taking another point of view.
March 15, 2020 • 5 min read
Race Conditions
What happens when everybody wants the same in the same time.