Switch to monorepo with Lerna and Rollup
I recently did a switch to monorepo for my React components with Lerna. I was usually against having a monorepo...
Hi, I'm Ana and welcome to my dev blog. I share insights and practical solutions to coding problems that I face at work or my hobby dev time. Subscribe for new articles and check out my latest tutorials on YouTube.
Don't miss out and subscribe to my newsletter, or explore other ways to follow my content.
I recently did a switch to monorepo for my React components with Lerna. I was usually against having a monorepo...
I wanted to try creating a desktop app with Rust, and found out there's Tauri and Yew. Both...
I'm a long time user of Ubuntu, and still can't remember some simple tasks...like how to create a launcher icon on Ubuntu. Keeping a cheat sheet here, so I won'...
In development I like to use containerized databases. Recently I've been working on a micro service project that...
Decorator is a neat design pattern which lets you extend the functionality without modifying it. It's usually also...
I recently found out that npm doesn't support downloading same scope dependencies from multiple registries. Ideally, I'd like to define multiple registries for a scope. If npm fails to find the package...