πŸŒ³πŸ’»

Doable Danny

Subscribe to be notified of new blog posts!

No spam ever. One-click unsubscribe whenever.

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 2024

The 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 2024

How 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 2024

PHP 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 2023

Cron 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 2023

How 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 2022

JavaScript 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 2022

TypeScript Cheat Sheet πŸ“„ (32 Code Examples + PDF & Poster)

"This concise cheat sheet explains fundamental TypeScript concepts, with code examples."

- 29 January 2022
Minus TenPrev Page1 / 5Next PagePlus Ten
Twitter LogoGithub LogoCodepen Logo

Follow me on Twitter where I post my daily coding creations!

Affiliate disclosure: As an Amazon Associate, we may earn commissions from qualifying purchases from Amazon.com.