torbentechblog

Building and running stuff.

Home Categories Search About Archive

Python Workspace Management

March 11, 2023

Work on multiple Python projects, collaborate with others and manage Python environments effectively.

Read More

Serverless, Containers, Kubernetes. An Odyssey

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.

Read More

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.

Read More

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.

Read More

Using the Python functions-framework for serverless development

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.

Read More

Monkey Patching 101

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.

Read More
« Prev 1 2 3 4 5 6 Next »