Rust Building a CLI in Rust Today I'd like to go over a simple Rust CLI application I made. It is set up with just one simple command, however it is organized to scale to many
AWS Rust and AWS Lambda I heard a lot of great things about Rust. The promise of a C-like language with guaranteed memory safety sounds too good to pass up. It's super fast, and seemed
Code Running and Debugging AWS Lambda Serverless Functions in VS Code Today we're going to look at a simple set up to get AWS Lambda Functions running in VS Code. You'll be able to run your code locally in a Docker
React React: High Order Components High Order Components (HOCs) in React are functions that, given a component, enhance it with some extra behaviors, returning a new component. UsageA quick example would look like the sample
Code Hosting ASP.NET Core Blazor in Azure Blob Storage Static Websites Today, I'd like to show you a quick CI/CD project I put together using Blazor. This app is made from the sample template for a client-side Blazor project. I
Code .NET Core: appsettings.json Variable Substitution in AppVeyor I recently began working with AppVeyor as a deployment platform for my .NET deployments. It has proved to be a great tool for implementing build and deploy automation for .NET
Code C# and CSV's Hey all! Got an assignment recently for an interview to a company handling investment and share selling data. They actually gave me a well thought out problem that they have
Code My First Post! Hey gang, this my first post on the blog. Just getting my feet wet with the platform. I'm hoping to be able to get into a regular rhythm of writing