Pavel Dolinin

Pavel Dolinin

Latest posts

Setting Up Notifications in Jenkins: A Step-by-Step Guide

Jenkins provides powerful integration options to notify your team about build results and other events. In this post, we will walk you through the process of configuring basic notifications in Jenkins, specifically focusing on email and Slack ...

Basic Git Commands: git init, git add, and git commit

Git is a distributed version control system that allows developers to track code changes, collaborate with others, and manage their code base effectively. Whether you're new to Git or just want a deeper understanding of its core commands, this post will cover three of the most fundamental in Git.

How I Ended Up with a Fleet of Tech Gadgets at Home

Ah, the journey to my current home-office setup – a saga that has left some people scratching their heads, wondering, "Why so many devices? Why not just one beast of a machine?" Well, my friend, let me walk you through the tech maze that led to this glorious collection.

Setting Up Your First Jenkins Job

We will guide you through the process of setting up your first Jenkins job. Jenkins is a powerful automation server that enables developers to build, test, and deploy their software. By the end of this tutorial, you will have a basic understanding of how to create and configure a Jenkins job