Articles

29 articles

OAuth 2.0 and OpenID Connect — How Modern Login Actually Works
Technology - Non SAP 15 min read
Web Security Essentials · Ch 2

OAuth 2.0 and OpenID Connect — How Modern Login Actually Works

Every time you click 'Sign in with Google' or a system calls an API using a token, OAuth 2.0 is at work. This post explains what OAuth 2.0 actually does, how the key flows work, what OpenID Connect adds on top, and how JWT ties it all together — in plain English without the specification language.

OAuth 2.0OpenID Connect
REST API Design Principles
Technology - Non SAP 11 min read
Working with APIs · Ch 2

REST API Design Principles

REST API design principles have been the foundation of web APIs since 2000 — and they have not changed. This post explains the core principles clearly: resources, HTTP methods, statelessness, status codes, versioning, and idempotency. Whether you are building your first API or reviewing a design, this is the reference you will come back to.

REST APIAPI Design
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
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
How HTTPS Works
Technology - Non SAP 9 min read

How HTTPS Works

Every time you see the padlock in your browser, HTTPS is at work. This post explains what HTTPS is, how TLS makes it secure, what a certificate actually does, and why HTTP alone is never enough — all in plain English without the cryptography deep-dive.

HTTPSTLS