
A Super Quick Intro to Ansible
PublishedIntroduction 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...

Boyan Iliev

What is HTTP, HTTPS, and SSL
PublishedIntroduction 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 ...

Boyan Iliev

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

Boyan Iliev

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

Boyan Iliev

How To Get Better At Googling
PublishedIntrodction 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...

Boyan Iliev

Share Your Desk Challenge
PublishedAs 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...

Boyan Iliev

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

Boyan Iliev

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

Boyan Iliev

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

Boyan Iliev

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