Posted in.NET C# UI Testing with Playwright in .NET Core Projects: A Practical and Detailed Guide Posted by Emir May 3, 2022 When building web applications with .NET Core, ensuring your app behaves as expected across browsers…
Posted inReact The Rise of React Server Components: What You Need to Know Posted by Emir April 10, 2022 đź“… Published at: April 10, 2022 React Server Components (RSCs) are one of the most…
Posted in.NET C# UI Testing with Playwright in .NET Core Projects: A Practical Guide Posted by Emir April 2, 2022 End-to-end UI testing is crucial to ensure your application works correctly from the user’s perspective.…
Posted inAngular Angular SSR: How to Boost SEO and Performance in Your App Posted by Emir March 27, 2022 Date: March 27, 2022 Introduction Single Page Applications (SPAs) like those built with Angular are…
Posted inJava Spring Introduction to Spring Boot 3.x: New Features and Improvements Posted by Emir March 20, 2022 Spring Boot 3.x marks a significant milestone in the Spring ecosystem, aligning with Java 17+…
Posted inJava What’s New in Java 18: A Developer’s Guide Posted by Emir March 15, 2022 Date: March 15, 2022 Category: Java Language & Platform Updates While not a long-term support…
Posted inReact React Suspense: The Best Way to Handle Loading States Posted by Emir March 5, 2022 đź“… Published at: March 5, 2022 React Suspense has evolved significantly in React 18, making…
Posted in.NET C# Advanced Testing Strategies in .NET Core Posted by Emir March 2, 2022 As .NET Core continues to mature, testing strategies must evolve to keep pace with growing…
Posted in.NET C# Implementing GraphQL with HotChocolate in .NET Core Posted by Emir February 19, 2022 GraphQL is rapidly becoming the go-to approach for flexible, efficient APIs — letting clients specify…
Posted inReact useTransition & useDeferredValue: The Future of Smooth UI in React Posted by Emir February 12, 2022 đź“… Published at: February 12, 2022 React 18 introduced two powerful hooks—useTransition and useDeferredValue—that help…