Using Google Cloud Platform Secret Manager service is a convenient way to store and manage secrets. It has many features like automatic rotation,...
My recent task was to search in bucket for objects located in selected "directories" using PHP. Directory list inside bucket is not constant. New...
If you don't want to spend hours debugging GitHub CI jobs, avoid using job outputs that may contain secrets inside. Job outputs will not be passed to...
Sometimes you have to deal with multiple CPU architectures within your team. For example you have devs using macOS (arm64) and Linux (amd64). This may...
Introduction When working with VMs you may come across cloud-init tool that could be used to provision your instances. It is a well documented tool...
Introduction In today's fast-paced development environment, where multiple developers are collaborating on projects using different operating systems...