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 Development on a Chromebook (without Crouton) Over the past few weeks I've been having trouble finding time to write code. It's usually a consequence of not being right at my desk at all times with my
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
React React Tic-Tac-Toe Game Tutorial Recently I went through the React Tic-Tac-Toe tutorial that's available right on the React website. While it's not a complete, enterprise-grade crash course in using React, I feel it teaches
ETL Defensive Programming: Strings I'm currently working with a lot of Extract, Transform, and Load (ETL) type problems at my job. Someone has data they need to get from point A to point B
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