Handling Evil User Input
October 23, 2022
A small post with thoughts on handling user inputs and the when’s and how’s of sanitizing.
Building and running stuff.
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.
January 25, 2022
How to setup your local development environment to be truly cloud native, using Docker and Kubernetes. All together united in your local IDE (e.g. Visual Studio Code - VS Code), you can test your applications like they were running in an arbitrary cloud.