GithubSolving Windows Path Length Limitations in GitIntroduction As developers, we've all experienced the frustration of path-related errors in Windows…Shady NagyMay 10, 2025 4 min
GithubLocal Webhook Testing Using ngrok to Connect GitHub Actions with Your .NET APIIntroduction As developers, we frequently face a common challenge: how do we test webhook-driven…Shady NagyApril 25, 2025 4 min
dotnetInternalsVisibleTo Exposing Internal Members to Test Projects in .NETInternalsVisibleTo: Exposing Internal Members to Test Projects in .NET The Problem When building…Shady NagyMarch 13, 2025 2 min
Setting Up Samba on Proxmox A Detailed GuideIntroduction Samba is a powerful and flexible tool that enables file sharing between Linux and…Shady NagyFebruary 14, 2025 2 min
Fixing Proxmox Update Errors A Step-by-Step GuideIntroduction Proxmox Virtual Environment (Proxmox VE) is an open-source server virtualization…Shady NagyFebruary 10, 2025 2 min
GatsbyJSHow to Add Headers in Nginx to Solve Cache Issues for Gatsby.js and Other SitesIntroduction Caching is crucial for improving website performance, but sometimes it can cause…Shady NagyNovember 17, 2024 2 min
GithubHow to Create a Directory in GitHub A Step-by-Step GuideIntroduction When working on GitHub repositories, creating well-structured directories (folders) is…Shady NagyNovember 16, 2024 2 min
dotnetUsing the Factory Design Pattern in a .NET 8 APIIntroduction In software development, one of the most critical design principles is ensuring that…Shady NagyOctober 13, 2024 2 min
dotnetAutomate .NET Package Deployment to NuGet with GitHub ActionsIntroduction In this guide, we'll walk through how to set up GitHub Actions to automatically publish…Shady NagyOctober 01, 2024 1 min
dotnetHandling FormData in FastEndpoints Solving the 415 Unsupported Media Type ErrorIntroduction FastEndpoints is a high-performance, open-source framework for building web APIs with…Shady NagyAugust 10, 2024 2 min