RSSAmplifier

Blog

Josh Austin

Recent content on Josh Austin

joshaustin.techRSS feed ↗10 posts

Latest posts

I'm Investing In Ruby

Background My first tech stack was nicknamed the “LAPP Stack”, using Linux, Apache, Postgres instead of MySQL, and vanilla PHP (no Laravel, no CodeIgniter, etc.). At the time, I thought it was a superior tech stack and would make fun of Ruby. Mostly to tease the college classmates who I perceived to be “fanboys”. During then, and again in 2024, I had some low-key curiosity…

On Rust's Tooling

Rust’s tooling is really admirable.

Swift First Impressions

I’m investing heavily in Swift as my next programming language.

Java is becoming more like Rust, and I am here for it!

As programming enhancements and sophistications gain popularity, many programming languages follow suit.

Kafka As An Antipattern

We wouldn’t tolerate this with a database.

What I learned from writing a raytracer in Rust

Sometimes you learn the most by doing.

Seniors Should Code Less

Thinking more and bringing value to the team is still hard work that should be rewarded.

How to Concatenate Strings in Java like a Pro

String concatenation in Java can be initially tricky, especially if you come from other programming languages.

Getting Started with RIFE2

The web has changed significantly since I started my first developer role. So have web frameworks. So have programming languages!

Those sneaky NullPointerExceptions!

Defensive drivers anticipate accidents and bad drivers. This lowers the chances of getting into accidents.