This site uses cookies to enhance your browsing experience and deliver personalized content. By continuing to use this site, you consent to our use of cookies. COOKIE POLICY COOKIE POLICY
It’s important to keep up to date in the JavaScript world, but it’s necessary to know where you stand. When do we stop searching for the latest and greatest, and settle for what works, what is maintainable?
The world of JavaScript is a complex place. With new frameworks and breaking updates releasing on what seems like a weekly basis, how can a developer keep up? When they do keep up, how do they choose the right framework for their project? Despite JavaScript’s fast pace and seemingly endless whirlwind of “latest and greatest”, equipped with the right tools and mindset a JS dev can cut through the mire and see the other side.
The first thing any JavaScript dev knows is that keeping up with the latest frameworks is hard. With constant updates, changes and new shiny libraries, there are often more questions than answers. JS development requires a look at the big picture. It’s helpful to consider what you’ve been working on in the last year: what frameworks did you use, which updates did you make to existing code? Having a good look at what has worked in the past is invaluable to determining where to go in the future. Armed with what has worked in the past, you can begin to filter out the noise. Worked on a React project last year? Follow React’s release schedule and keep up to date with the docs. Comfortable in an Angular project? Read up on AngularCLI and the latest Flux implementations with NGRX. By narrowing the scope of updates and changes, you can focus on what matters to your work.
While filtering JavaScript updates is a useful tactic, looking at the big picture remains imperative. Much like building a wall and only focusing on single bricks, only paying attention to the frameworks you use can cause projects to lean out of plumb. So, keep an eye on the JS ecosystem as a whole: were there recent updates to ES6? Did Microsoft push a new TypeScript version? What do I need to do to keep Babel up to date? Keeping up to date with overall JavaScript changes helps keep your app maintainable and scalable for the future.
Look at the big picture, but sweat the small stuff. It’s contradictory, sure, but the point is not to be embroiled in pedantry, but to filter out noise while keeping an eye on greater trends. Keeping up to date with JavaScript requires work, but it’s easy once you filter out the noise.
Creating Reusable Code Templates to Reduce Client Project Startup Time
In consulting, one of the least visible but most expensive phases of a project is the beginning. Teams can spend days or weeks setting up repositories, agreeing on structure, wiring basic infrastructure, and solving problems that have already been solved many times before. Code templates are a practical way to reduce overhead while improving consistency. […]
Player Three Has Entered the Game: How AI Is Finally Bridging the Divide Between Design and Engineering
As AI begins to become more prominent in our day-to-day lives, I find myself in a unique position. As a practicing software engineer and UI/UX designer, I am genuinely happy to see the introduction of AI tools begin to take shape in our industry. But more importantly, I am happy to start seeing the effects it is having on what has historically been a pretty challenging relationship: the […]
The Disappearing Middle of Software Work: Why the Bookends – Strategy & Impact – Matter Most Now
Here’s a question nobody in enterprise software wants to sit with: what happens to the middle? Not the middle of the org chart. The middle of the work. The vast, expensive layer of effort that has defined enterprise software delivery for thirty years—translating what the business wants into working code. The requirements-to-implementation pipeline. The “build phase.” […]
Full distributed tracing and exception capture for any application — without writing a single line of instrumentation code. View the source code on GitHub → The Premise Observability is essential for understanding what’s happening inside your services, but instrumenting an application by hand — adding trace spans, logging calls, and metric counters throughout your codebase […]
Building a Consultant in the Trenches: How Playing Offensive Line Shaped My Consulting Career
People often ask me the same question when they find out that I played college football: “Do you miss it?” On the surface, it’s a bad question with an obvious answer. Yes. However, if I give myself a minute to sit with that question, the answer is more nuanced. Yes, I miss playing football, but […]
Modernization That Sticks: Why Adoption, Not Just Architecture, Drives Success
Modernizing a legacy sales platform in a large enterprise isn’t just a technical challenge, it’s a cultural and operational one. On a recent project with a Fortune 500 organization, several past attempts to replace the aging ERP system failed. Why? Because those efforts treated modernization as a software delivery exercise, not an adoption journey. When […]