Articles

103 articles

Docker and Containers — The Why
Technology - Non SAP 9 min read
Cloud-Native Architecture · Ch 2

Docker and Containers — The Why

Containers changed how software is built and deployed. Docker made containers accessible. This post explains what containers are, what problem they solve, how Docker works, and why this matters for anyone working in cloud platforms including SAP BTP — without becoming a command-line tutorial.

DockerContainers
SAP Security Roles and Authorisation
Technology - SAP 12 min read
SAP Security & Authorisation · Ch 1

SAP Security Roles and Authorisation

Every SAP project involves security — roles, profiles, authorization objects, SU24, PFCG. But very few people have a clear mental model of how they fit together. This post explains SAP's authorisation concept from the ground up: what an authorization object is, how roles work, what PFCG and SU24 do, and how Fiori adds a layer on top — written for consultants at every level.

SAP SecuritySAP Authorisation
Git, GitHub and VS Code — A Complete Beginner's Guide to Version Control
Technology - Non SAP 13 min read
Developer Toolchain · Ch 2

Git, GitHub and VS Code — A Complete Beginner's Guide to Version Control

Never lost your code to a bad edit? Never wished you could just go back to the version that worked? That is exactly what Git solves. This guide explains Git, GitHub and VS Code in plain English — what each tool does, how they work together, and how to set everything up from scratch. Includes a full command reference, branching explained simply, real workflow scenarios, and answers to the most common questions developers ask. Whether you are writing your first line of code or refreshing your fundamentals, this is the guide you will come back to.

GitGitHub