VukVuk

Book: Micro Frontends in Action

A practical guide to building scalable front-end applications with micro frontends

Micro Frontends in Action is Michael Geer's 2020 book. It is a practical guide to implementing micro frontends, an approach that brings the microservices concept to the front end. The book provides a way to split monolithic frontend applications into smaller, more independent pieces, making large-scale web applications theoretically more maintainable and scalable.

Read more...


Dead Horse Theory in Software Projects

When to Admit Your Software Project is Doomed and Move On

"When you discover that you are riding a dead horse, the best strategy is to dismount."

Read more...


Data as Code: An Alternative to Storing Static and Semi-static Data in Databases

Is storing all data in a database always the best choice?

We often unquestioningly follow the mantra: "Put everything in the (relational) database." But what happens when your application grows to hundreds or even thousands of tables, many containing just a handful of static or rarely-changing entries? Suddenly, your database looks like an unorganized closet, not an efficient data store.

Read more...