Reading List
This is a collection of articles, books, conferences and podcasts related to DevSecOps, Software Engineering and Electrical Engineering which I have read, listened or watched so far and recommend to others.
2024
Articles
- Container engines, runtimes and orchestrators: an overview
- Things You Didn't Know About GNU Readline
- Immutable Snapshots – One of Git's Core Concepts
Books
Conferences
Podcasts
2023
Articles
- Containers landscape: seen through OCI and CNCF standards lens.
- The Arrival of Java 20!
- Laws and Principles of Software Development.
- Kubernetes: A Pod's Life
Books
- A Brief History of Time by Stephen Hawking. From the Big Bang to Black Holes.
Podcasts
2022
Articles
- 38 Actions and Insights to Become a Better Software Architect.
- Java Annotated Monthly – October 2022
Books
- Basiswissen für Softwarearchitekten/Basic knowledge for software architects. "Basiswissen für Softwarearchitekten" vermittelt das notwendige Wissen und Fähigkeiten, um eine dem Problem angemessene Softwarearchitektur für Systeme zu entwerfen. Es behandelt die wichtigen Begriffe und Konzepte der Softwarearchitektur sowie deren Bezug zu anderen Disziplinen. Darauf aufbauend werden die grundlegenden Techniken und Methoden für den Entwurf, die Dokumentation und die Qualitätssicherung von Softwarearchitekturen beschrieben.
Conferences
Podcasts
2021
Articles
- 10 best practices to build a Java container with Docker.
- Java Blogs and Podcasts Developers Should Bookmark.
Books
- Clean Code: A Handbook of Agile Software Craftsmanship by Robert Cecil Martin. This book is a must read for any developer, software engineer, project manager, team lead, or systems analyst with an interest in producing better code. It describes the principles, patterns, and practices of writing clean code with several case studies and exercises in cleaning up code, i.e. transforming a code base that has some problems into one that is sound and efficient.
Conferences
2020
Articles
Books
- Atomic Habits: An Easy & Proven Way to Build Good Habits & Break Bad Ones. Atomic Habits is the most comprehensive and practical guide on how to create good habits, break bad ones, and get 1 percent better every day.
Conferences
- JVMs in Containers, QCon London by InfoQ. Held by David Delabassee who work for Oracle in the Java platform group about running Java application in containers and what does it mean for Java developers.
2019
Articles
Books
- Effective Java by Joshua Bloch. This is one of those books I think every Java developer must read. This book is designed to help Java developers make the most effective use of the Java programming language and its fundamental libraries.