Mohamed's Blog

Mohamed's Blog

Follow
Follow
homeAbout
Pinned

Hello World - First Blog Post

Aug 6, 20211 min read

Hi all! I'm Mohamed ๐Ÿ‘‹๐Ÿผ . I'm a software engineer who loves coding and learning about new tech. I have a few years of professional experience...

Hello World - First Blog Post

Setting up a .NET 5 web API + Running it in Docker // for beginners

Sep 27, 20216 min read

Hey there! ๐Ÿ‘‹๐Ÿผ In this tutorial, we'll be setting up a .NET 5 web API and running it locally, then we'll take a look at how to build and run it...

Setting up a .NET 5 web API + Running it in Docker // for beginners

Consistent Git Commit Messages Using a Template

Sep 18, 20212 min read

A git template, that is. ยท One way to improve the consistency of your commits is to use a git template. Any time you start a new commit, this template...

Consistent Git Commit Messages Using a Template