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 Laravel Livewire was created by Caleb Porzio that allows you to add reactivity to your Laravel applications. If you are not familiar with Laravel Livewire, I would recommend reading this introduction to Livewire tutorial first. In this t...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction In order to optimize your website load time, you should not load too many resources on one page as it could result in longer page load times. That is why it is good to use pagination to limit the number of resources on each page. In this...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction The GitHub CLI or gh is basically GitHub on command-line. You can interact with your GitHub account directly through your command line and manage things like pull requests, issues, and other GitHub actions. In this tutorial, I will give ...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction The Blade UI Kit is a collection of components that you could use in your Laravel Blade. The package was created by Dries Vints who is also a developer at Laravel. If you are not familiar with how Laravel Blade Components work, recommend...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction Using PHP OPcache is a great way to improve your overall performance. OPcache stores pre-compiled script bytecode in memory, which eliminates the need for PHP to load and parse scripts on every request. In this tutorial, you will learn h...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction Laravel 8 was released on September 8th along with Laravel Jetstream. Laravel Jetstream is a new application scaffolding for Laravel. Laravel Jetstream replaces the legacy Laravel authentication UI available for previous Laravel versions...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

What is new in Laravel 8?

Published

Introduction As of writing this post, Laravel 8 is still not officially out, but it was just announced at Laracon Online. Here is a list with some of the new excellent features that you will get with the new version 🔥 Models Directory Not long ago Ta...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

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

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

The Top 5 Apps I Use Every Day

Published

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

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

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

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