Enumeration AttacksC# / .NETProtect Against Enumeration Attacks in 2022Enumeration Attacks are a type of attack in which the attacker tries to guess or validate a data set…Alexandru PuiuJuly 15, 2022 1 min
Feature ManagementC# / .NETTop 3 useful extension methods to add feature flags around dependency injection in C#Feature Management in .net has functionality for most use-cases, but I needed to register a service…Alexandru PuiuFebruary 25, 2022 1 min
Clouflare Worker Reverse ProxyMiscReverse Proxy Cloudflare WorkerClouflare worker reverse proxy any contentAlexandru PuiuJune 03, 2021 1 min
Mailgun APIC# / .NETC# Sending Emails with the Mailgun APISending email in C# via the Mailgun API is about 3x faster than via SMTP. They make it very…Alexandru PuiuDecember 01, 2020 1 min
Planet Scale AppsC# / .NETConcepts for a Modern Planet-Scale ApplicationWhen an application starts to become popular, usually it's time to rejoice, however that depends on…Alexandru PuiuDecember 01, 2020 7 min
Uploading Large FilesC# / .NETUpload Large Files in C#Uploading files these days is pretty straightforward in just about any web framework and programming…Alexandru PuiuSeptember 21, 2020 4 min