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 When building a modern, responsive website, navigation plays a crucial role in user experience. A sticky or affix navigation bar remains visible at the top of the screen as users scroll, making it easy for them to access the main menu it...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction Visual Studio Code (VS Code) has become a popular choice for Python developers due to its flexibility, extensibility, and user-friendly interface. One of the key features of VS Code is its extensive collection of extensions that can sign...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction Structs in Rust are a way to create custom data types that group together related pieces of data. This tutorial will introduce you to the basics of structs in Rust, including defining, instantiating, and accessing their data. By the end ...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction Visual Studio Code (VS Code) is a popular, lightweight, and powerful source code editor developed by Microsoft. It has extensive support for JavaScript and TypeScript, making it the go-to choice for many developers. One of the most signi...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction Building and testing a real-time fraud detection application requires a continuous stream of realistic data. But generating that data can be a challenge. That's why we recently created the Datagen CLI, a simple tool that helps you create...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction In the world of Git, it's not uncommon for developers to find themselves in a situation where their local repository has diverged from the remote repository. This can happen due to accidental changes, conflicts, or outdated branches. To ...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction to Rust

Published

What is Rust? Rust is a systems programming language. It is designed to be fast, reliable, and maintainable. Rust was started in 2006 by Graydon Hoare at Mozilla Research. It was originally designed to be a safer alternative to C++. It has since beco...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction Laravel Voyager is a great open-source admin panel for Laravel. It is also the admin panel currently used in Laravel Wave which is a Laravel SaaS starter kit. In this article, you will learn how to increase the size of the file upload in...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction Are you having trouble with a process locking port 3000 (or essentially any other port) on your Mac? Here's how you can find and kill the process! Finding the process To find the process, first open the Terminal app on your Mac. You can ...

bobbyiliev avatar
Bobby Iliev
Blog Post illustration

Introduction Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller (MVC) architectural pattern and based on Symfony. Some of the features of...

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