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 ❗️ This demo includes examples for an unsupported version of Materialize (0.26.x). ❗️ Managing your schema migrations is essential for any application. In this tutorial, we will show you how to manage your Materialize schema migrations...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction Minimizing downtime during any deployment is a key part of any successful deployment strategy. There are many ways to achieve this, and blue-green deployments are one of them. Using blue-green deployments allow you to not only minimize d...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction In some cases, you might want to choose the output value based on column values directly in your SQL statement. In this article, we will explain how to use the CASE expression in SELECT SQL statements. We will also explain how to use an ...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

How to use Laravel WebSockets 🛰

Published

Introduction In this guide, we will walk you through how to use Laravel WebSockets. We will be using the Laravel WebSockets package which is a great replacement for Pusher. The Laravel WebSockets package emulates the Pusher API and allows you to easi...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction Server-sent events (SSE) is a way to send data to the browser without reloading the page. This allows you to use streaming data and build real-time applications that can be used in a variety of scenarios. FastAPI is a Python framework th...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction This is a self-contained demo of FastAPI and Materialize. This demo project contains the following components: FastAPI: A fast, modern, and feature-rich framework for building APIs with Python. Redpanda: Kafka® compatible event stream...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction Redpanda is a Kafka-compatible event stream platform written in C++. It comes with a simple command-line interface called rpk that lets you interact with the platform. In this tutorial, we will be using the rpk command-line interface to ...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

What is new in Laravel 9

Published

Introduction Laravel is a PHP framework for web development. It was created by Taylor Otwell and was initially released as an open-source project in June 2011. Since its initial release, Laravel has grown to become one of the most popular PHP web fra...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction Laravel was created by Taylor Otwell and was initially released in June 2011. It is an open-source PHP framework that is used to build web applications. It is without a doubt the most popular PHP framework and even one of the most popula...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction There are several ways to handle data in a microservice architecture, in this article we will cover the approach of having a separate database for each microservice. Prerequisites This article will build upon the concepts covered in the ...

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