Galdin's Blog

  • about
  • code-blog
  • journal

MD5 hash checks on Azure Blob Storage files

23 November 2019 | Azure, Linux

TLDR: don't use md5sum; use openssl.

Wondering how CI tests have been passing all this while

28 August 2019 | Docker, MSSQL, Azure, Kubernetes

Put a 3 day old fire off on our CI env today and had to blog about it.

Producing and consuming infinite Tasks in C#

14 June 2019 | .NET

Let's say we wanted to run this forever. private static async Task DoTheThing() { await Task.Delay(2000); await Console.Out.

C# scripts using dotnet-script

05 April 2019 | .NET, dev.to

Quick posts on writing scripts using C#

C# REPL using mono or dotnet-script

13 October 2018 | .NET, dev.to

Quite often, all I want to do is check if a single line of code does what I think it does.

Creating an Azure EventGrid Webhook in ASP.NET Core

08 September 2018 | .NET, Azure

Azure EventGrid has first class support for Azure Functions, Azure Logic Apps, and Azure Automation. However, writing your own webhook

Generating PDFs from an ASP.NET Core app using a Node library

25 April 2018 | .NET, Node, Docker, dev.to

Quick blogpost on converting HTML to PDF from an ASP.NET Core application using a Node library by Marc Bachmann

Should your auth-service be validating tokens?

28 December 2017 | Microservices

Earlier this month, I happened to be in a technical discussion with a small team wherein I was being briefed

Getting started with Identity in ASP.NET Core

25 November 2017 | .NET, Getting Started

Identity is a simple auth system and a great improvement over Simple Membership. If you're new to it, this exercise

Biometric authentication - yea or nay?

22 October 2017 | Auth Systems

Many systems have started to use biometric authentication: Android, iOS and the Aadhar to name a few. Here's my opinion

Page 1 of 4 · Older Posts →

about · code-blog · journal · github · mailing-list · @gldraphael