Insights and outlooks from the foobar universe
Blog
1 Category selected
Software Engineering
Server components as an experimental feature in NextJs
The React team introduced Server components in December 2020. Zero bundled size components brought a lot of excitement to users because, in large scale applications, it's a well-known problem. This article will discuss the state of server components and how they can currently be used as an experimental feature in NextJs.
Muhammad Shahzad • Mar 2022 • 3 min read • 122 views
Software Engineering
The 5 Whys
The 5 Whys is a common technique for root cause analysis. 🕵️ There are plenty of very good articles on the web where you can learn much about how to perform this kind of analysis but let me quickly 🏁 give you an overview of how it works:
Matthias Dietrich • Feb 2022 • 3 min read • 109 views