Hello traveler,
welcome to my blog
I'm Bálint Orosz, a Staff Software Engineer at Diligent. I specialize in serverless technologies, AWS, and Infrastructure as Code. Follow my blog for insights from my career.
Latest Posts
Create Promise out of setTimeout
The article provides a simple way to create an awaitable Promise from setTimeout, enabling asynchronous testing of loading states with customizable delays.
Get Ansible variable with prompt
The article explains how to use Ansible's vars_prompt feature to prompt users for input, allowing for dynamic configuration and task execution based on the provided value, such as managing dotfiles differently for personal and work environments.
How to run Makefile tasks parallelly
The article explains how to run Makefile tasks in parallel using the -j or --jobs flag, which allows you to specify the number of concurrent jobs or tasks to execute simultaneously.
Run Ubuntu as a Docker Container
The article provides instructions for running Ubuntu as a Docker container, enabling users to test, explore Linux commands, and configure dotfiles using Ansible in a containerized environment.
Revert a bad rebase or force push
Reverting a bad rebase or force push can be achieved by utilizing the git reflog command to reset the HEAD to a previous commit, or by resetting to a specific commit hash in case of a force push, allowing you to recover lost work and avoid potential disasters.