This project is an Angular fullstack training frontend built for the MyMahir Fullstack Developer Track. It started as a calculator project and was expanded into a complete Angular learning portal ...
Modern enterprise application assessment is not only about performance and scalability but also about how it caters to users. Fixed UI, constant filters, and uniform layouts can lead to unnecessary ...
Blazor vs React is a question every .NET developer eventually asks. Blazor lets you build interactive web UIs with C# instead of JavaScript. If you're already a .NET developer, this means one language ...
Microsoft has released .NET 10, a major update of its software development platform. .NET 10 features a range of improvements including enhancements for AI, new cryptography APIs, runtime improvements ...
Observables in Angular offer significant benefits over other techniques for event handling, asynchronous programming, and handling multiple values. But some times we may want to wait for the response ...
How to implement logging, read from the configuration system, and use dependency injection in minimal APIs in ASP.NET Core 6. ASP.NET Core 6 introduces a simplified hosting model that can be used to ...
The enterprise Java community has made great strides to simplify file uploads from a web browser to a server. What was once a task that involved many cross-platform complications is now ...