Patrick Lee Scott, Hacker Noon

Patrick Lee Scott

Hacker Noon

New York, NY, United States

Contact Patrick

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • Hacker Noon

Past articles by Patrick:

A Guide to Git with Trunk Based Development

Learn the mindset and process behind Trunk Based Development, and how to use git effectively with this pattern. → Read More

What Does Peeling An Egg Have To Do With DevOps?

Learn These Guiding Principles To Help You Level-Up Your DevOps Chops → Read More

A Tale of Two (Docker Multi-Stage Build) Layers –

In the last article of this series, we finished adding unit tests to our project to reach 100% code coverage. With tests in place, the next piece is getting our project ready for deployment. The last… → Read More

The 100% Code Coverage Myth –

There’s a lot of advice around the internet right now saying that 100% coverage is not a worthwhile goal. Is it? → Read More

Enforcing Code Quality for Node.js –

Using Linting, Formatting, and Unit Testing with Code Coverage to Enforce Quality Standards → Read More

A Better Way to Develop Node.js with Docker –

I’ve seen a lot of articles lately suggesting how to use Docker for development. I haven’t seen one yet that does it correctly. Obviously, correctly, is subjective, but I’d like to compare the… → Read More

Move over Next.js and Webpack 🤯 –

One of the things I loved about Next.js when I first used it was that it made the massive boilerplate required by Webpack almost disappear. It also prescribed simple, logical conventions that if you… → Read More

Lessons Learned Building Distributed Systems with CQRS and Event Sourcing

Several years ago, I had an idea, or more of a drive really. Maybe even an obsession. I wanted to build the holy grail of efficiency in development. It didn’t have to be for everyone. I wanted it for… → Read More

Complicated patterns aren’t always that complicated. Usually it’s the simple ones that bite you.

Patrick Lee Scott shares a story of how a codebase became complicated while intending the opposite, the importance of language, and examples of Event Sourcing with the Repository Pattern for Node.js → Read More

My Journey to Achieving DevOps Bliss, Without Useless AWS certifications

The story of how I transformed from a naive full-stack engineer struggling with AWS and PaaS providers to loving my life and achieving DevOps bliss. The “shiny phone” was shouting at me and flashing… → Read More

These 6 essential tools will release, version, and maintain your NPM modules for you

Learn how Patrick Scott he sets up his own open source projects, and six essential tools he uses for automating their maintenance. You will learn to automate releases, maintain quality, and more! → Read More