Ghttps://en.wikipedia.org/wiki/Betteridge%27s_law_of_headlinesComment·Article·Dec 2, 2023·Is Node.js Dying ? Trend Analysis of Node.js in 2023
GNice photos, you should take more :)Reply·Article·Jul 9, 2023·How Photography Helped Me to Be a Better Software Engineer
GI've never used Auth0 and I've never heard of FusionAuth :) Okay, it's not entirely true that I've never used Auth0, I skimmed over the docs... but the main idea of my article is that no matter which service or 3rd party plugins you use if an outage can happen it will happen eventually.Reply·Article·Aug 18, 2022·The Hamster Wheel of Tech
GWe usually work with "2 + 1" or "3 + 1" week sprints. Where that "+ 1" week is for retrospective and maintenance work, where we usually upgrade all packages to their latest version and fix any eventual bugs. It keeps front-end development much saner.Reply·Article·Apr 10, 2022·How to Update Project Dependencies to the Latest Versions
GA one-liner if you use yarn: yarn upgrade-interactive --latestComment·Article·Apr 10, 2022·How to Update Project Dependencies to the Latest Versions
GThis is the best illustration I could findComment·Article·Sep 2, 2021·Difference between undefined and null
GSayed Alesawy Replace it with a regular struct which accepts the dependency on it. If it gets complex you can write a factory method on the struct.Reply·Article·Jun 2, 2021·Top 5 Lessons I learned while working with Go for two years
GAndrey Panin http://misko.hevery.com/code-reviewers-guide/flaw-brittle-global-state-singletons/Reply·Article·Jun 2, 2021·Top 5 Lessons I learned while working with Go for two years
GSingletons are horrible advice, don't follow that pattern. Anything that creates a static, package level variable is bad.Comment·Article·Jun 1, 2021·Top 5 Lessons I learned while working with Go for two years