My cool posts will go in here

ASP Net Core Logging with Azure

Posted: May 4, 2024

I’ve recently started my journey on ASP.NET and .NET development. Coming from a Node development environment, I was quite pleased to get to…

Building this website

Posted: May 4, 2024

The goal of this repository is to led me to something I can call my personal website. Along the path, I would…

Moving to Windows in 2024

Posted: March 17, 2024

After 3 years of honored service, I think the time has come to let my Dell XPS 15 retire and build a new machine for all my needs. I was…

2024 resolutions

Posted: January 14, 2024

2024 will surely be one of the years where I can't find excuses for not making New Year's resolutions. Thankfully, as far as I am aware…

Devtools without devtools

Posted: July 23, 2023

Python enviroments have been created for a specific reason. Same applies for node version manager. The challenges of working with multiple…

Async in the right place

Posted: July 12, 2023

This async handleCreateOrUpdateEvent(event: Event): Promise<CreationOrUpdateResult> { try{ return this.handleEvent…

Learning Python by failing it

Posted: August 6, 2021

I usually say I've got basic python proficiency, meaning that usually I can orientate myself in the source code and understand what's going…