ABOUT THE AUTHOR

Norbert Mieczkowski

Senior Fontend Engineer

Norbert Mieczkowski is a senior frontend engineer and author on CodiLime's blog. Check out the author's articles on the blog.

Norbert Mieczkowski

CONNECT WITH NORBERT MIECZKOWSKI

Linkedin

Recent posts by Norbert:

Thumbnail of an article about IIFE: a (wrongfully?) forgotten JavaScript pattern
SOFTWARE DEVELOPMENT

IIFE: a (wrongfully?) forgotten JavaScript pattern

This article revisits the IIFE pattern, exploring its origins, utility, and potential reasons for its diminished presence in contemporary codebases, while evaluating if it still holds value for modern JavaScript developers.
Thumbnail of an article about What is micro-frontend architecture? A comprehensive overview
SOFTWARE DEVELOPMENT

What is micro-frontend architecture? A comprehensive overview

Modern customers have more requirements for a web app than ever before. With the wide choice of mobile and web applications that exists today, it is not enough for an application to simply fulfill its functions as advertised. It also has to be highly available, scalable, and fast, and updates and new features have to come out regularly, and without a hitch. For quite some time already, creating a successful modern web application has meant overcoming the limitations of a monolithic backend. One of the most popular approaches for that is using microservices for your backend development.
Thumbnail of an article about Projects in Remix: best practices and lessons learned
SOFTWARE DEVELOPMENT

Projects in Remix: best practices and lessons learned

Remix is a popular React framework, often used for its ease and speed of development for web applications. However, just like any technology, it has its shortcomings. They are not visible at first sight - you might come across them only once you’ve started a project using this technology. In this article, an experienced developer shares his mistakes to avoid and best practices to follow while working on web applications in Remix. Remix is a React-based frontend framework curated by React ecosystem veterans.