Matthias arbeitet seit 2019 bei der Living Mainframe. Seine Schwerpunkte sind Anwendungsentwicklung, Datenbanken und Analytics.
Recently, we had the challenge of deploying a (simple) Spring Boot REST web service to an IBM WebSphere (Full Profile / WAS Classic) running on z/OS. Although only accessible in a local intranet, the web service should be protected against unauthorized use and only be available to certain RACF groups. Thus, it seemed obvious to…
Garbage Collection in Java is a neat feature: It helps developers focus on the important business and application logic while the runtime takes care of the memory management. While this process is mostly automated, it can still be worthwhile to pay attention to what the garbage collector is doing and how efficiently it performs its…
In diesem Blogbeitrag sammeln wir nützliche und interessante Links zum Thema Mainframe.
Was ist SRE? Site Reliability Engineering (SRE) ist eine von Google geprägte Philisophie, wie (insbesondere große und komplexe) IT-Systeme betrieben werden können. SRE ist dabei eng verwandt mit und keinesfalls konträr zu sehen zu DevOps (einen kurzen Überblick über das Thema DevOps liefert der Artikel Was bedeutet eigentlich „DevOps“?). Eine Sichtweise liegt darin, dass SRE beschreibt,…