Angular provides a lot of ways for you to set your styles programmatically using NgStyle and NgClass attribute directives. It’s almost as if there is…
A hamburger menu is represented by a three horizontal lines icon which, when clicked, displays the navigation menu for the web application. This menu has…
I oftentimes call this as module discovery but what really happens when I speak about this is that I follow the design principle called Convention…
With the advent of Single Page Applications (SPAs) using client side technologies like Angular or React, we can totally have separate projects for our client…
Prior to the Windows Compatibility Pack in .NET Core, I have been using the library from Novell for LDAP authentication. Now, we can use the…
When sending a request to the server and the resource you are trying to access requires authorization, you would need to send a valid access…
If you have ever used %username in the conversion pattern of the log4net configuration on your ASP.NET Core application, you would noticed that you wouldn’t…
Just like in any organizations, quite a number of applications might share a common code including client side code. Angular provides a facility to create…
It was around 3AM yesterday when I suddenly woke up with a question on my mind regarding the performance of my website – how is…