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…
Posted inJava Spring How Spring Framework Adopts Jakarta EE 9 Namespace Posted by Emir October 10, 2022 October 10, 2022 Category: Spring Framework & Spring Boot Evolution As the Java ecosystem moves…
Posted inReact Angular CLI Deep Dive: Hidden Features That Save Hours Posted by Emir September 15, 2022 Date: September 15, 2022 Introduction The Angular CLI is the backbone of Angular development, but…