Posts

What is Vibe Coding?

Learn all about what "Vibe Coding" is using my curated  youtube playlist . Get ready to transform your coding experience from a task into a truly enjoyable and productive "vibe". Let's elevate your coding flow together! Beyond the theory, these further AI development examples  I have curated demonstrate practical implementations and real-world solutions. Eager to explore the tools that are empowering developers and shaping the future of code? Dive into this comprehensive AI Coding Assistants Landscape to discover the best options available, compare their features, and learn how they can boost your productivity. AI Coding Assistants Landscape

Architecting Application Authorisation

In the modern digital landscape, application authorisation has evolved from a simple gatekeeper to a complex, nuanced system crucial for security, user experience, and compliance. Gone are the days of basic "yes/no" access controls; today's applications demand granular permissions, delegated authority, and seamless integration across diverse platforms. Architecting application authorisation effectively requires a deep understanding of authentication flows, permission models like RBAC and ABAC, and technologies like OAuth 2.0 and OpenID Connect. This guide dives into the critical considerations and best practices for building robust, scalable, and user-friendly authorisation architectures, empowering you to secure your applications without compromising usability or innovation. OPA https://www.openpolicyagent.org/docs/latest/ https://sangkeon.github.io/opaguide/ https://github.com/StyraInc/awesome-opa https://docs.styra.com/apps/advanced-architecture Microservices https://w...

Books that I am reading in 2025

  My reading list at goodreads.com  is here. Additional lists, my recommended reading for: Architects Engineers

AWS re:Invent 2024 my playlist

  My youtube playlist  is here.

Mac mini M4 2024 setup

Setting up my new mac mini today. My setup can be found here  https://github.com/fabianmagrini/macos-setup

Technology Radar 2024

  October is busy with several reports landing https://www.thoughtworks.com/en-au/radar https://www.stateof.ai/ https://cloud.google.com/resources/devops/state-of-devops?hl=en

Learning the AWS CDK

Let's learn the AWS CDK by creating a serverless application. References:   Tutorial: Create a serverless Hello World application Deploy C# Lambda functions using AWS CDK