Category: IT learning

  • Ultimate C# Masterclass for 2024 course

    There’s always something new to learn. Having completed this instructor’s course which consisted of questions for interviews, I discovered despite using C# for 7 years there was still more to learn. The interview questions were specifically oriented towards your knowledge of the less used areas of C#. I learned about Tuples and Records having only…

  • Event-Driven System – Martin Fowler

    Interesting lecture by Martin Fowler where he compares slightly different Event driven architectures. He feels that the terms is being over used and could mean one of four more specific types of architecture such as: 1. Event Notification – message added to queue or event hub to say X happened. So maybe a new credit…

  • Martin Fowler on CI and CD

    It’s been a while since I watched/listened to Martin Fowler speak and didn’t learn anything new, but I guess if you shrink something down into 15minutes you’re not going to go into much depth. But here’s a short talk… enjoy!

  • Completed C# Course

    Although I picked this course because I thought I might be interviewing for a new job, it actually turned out to be a very good course because of its focus on the lesser-used aspect of the C# language and some of the things C# does under the hood. Overall I’m very pleased with how frequently…

  • Code with GitHub Copilot

    Just completed a cute little tutorial recommended to me through a Microsoft mailing list. Code is up on Github. I didn’t write the code though that was done by Github Copilot lol. Interesting course, I mostly walked away with a few new tips for navigating VS Code. Code is here: https://github.com/gchetcuti/experimentingWithGitHubCoPilot