• Serverless Email Parser with SendGrid and Netlify

    As part of a larger project, I found that I needed to be able to ingest emails automatically and programmatically. There are numerous tools that enable email...

    Create a Spring Endpoint with Filtering, Sorting and Paging

    I recently had to try to make an endpoint with Spring Boot that would allow for very flexible querying. This would mean including filtering, sorting, and pag...

    Memory Access with WebAssembly and Assembly Script

    When I was looking into how to use WebAssembly (WASM), I kept asking myself: How can I pass my variables back and forth from the WASM module? While you can p...

    Building A Dead-Simple Slack Slash Command

    This tutorial is meant to be simple. At the end of this tutorial, you will have a working Slack slash command, but this is only meant to get you started maki...

    Hello World

    I’ve always found the phrase ‘hello world’ a bit odd. Each time you go about learning a new programming language, you have to get used to its quirks and idio...