Nothing here yet.
Nothing here yet.
Jan 30 路 7 min read 路 The Problem Every Developer Knows Every JavaScript developer has written this code: let data try { data = JSON.parse(str) } catch { data = null } API responses, localStorage, user input - same pattern everywhere. After writing this one too many ...
Join discussion
Jan 27 路 6 min read 路 Every environment variable you read from `process.env` is a string. Even when it shouldn't be. const dbPort = process.env.DB_PORT // This is a string const enableCache = process.env.ENABLE_CACHE // This is also a string When you set `ENABLE_CACHE=fa...
Join discussion
Jan 17 路 9 min read 路 馃帀 Updated New Version Available: logfx v0.5.0 is now available with Express middleware, Fastify plugin, color themes, file rotation, and 15+ production features. Read in whats-new-in-v0.5.0 section at the end. Tired of boring console logs? Want some...
Join discussion
Jan 15 路 3 min read 路 Excited to join the Hashnode community! Here's a bit about me. Who am I? I'm Chintan - a Senior Software Engineer based in Virginia. I've been building web applications for about 9 years now, and somehow I still get excited when a tricky bug finally ...
Join discussion