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 is a popular PHP framework for building scalable, high-performance web applications. In this article, we will learn how to use serverless Redis to scale Laravel applications by storing the Laravel session and cache data in a serv...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction LogicLoop allows you to write rules in SQL and then run them against your data and trigger different actions based on the results. LogicLoop also allows you to create and share dashboards and visualizations easily via their web interface...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction This is a self-contained demo using Materialize to process orders and display the delivery status and coordinates in real-time. Prerequisites Before you get started, you need to make sure that you have Docker and Docker Compose installed...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

This is a simple Node.js URL shortener app that uses Cloudflare Workers. The app is powered by Cloudflare Workers and Upstash Redis for storing data and Kafka for storing the click events along with Materialize for real-time data analytics. Upstash o...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction This is a self-contained demo using Materialize. This demo would show you how to use Materialize with Airbyte to create a live dashboard. For this demo, we are going to monitor the orders on our demo website and generate events that coul...

bobbyiliev avatar
Bobby Iliev
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
1 2 3 4 5 6 7 8 9 10 ... 19 20