Andy Balaam's Blog
  • About Andy Balaam
  • All articles
Creating a tiny Docker image of a Rust project

I am building a toy project in Rust to help me learn how to deploy things in AWS. I'm considering using Elastic Beanstalk (AWS's platform-as-a-service… ...more

April 22, 2020 [Docker, Programming, Rust, Tech]
Keeping track of podcast times with a simple bash script on Linux

I was recording some podcast audio tonight and wanted to be able to press a single key when I reached a significant moment, so I could add the times t… ...more

April 04, 2020 [bash, Programming, Tech, Videos]
Custom Bash tab completion for my program

I love Bash tab completion, and I want it for the command I am writing, so it can automatically complete parts of the command line when I run my progr… ...more

March 11, 2020 [bash, Programming, Tech]
Struggling with Rust to figure out the right types for a function signature

I am loving writing code in Rust. So many things about the language and its ecosystem feel so right*. * For example: ownership of objects, expressive … ...more

March 04, 2020 [Programming, Programming Languages, Rust, Tech]
React Concepts Video

I tried to describe the main ideas that will help you write decent React code. Maybe it will help you understand the docs a bit more when you read the… ...more

February 13, 2020 [JavaScript, Programming, React, Tech]
1 2 ...3334353637 ... 111 112
Recent
Standing again for the Matrix Governing Board
Testing nonexistence
Mini-rust in Rust 027: Parsing blocks of code
Mini-rust in Rust 026: Parsing an empty while loop
Mini-rust in Rust 025: Parsing let mut
Mini-rust in Rust 024: Lexing the <= sign
Mini-rust in Rust 023: Refactor to share structure of the syntax tree
Rust tracing basic setup
Mini-rust in Rust 022: Stop lying about types in errors
Mini-rust in Rust 021: Including type information in our syntax tree
Mini-rust in Rust 020: Gaps in our type checker
Mini-rust in Rust 019: Type checking an actual type error
Mini-rust in Rust 018: Type checking, the happy path
Mini-rust in Rust 017: Handling float literals
Mini-rust in Rust 016: Tidying our parser
Andy's home page Categories Sitemap RSS Feed

© 2005 onwards Andy Balaam. CC BY-SA except where otherwise stated (source code). Powered by Zola & Abridge