2 followers
I like making and writing about all things cloud, C#, Rust & serverless.
I set myself a small challenge to be able to transcribe the audio from a list of supplied YouTube videos and then be able to query the...
On a small side project I've been working on I needed to pass a stream to S3 putObject, however at first I couldn't get this to work. The...
Within TypeScript a way to define an indentifier as a number is as follows: const productId: number = 1; const orderId: number = 1; Here productId and...
I want an easy way to visualise rugby league match data for the team I support. It's been a couple of years since I last played around with F# so I'm...
At the end of last year I decided to take a look at Azure Functions. I really like the serverless concept so I set myself a simple task to build a...