How to Use Different Git Accounts for Different Folders
2025-01-06//4 min read
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
SSHKo: A Handy SSH Connection Manager
2024-12-25//3 min read
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
Mastering Flash Messages in PHP: A Simple Guide
2024-11-28//2 min read
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
💻 Hello World!
2024-01-11//1 min read
And here am I with my first blog! :D That's so cool!
...read on