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
GatsbyJSMy Journey with Component Shadowing in GatsbyIntroduction This feature opens up a world of possibilities for customizing FlexiBlog or any other…Shady NagyJuly 09, 2024 1 min
dotnetCentralized Package Management in .NET ProjectsIntroduction Managing dependencies in a .NET project can become cumbersome as the number of…Shady NagyJuly 06, 2024 1 min
GatsbyJSSolving the Gatsby Plugin Configuration Error for `gatsby-plugin-google-gtag`Introduction When developing with Gatsby, integrating Google Analytics is a common requirement to…Shady NagyJuly 05, 2024 1 min
dotnetGetting Started with NDepend A Comprehensive Guide to Boosting Code QualityIntroduction NDepend is a powerful tool designed to help developers maintain high-quality code by…Shady NagyJuly 03, 2024 4 min
LinuxAllowing Nginx to Connect to the Network on Rocky Linux 9Introduction When running a web server such as Nginx on Rocky Linux 9, you might encounter an issue…Shady NagyJune 07, 2024 2 min