Structuring .NET Minimal APIs in a cleaned and well maintainable wayIn the .NET world, a minimal API is a simplified way to create web services with less code and complexity. With minimal APIs, developers…Apr 19, 2024Apr 19, 2024
Implementing in-memory Caching in .NET 6 Web APIIf you have a dataset that infrequently changes and is also expensive to retrieve from the database you definitely have to consider…Sep 2, 20231Sep 2, 20231
Publish your own Nuget packages to Github Nuget Registry with Github actions.NuGet is a popular package manager for .NET developers that simplifies sharing and reusing code. With NuGet, developers can easily create…May 28, 20234May 28, 20234
Mastering SOLID Principles in React: A Practical Guide to Writing Maintainable and Flexible CodeReact is a popular JavaScript library for building user interfaces. It offers a lot of flexibility, but with flexibility comes the…Mar 19, 2023Mar 19, 2023
Use useEffect like a pro - A complete guide to work with useEffect in React efficientlyReact is one of the most popular frontend libraries. Let’s learn useEffect which is a core concept in React from A to Z with best practicesJan 1, 2023Jan 1, 2023
Published inAscentic TechnologyHow to add localization to Django REST FrameworkIn this article, I’m going to give you a guide on how you can localize your Django Rest API using I18N and Django Rest Framework.Aug 29, 20221Aug 29, 20221