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 Hacktoberfest is a month-long event where people are awarded for contributing to open source projects 🙌. In order to participate you need to sign up here and then Submit four pull requests (PRs) to a GitHub repo tagged with the hacktober...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you will most likely have to use SQL at some point in your career. The guide is suitable for anyone working as a developer, system administrator, or a ...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction PestPHP was created by Nuno Maduro who is also one of the Laravel core team members. PestPHP is an open-source PHP Testing framework created with simplicity in mind. PestPHP is being really actively developed and there are already plenty...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction Optimizing your MySQL service is a great way to improve your Laravel application's overall performance. Of course, it is important to follow Laravel Eloquent's best performance practices as described in Jonathan Reinink's course on Larav...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction There are many reasons why you would like to keep a process running even if you close your SSH session. Here are a few examples: Your working day is going to be over soon and you are running a huge database import that's taking a long t...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

This is an open-source Laravel Tips and Tricks eBook that is a collection of my own notes that I've put together for myself throughout the years. You would more likely than not need many of those tips at some point in your career as a Laravel Develop...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction The Eloquent ORM included with Laravel provides you with an easy way of interacting with your database. This simplifies all CRUD (Create, read, update, and delete) operations and any other database queries. Laravel provides a lot of hand...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction Working with date and time could be pretty challenging. Luckily we have the Carbon package that makes this super easy! Carbon is a simple PHP API extension for DateTime. You can find more information about Carbon on their official websit...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction The Eloquent ORM included with Laravel provides you with an easy way of interacting with your database. This simplifies all CRUD (Create, read, update, and delete) operations and any other database queries. Laravel provides a lot of hand...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

How to Get the Base URL in Laravel?

Published

Introduction Hardcoding the domain name in your Blade files or in your controllers is not a good practice. If you ever decided to change your website's domain name, you would have to manually go over all of your files and change the references of you...

bobbyiliev avatar
Bobby Iliev
1 2 3 4 5 6 7 8 9 10 ... 18 19