Hello, my name is Bobby. Welcome to my Dev Blog

I am a professional DevOps Engineer with a demonstrated history of working in the internet industry. I am an avid Linux lover and supporter of the open-source movement philosophy.

Blog Post illustration

Introduction to Docker - Part 5

Published

IntroductionWelcome 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...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction to Docker - Part 4

Published

Introduction 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 ...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction to Docker - Part 3

Published

IntroductionWelcome 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...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction to Docker - Part 2

Published

IntroductionWelcome 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...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction to Docker - Part 1

Published

IntroductionIt 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...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

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...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

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...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

The good and the bad of using Vapor

Published

Last year Tylor Otwell, the creator of the Laravel PHP framework, made an announcement about the new deployment platform named Laravel Vapor. It was a huge game-changer for the whole PHP/Laravel ecosystem. It allows developers to set u...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

IntroductionRecently I had to setup a Docker Web Interface for one of my Docker hosts so that it could be easier for the rest of my team to check the status of our Docker Containers, restart them in case that they needed to and also go through the co...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

In this tutorial I'll show you how you could horizontally scale up your Laravel application by adding multiple database instances.In case you are not familiar with the term 'horizontal scaling', it simply means that you scale up by adding more machin...

bobbyiliev avatar
Bobby Iliev
1 2 ... 11 12 13 14 15 16 17 18 19 20