2 days agoFacesLike fine wine — Audiences are fickle. In less than 20 seconds, they can make a summation of something you took a project’s time to craft. Hence, the popularity of elevator pitches and faster eye-catching applications. Among many more consequences of this preference for brevity. This is probably why some software development frameworks are…Musings2 min read
Apr 15L'amour change le monde by Ya LevisL'amour change le monde by Ya Levis Listen to L'amour change le monde by Ya Levis on Apple Music. Stream songs including "Intro", "Recul" and more.music.apple.com1 min readL'amour change le monde by Ya LevisListen to L'amour change le monde by Ya Levis on Apple Music. Stream songs including "Intro", "Recul" and more.music.apple.com
Published in SD Tidbits·Apr 15Distributed Systems & BasketsBlockchain, Kubernetes, and even Remote Work have one beautiful thing in common — the concept of distributed work. At their best. Also, the fact that they are still software development buzzwords even today…but let’s just skate past that. Dare I say, we know what distributed systems are — multiple linked…Distributed Systems2 min read
Published in SD Tidbits·Mar 31Storage PossibilitiesBrowsers — While there seems to be finite types of data you can store in a browser, we miss out on some performance benefits if we don’t leverage session or local storage. Sure, tools like NgRx provide more optimized means of state management in an application. Moreover, you are less limited to…Browsers2 min read
Mar 27The Second Wave - EP by RugerThe Second Wave - EP by Ruger Listen to The Second Wave - EP by Ruger on Apple Music. Stream songs including "Champion", "Useless" and more.music.apple.comRuger1 min readThe Second Wave - EP by RugerListen to The Second Wave - EP by Ruger on Apple Music. Stream songs including "Champion", "Useless" and more.music.apple.com
Mar 27Sneaker Walker by LUCK LIFESneaker Walker by LUCK LIFE Listen to Sneaker Walker by LUCK LIFE on Apple Music. Stream songs including "Aoiharu", "Koe" and more.music.apple.comLuck Life1 min readSneaker Walker by LUCK LIFEListen to Sneaker Walker by LUCK LIFE on Apple Music. Stream songs including "Aoiharu", "Koe" and more.music.apple.com
Published in SD Tidbits·Mar 24Containerized AutomationI can’t find my socks — We are not strangers to dependencies. Especially, when referring to packages and services in a microservices architecture. They tend to start small, then grow, and often never stop growing. Technology like Docker helps meet the most common pain points of running multiple dependent services and straightforward automation. You want to…Docker2 min read
Published in SD Tidbits·Mar 12InjectablesModularity — the name of the game — In the spirit of Spring cleaning, let’s talk about decluttering in Angular. Angular makes modularity easy and simple to accomplish. Right off the bat, you can make a clear distinction between the view, model, and controller (processing) logic. But, you know this. So, when it comes to modularity, where does…Angular3 min read
Mar 10Happy International Women’s Day! (belated)Happy International Women’s Day! (belated) If some gender-based issues were non-existent, March 8th would likely be another coffee date with the girls. Just saying.Womens Day 20221 min readHappy International Women’s Day! (belated)Photo by Matheus Bertelli from PexelsIf some gender-based issues were non-existent, March 8th would likely be another coffee date with the girls.Just saying.
Published in SD Tidbits·Mar 4Serving AOTAngular — You might have run into another “obscure” Angular console error in the browser. It might even be one of those fancy build errors that calls out something in the core.js file. Try serving your application with the aot flag. Like so, ng serve --aot. But wait…there’s more. While this can…Angular2 min read