Recent Posts
The Basics of Docker
"Docker makes managing apps much easier. It does that by using containers to run apps in isolated environments."
- 30 September 2024The Basics of Kubernetes
"The trend from monolith apps to microservices increased the use of containers -- as containers are a great solution for small independent applications like microservices. Managing lots of containers across multiple environemnts using scripts and self-made tools can be very complex. Hence container orchestration technologies, like Kubernetes."
- 30 September 2024How to Use React's Context API | Tutorial with Examples
"Context is designed to share data that can be considered 'global' for a tree of React components."
- 20 June 2024PHP Autloading
"In this article, you'll learn three ways to import classes into a PHP application: manually requiring, custom autoloading, and composer autoloading. Namespaces also discussed."
- 30 October 2023Cron jobs (crontab) on MacOS
"A crash course on cron job command syntax, and how to execute and manage your cron jobs on MacOS with crontab."
- 18 October 2023How to Improve the Performance of your ReactJS Apps - ReactJS Optimization
"React offers some nice ways to optimize our React apps. However, it's not always clear for when we should add optimizations. In fact, we can even slow down our app and make the code more complex. (Includes: React.memo, useCallback & useMemo)"
- 08 March 2022JavaScript Array Methods Cheat Sheet (17 Common Array Methods) π
"Having common array methods at the top of your head will allow you to write elegant and efficient solutions in JavaScript more quickly."
- 20 February 2022TypeScript Cheat Sheet π (32 Code Examples + PDF & Poster)
"This concise cheat sheet explains fundamental TypeScript concepts, with code examples."
- 29 January 2022