Python Workspace Management
March 11, 2023
Work on multiple Python projects, collaborate with others and manage Python environments effectively.
Building and running stuff.
March 11, 2023
Work on multiple Python projects, collaborate with others and manage Python environments effectively.
February 11, 2023
Which one do you need to choose? What do those technologies have in common, which drawbacks do they have? A distillate from the buzzword-driven world.
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.