Posts
All the articles I've posted.
-
Avoiding the God Object - A Guide to Better Software Design
Published: at 07:30 AMA quick guide to understanding what a God Object is, why it's problematic, and when it might make sense to use it.
-
Understanding the punycode Deprecation Warning in Node.js
Published: at 02:30 PMA quick look at the punycode module deprecation in Node.js — what it does, why it was removed from core, and how to update your code.
-
Quartz CRON Explained
Published: at 03:30 PMDiscover how Quartz CRON differs from traditional CRON and why it's widely for scheduling tasks in Java applications.
-
Mastering CRON Expressions - A Developer's Quick Guide
Published: at 05:30 AMLearn how to read and write CRON expressions with confidence. This quick guide covers syntax, examples, special characters, and tools to schedule tasks like a pro.