How to Install Font Awesome, Quick and Easy!
The quickest way to get up and running quickly with Font awesome.

The GDPR in digestible bullet points for software developers, implement it seamlessly!
The General Data Protection Regulation (GDPR) is a definitive and far reaching data protection law applicable to countries in the European Union. I’ve decided to read through the law and break down all its key areas and articles that directly impact on our software development processes. I then offer some solutions for each one.
How to use $.ajax(). A complete guide with code examples and extra tricks
AJAX stands for Asynchronous JavaScript and XM.
The primary role of Ajax is to handle data asynchronously between a web application and server.
Let's check out what's under the hood!

What the heck is OWIN for .NET? An indepth look at OWIN for beginners with code examples.
OWIN is a .NET standard for writing web middleware. I had no idea what it was either until I research and wrote this article for beginners who find themselves in a similarly baffled situation.

Logging in .NET CORE 3, a useful guide and walkthrough for C# beginners and experts alike
This article is going to explore the built-in logging framework introduced in ASP.NET Core 3. Microsoft have built up it's logging functionality in ASP.Net Core and there’s plenty of new features to get your teeth into
.jpg)
Complete guide to hosting an ASP.NET Core app on your Linux clearly explained and broken down for beginners
A proxy server is a mediator, which offers web administrators more control and security over client machines connecting to a server. In order to make our Linux hosted .Net Core application visible to the internet, we need to configure a reverse proxy server which as the name implies, is the same concept in reverse and acting on behalf of servers.