Logo
Stanislav Dakov Software developer, writer, and builder

Software Developer · Problem solver · Dad · Adventurer
Find me on:

From the Firehose

How to Setup RabbitMQ SSL on Windows

Image

Setting up SSL/TLS for RabbitMQ on Windows can be challenging, especially when it comes to generating certificates and configuring secure connections. Whether you're securing message queues for production environments or setting up encrypted communication for distributed systems, proper SSL configuration is essential. In this guide, we'll walk through the complete process of setting up RabbitMQ with SSL on Windows, including certificate generation, server configuration, and verification.

Read more →

Free Some Server Storage

Image

Running out of server storage is a common problem that can cause system failures, service disruptions, and data loss. This guide covers essential commands to monitor and clean up disk space on Linux servers.

Read more →

How to Use Different Git Accounts for Different Folders

Image

As developers, we often juggle multiple Git accounts—one for personal projects, another for work, and perhaps even a third for open-source contributions. Managing these accounts can get tricky, especially when committing to different repositories in different folders. Thankfully, Git provides a way to manage multiple identities efficiently using the includeIf directive. In this article, we’ll explore how to configure Git to automatically switch accounts based on the folder you’re working in.

Read more →

SSHKo: A Handy SSH Connection Manager

Image

Are you someone who constantly juggles between multiple SSH connections but struggles to remember all the IPs and usernames? Do you wish for a simpler, more efficient way to manage these connections without the hassle of typing in commands every time? Look no further! SSHKo is here to simplify your SSH experience.

Read more →

Mastering Flash Messages in PHP: A Simple Guide

Image

When building web applications, effective communication with users is essential. One technique widely used in frameworks like Laravel or Symfony is "flash messages." These are temporary messages displayed to users, such as success notifications or error alerts. This article dives into implementing flash messages in PHP with a straightforward approach.

Read more →