Building, Maintaining, and Letting Go
Lessons learned while managing my Next.js node loader as a solo maintainer, the importance of community contributions, and how to gracefully deprecate packages....
Lessons learned while managing my Next.js node loader as a solo maintainer, the importance of community contributions, and how to gracefully deprecate packages....
Introduction I needed a custom solution for loading a native node module in my nextjs project. The module was published...
In this post I'll explain a setup for one of my NextJS websites on elasticbeanstalk. You probably already know about what are NextJS, Nginx and elasticbeanstalk, so I'll skip the introductory definitions....
Decorator is a neat design pattern which lets you extend the functionality without modifying it. It's usually also...