@StanislavDakov

Hi, I am Stanislav Dakov. Welcome to my place. I have started this blog because I think I can share with you interesting stuff.


Software Developer; Problem solver; Dad; Adventurer;
Find me in:

About Me Blog Publications Personal Projects

From the Firehose

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 on


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 on


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 on