Optimize Frontend Deployments with Module Federation

Troy McLaughlin Development Technologies, JavaScript, Microservices, Programming Leave a Comment

It’s time to release your latest front-end changes to production. However, as you create a new tag, you notice a large number of commits unrelated to the feature you’ve been working on. Now, instead of simply kicking off your deployment and watching the pipeline run, you need to check with numerous developers and managers to ensure you don’t deploy any …

Services Highlight: JavaScript Development

Keyhole Software JavaScript, Keyhole, Video Leave a Comment

JavaScript development has transformed dramatically since its inception, mirroring the rapid evolution of the digital world. Every few years, the tools and technologies integral to this field undergo significant changes, challenging developers not only to adapt but to master a whole new set of capabilities. This dynamic landscape of JavaScript development is marked by constant growth and an ever-expanding toolkit, …

Using RegEx In Visual Studio Code

Using RegEx in VSCode For Powerful Searching

Alex Cassells .NET, Programming, React Leave a Comment

This post demonstrates some of my favorite search techniques that work well in VSCode, including some basic RegEx (Regular Expressions) expressions that will help you find exactly what you’re looking for in an unfamiliar code base. We will cover VSCode file type inclusions and exclusions, single-line multi-term searching, conditional searching, and more. RegEx can be intimidating to people who aren’t used to using it, but luckily the RegEx expressions described in this post are very easy to remember and incredibly powerful.

JavaScript vs. TypeScript: Which is Better for Modern Web Development?

Keyhole Software JavaScript, Keyhole, TypeScript, Video Leave a Comment

Imagine a world where coding for the web was akin to painting with charcoal on rough cave walls—primitive, cumbersome, and lacking finesse. That was the early 2000s for JavaScript developers. Fast forward to today, the tools and languages have evolved drastically, making modern web development a refined art. Among these developments, two languages stand out in their influence and capability: …