Posts by Year

2024

Back to Top ↑

2023

Back to Top ↑

2022

Welcome to Jekyll

less than 1 minute read

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...

Back to Top ↑

2021

How to Design Good REST API URLs?

5 minute read

API URLs are the front door of an API and it can play as a huge factor for users to whether choose your API. Here I share what I have learnt as best pract...

How to Audit Your ASP.NET Core WebApi

4 minute read

If you have an Api that modifies the core data of a system, you need to log every call to that. In addition, If your system accepts input from a 3rd party...

Back to Top ↑

2020

Unsubscribe and Save The Planet Earth

3 minute read

How many newsletter emails are received everyday and don’t get opened at all? Would it help the Earth If I unsubscribe from those I don’t need anymore?

How I Do dotnet core App Setup Elegantly

1 minute read

Program.cs is usually one of the files that get quite messy after a while in every .NET project. From then, developers will add code on top of all that me...

Back to Top ↑