Posts Tagged "Software"

AOT compilation for faster .NET Lambda

This post explores using AOT compilation features of .NET to improve performance for AWS Lambda functions. Find a template to use yourself inside as well!

ParenTime MVP Launch

I finally launched it - but it's far from done. I share some of my learnings and things that worked or I would do differently in this post.

App Build Update: Infrastructure

A short update on the planned infrastructure for ParenTime - my app build

What is an API?

The term API gets thrown around loosely in different contexts, and I wanted a useful resource to share with others to explain it - in my own way.

Building with .NET Aspire

The .NET Aspire experience has been great! Developing for native AWS resources with .NET made simpler with Aspire.

Building my own 'app'

Sharing a bit of my journey in a building an app for myself and my wife. This might help others aiming to build their own app, or find the app I'm building useful for themselves!

JavaScript Tip - RegEx Instances Hold State

A lesson learnt in JavaScript and state where you least expect it - RegEx.

On Cookies and the .NET HttpClient

I hope you never have to experience this, but in case you... Here's how you can use cookies to communicate in a server to server set up - but ONLY if you absolutely must!