Boyan Iliev

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

I am a Junior Site Reliability Engineer, that loves web development and is looking forward to his journey as a developer.

Blog Post illustration

A Super Quick Intro to Ansible

Published

Introduction According to Wikipedia: Ansible is an open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as code. It runs on many Unix-like systems and can configure both Unix-like syste...

bo-iliev avatar
Boyan Iliev
Blog Post illustration

What is HTTP, HTTPS, and SSL

Published

Introduction If you are a developer, you probably know what an SSL certificate is. If you don't know what it is, don't worry. An SSL certificate is a must-have on any website. It lets your web browser connect to a web server securely. SSL stands for ...

bo-iliev avatar
Boyan Iliev
Blog Post illustration

Introduction Linux is one of the most popular operating systems in the world. It is Unix-like, and it is also open-source. Quite a big percentage of developers use Linux because it can be customized in so many ways. What's cool about Linux is its com...

bo-iliev avatar
Boyan Iliev
Blog Post illustration

Introduction For the past few years, Python has become one of the most popular programming languages in the dev world. It is often used to build websites and software, it is also used to automate tasks and conduct data analysis. It is also one of the...

bo-iliev avatar
Boyan Iliev
Blog Post illustration

How To Get Better At Googling

Published

Introdction Don't worry, you've read the title of this post correctly. We are indeed going to explain how to get better at googling. In the web dev world, googling is one of the main things that someone should know how to do properly. There are actua...

bo-iliev avatar
Boyan Iliev
Blog Post illustration

Share Your Desk Challenge

Published

As developers we spend most of our time in front of a screen. Or more precisely on our desk. This is why I want to start the Share Your Desk Challenge. It's really simple to enter, check out the details below 👇 The Challenge 🏆 If you wish to particip...

bo-iliev avatar
Boyan Iliev
Blog Post illustration

Introduction Git is probably the most well-known and used version control system. It makes working on a single project with other developers much easier because Git tracks all the changes you make and commit to any of the files. But what happens when...

bo-iliev avatar
Boyan Iliev
Blog Post illustration

Introduction One of the main data types in JavaScript is strings. These data types are used for storing and manipulating text. And luckily for us, there are quite a few methods that help us in manipulating these data types. These methods are one of t...

bo-iliev avatar
Boyan Iliev
Blog Post illustration

Introduction MongoDB is a NoSQL (not only SQL) database. In NoSQL databases, we store our data in a collection of documents. These documents are very similar to JavaScript objects or JSON objects. So if you are familiar with JavaScript, then you are ...

bo-iliev avatar
Boyan Iliev
Blog Post illustration

Introduction The array is almost always used in your or someone's code. It is a very important part of programming and you probably couldn't do the stuff that you want to do without arrays. But what happens when your array gets so big you forget all ...

bo-iliev avatar
Boyan Iliev
« 1 2 3