

In the fast-paced world of software development, the need to empower engineering teams safely is more than just a trend—it’s a critical foundation for achieving lasting success. As technology rapidly evolves and the demand for innovation intensifies, engineering leaders must…

Embracing AI in Personal and Professional Life In recent years, my engagement with AI has significantly expanded, both in my personal and professional endeavors. On a personal level, I’ve integrated AI-driven tools into my daily routine, from using virtual assistants…

Tired of losing countless hours of productivity to ill-planned meetings? Do you leave meetings with the desired outcome still on your TODO list? Adding meeting vigilance to your repertoire will level up your meeting game in no time flat! Read…
Recently Engineering Managers across the industry have been sharing their Manager READMEs. These serve as your introduction to new teams and new hires. If you’re a manager or leader I highly recommend creating your own. Without further ado here is…

In this post, you’ll learn about the refined scope control provided by the ES6 let keyword. With let, you can keep your variable scope contained within the enclosing block.This can be a great alternative to the enclosing function scope that…

Finally, JavaScript is getting some much-needed improvements. It offers a new feature that will help you create templates from strings. In this post, I’ll provide a super quick introduction to ES6 string templates so you can start using them immediately.…

In this post, I’ll be explaining the exciting changes coming to JavaScript with ES6 arrow functions. After reading this post, you will have a solid understanding of ES6 arrow functions. You will be able to write functions using the new…

I’m convinced that the time to start coding in ECMAScript 6 (ES6) is now. I know a large part of the JavaScript community is waiting for a cue to begin. I’m going to share with you the signals that I’ve been…
Do you have a .gitignore template setup in your text expander or code editor snippets? Do you tediously add coverage to it over time as you find new files you don’t want committed into your Git repos? Well, now that…