Introduction Katacoda is an interactive technical learning platform. Katacoda provides environments that are accessible via the browser, with no need for configuration or download any special software. You can even embed Katacoda directly into your w...
Bobby Iliev
The Top 5 Apps I Use Every Day
PublishedIntroduction There is a huge number of useful apps you can download. They could make your day more organized, better planed, less stressful. Besides, they would save you time. Here are my TOP 5 applications I use the most on my smartphone. I will be...
Bobby Iliev
Introduction The Laravel community has been growing exponentially, and there are a lot of fantastic packages out there. I recently came across a Laravel package that provides an artisan command to check the syntax of your blade templates. In this tut...
Bobby Iliev
Introduction If you are using git along with Github, Gitlab for example, you need to make sure that you do not include any sensitive information to your repositories like passwords or secrets. To do that, you need to have a gitignore file which inclu...
Bobby Iliev
Introduction No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you can use Bash scripts to combine different Linux commands and automate boring and repetitive daily tasks, so that you can focus on more productive a...
Bobby Iliev
Introduction There could be various reasons why you would need a free domain for your project. For example, having multiple side projects could be quite costly in case that your projects are not generating any income. So saving costs could be crucial...
Bobby Iliev
Introduction Have you ever had that kind of a day in which you have no desire for doing anything productive even though you have a lot of work and various tasks for the day but the only thing you do is lying on the couch and watching TV? I think that...
Bobby Iliev
3 Useful Hacks for Working from Home
PublishedIntroduction Many people have been working from home for the last few months. The world lockdown had inflicted different changes in the daily life of everyone. In order to work effectively, you will need to change some of your habits and daily routin...
Bobby Iliev
Introduction Laravel is an amazing PHP framework that makes working with PHP great. As of the time of writing this tutorial, Laravel has more than 105 million installs according to Packagis, so as you can imagine there are multiple ways of installing...
Bobby Iliev
Introduction If you have ever done any coding you are most likely well familiar with the foreach loops. Without any doubt, a foreach loop is one of the best ways to iterate over the elements of the collection. However, in case you have an empty colle...