Ever wonder how companies get their dashboards and reports to be so fast? I’ll show you how using PostgreSQL, .NET and Coravel!
Category: C#
I’ve been using C# and .NET for over a decade now 🙄. I’ve worked with developers professionally in private organizations and in open-source. I thought I would compile some of the most common “.NET blunders” that I personally have seen time and time again. And just to make it clear: these are all things I […]
CRON jobs are a staple for many software systems: See Slack, for example: Over the years, both the number of cron scripts and the amount of data these scripts process have increased. While generally these cron scripts executed as expected, over time the reliability of their execution has occasionally faltered, and maintaining and scaling their […]