Posted inReact React Server Components (RSC): The Future of React Apps Posted by Emir January 8, 2023 Published: 8 Januar 2023 Introduction React Server Components (RSC) represent a paradigm shift in how…
Posted inReact React 18 vs. React 19 (Preview): What’s Changing? Posted by Emir January 3, 2023 Published: 3 January 2023 Introduction With React 18 bringing significant improvements in concurrency, Suspense, and automatic…
Posted inReact 10 Common React Mistakes Developers Made in 2022 (And How to Fix Them) Posted by Emir December 28, 2022 Published at: December 28, 2022 React is an incredible JavaScript library for building user interfaces,…
Posted inReact Server-Side Rendering vs. Client-Side Rendering vs. Static Generation: When to Use What? Posted by Emir December 25, 2022 Published at: December 25, 2022 When building modern web applications, choosing the right rendering method…
Posted inReact Building a Full-Stack React App with Next.js & Firebase Posted by Emir December 10, 2022 Published at: December 10, 2022 Building full-stack applications used to require separate front-end and back-end…
Posted inAngular Angular Standalone Components: A Step Toward Simpler Apps Posted by Emir December 5, 2022 Date: December 5, 2022 Introduction Angular 14 introduced a powerful new feature: standalone components. This…
Posted inJava Spring Framework 5.3 to 6.0: What Changed? Migration Guide Posted by Emir December 4, 2022 December 4, 2022Category: Spring Framework & Spring Boot Evolution I’ve been keeping a close eye…
Posted inReact The Best Component Libraries for React in 2022 Posted by Emir November 15, 2022 Published at: November 15, 2022 React has become one of the most popular front-end frameworks,…
Posted in.NET C# Implementing Command and Query Responsibility Segregation (CQRS) in .NET Core with MediatR Posted by Emir November 6, 2022 In modern scalable applications, separating commands (operations that change state) from queries (operations that read state) is a proven…
Posted inJava Spring Getting Started with Spring Boot 3 and Java 17 Posted by Emir October 21, 2022 October 21, 2022 Category: Building Modern Web Apps with Spring I’ve been excited about this…