
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. In this tutorial, you will lea...

Bobby Iliev

💡 Introduction to Bash Scripting Ebook/Guide I have just released an open-source introduction to Bash scripting ebook/guide that will help you learn the basics of Bash scripting and start writing awesome Bash scripts that will help you automate your ...

Bobby Iliev

Introduction Laravel is a great PHP framework that allows you to use Blade Templates for your frontend. Blade is a very powerful templating engine provided with Laravel that does not restrict users from using plain PHP code in their views. Blade view...

Bobby Iliev

Introduction Stress is a natural reaction of our body when we face situations we can't cope with (for example, that one piece of code you can't figure out). Unfortunately, it can be a little overwhelming at times, and if we don't do something about i...

Bobby Iliev

Introduction Every PHP developer should be familiar with how to use frameworks. Frameworks help make the process of development easier by simplifying common practices used in developing major web projects such as packages, modules, plug-ins, and even...

Bobby Iliev

Introduction Laravel 8 was released on September 8th along with Laravel Jetstream. If you are not familiar with Jetstream, you should check out this introduction tutorial here: What is Laravel Jetstream and how to get started Due to a lot of Laravel ...

Bobby Iliev

INTRODUCTION No matter how old you are and what job experience you have, job interviews are always stressful. If you are looking for your dream job during COVID-19, you may find this article useful. It may offer you good preparation and knowledge of ...

Bobby Iliev

Introduction Laravel routes allow you to map your URLs to specific functionality, for example, a method in a controller or directly to a specific Blade view. For example, if you visit yourdomain.com/contact, Laravel will return the contact page of yo...

Bobby Iliev

Introduction Encryption is the process of encoding information so that it can not be understood or intercepted. Encryption has been used long ago before computers were invented; actually, the first known evidence dates back to 1900 BC in Egypt. Anoth...

Bobby Iliev

Introduction Discord is a messaging platform, and its popularity has been growing exponentially! It is a great alternative to Slack. Webhooks is one of the awesome features of Discord that allows you to send any messages to a specific channel on your...
