From Zero to Hero with Github Actions (video)
My talk from JFokus 2023. I spoke about the main building blocks of a CI/CD process with github actions.
…My talk from JFokus 2023. I spoke about the main building blocks of a CI/CD process with github actions.
…How do you maintain and deploy multiple NPM modules? How do you make sure versions do not mismatch or that nothing breaks while upgrading dependencies? And how do you deploy multiple packages at the same time in one CLI command?…
Lately I’ve started a to migrate our 5 y/o code base into a NRWL/nx monorepo. I’d might write the process of choosing NRWL/nx as our tech of choice in a different post (write in the comments or message me …
Your users expect a fast and smooth experience. Sometimes what stands in the way is how long it takes to download data. The flyweight design pattern is a …
Or: How to use Webpack to build a project from scratch?
Using webpack without fully understanding it, as if it were magic? Heard about the wonders of webpack, but got flustered by its ominous documentation? Are you from outer-space (like …