
Introduction to Ansible - Part 2
PublishedIntroductionWelcome to part 2 of my Introduction to Ansible blog post series! If you have not read part 1 of the Introduction to Ansible series, you can find it here: Part 1: Here I cover what Ansible is and how to find y...

Bobby Iliev

Introduction to Ansible - Part 1
PublishedIntroductionWhen it comes to automation nowadays Ansible seems to be everyone's choice. By using Ansible you can automate and simplify repetitive and complex tasks and it is easy to get started with compared to other automation tools like Puppet for ...

Bobby Iliev

How to work with JSON in BASH using jq?
PublishedIntroductionThe jq command-line tool is is a lightweight and flexible command-line JSON processor. It is great for parsing JSON output in BASH.One of the great things about jq is that it is written in portable C, and it has zero runtime dependen...

Bobby Iliev

Introduction to Docker - Part 5
PublishedIntroductionWelcome to part 5 of my Introduction to Docker blog post series! So far we have covered the following: - Part 1: I quickly went through installing docker and what containers are - Part 2: I played with...

Bobby Iliev

Introduction to Docker - Part 4
PublishedIntroduction Welcome to part 4 of my Introduction to Docker blog post series! In part 1 I quickly went through installing Docker and what containers are and in part 2 we actually played with Docker containers a little bit by running a couple of ...

Bobby Iliev

Introduction to Docker - Part 3
PublishedIntroductionWelcome to part 3 of my Introduction to Docker blog post series! In part 1 I quickly went through installing Docker and what containers are and in Part 2 we actually played with Docker containers a little bit by running a couple of Docker...

Bobby Iliev

Introduction to Docker - Part 2
PublishedIntroductionWelcome to part 2 of my Introduction to Docker blog post series! In part 1 I quickly went through installing docker and what containers are. If you've not read the previous post I encourage you to do so:https://devdojo.com/tutorials/intro...

Bobby Iliev

Introduction to Docker - Part 1
PublishedIntroductionIt is more likely than not that Docker and containers are going to be part of your IT career in one way or another. In this blog post series I'll cover the following:What are Docker images, containers and Docker HubInstalling Docker on Ub...

Bobby Iliev

IntroductionDocker is the de facto standard to build and share containerized apps - from desktop to the cloud. You can basically run Docker virtually anywhere from your DigitalOcean Droplet or your Laptop, to your Raspberry Pi at home.Raspberry Pi on...

Bobby Iliev

IntroductionThere are many ways and tools on how to export or backup your MySQL databases. In my opinion, mysqldump is a great tool to accomplish this task.The mysqldump tool can be used to dump a database or a collection of databases for backup...
