Jenkins Shared Libraries 101
October 27, 2022
A quick glance on how Jenkins shared libraries work, how to write your own libraries and some deeper thoughts of structuring and extending your library.
Building and running stuff.
October 27, 2022
A quick glance on how Jenkins shared libraries work, how to write your own libraries and some deeper thoughts of structuring and extending your library.
October 23, 2022
A small post with thoughts on handling user inputs and the when’s and how’s of sanitizing.
October 19, 2022
The functions-framework
is a serverless framework published and maintained by the Google Cloud Functions team.
It is free and publicly available for everyone on GitHub.
September 9, 2022
Monkey patching allows you to modify your code functions at runtime. Have a look into it to grasp the advantages and use cases.
April 12, 2022
There are many articles and books out there which describe several code standards, software engineering principles and some guidelines to write clean code. Still, there’s an insane amount of spaghetti flying around in repositories. This (hopefully not yet-another-article) will give you some hints to get started when you’re looking for simple ways to commit better code.
April 5, 2022
When you host a simple web application, e.g. an API with serverless functions, you most certainly want your custom DNS on top of it. Here’s how to do it without Firebase.