Brian Schlining·Mar 10Integrate Ghostty with Your Mac’s FinderAs I’ve written before, I like a quick integration of my terminal with the Mac’s finder. I add a button in the finder that opens the…
Brian Schlining·Jun 9, 2024Mac Apps I useThese are apps I use regularly in my role as a software engineer.A response icon5A response icon5
Brian Schlining·May 28, 2024Command Line Tools I use on a MacCommand Line ToolsA response icon12A response icon12
Brian Schlining·Feb 19, 2024Integrate Warp with Your Mac’s FinderWhen browsing directories in the Mac’s Finder, it saves a lot of time to have a button that will open a terminal window into whatever…A response icon3A response icon3
Brian Schlining·Oct 31, 2023Using Testcontainers and SQL Server to test Java projects on M1 MacsTestcontainers is fantastic project for spinning up throwaway, lightweight resources for testing. Unfortunately, if you are developing on…A response icon1A response icon1
Brian Schlining·Sep 19, 2023End of an era: Java’s main method is no longer the canonical “bad” syntax exampleWhen was the last time you saw this comparison of why Java syntax is bad:
Brian Schlining·Oct 19, 2022Taking project Loom for a spin. Java and Scala examplesIf you’re a Java developer, you’ve likely heard about project Loom. It delivers virtual threads and structured concurrency as preview…
Brian Schlining·May 2, 2022No Dependency Fluent Logging in ScalaFluent logging using Java’s System.Logger