Tag: coding
-

New website coming
Rebuilding my site from a musician page into a tech blog and portfolio, and learning C#, .NET, Blazor, and Figma along the way.
-

Procs, lambdas, and performance
Benchmarking blocks, procs, and lambdas in Ruby: blocks lose to method-call overhead, and procs and lambdas stay consistently faster.
-

99 bottles – go and ruby
Writing “99 Bottles of Beer” in Go and Ruby, and what the exercise actually teaches about looping and string building.
-

Selenium in Rails
Setting up Selenium in a Rails app: a contact form with two tests, one for successful submission and one for email validation.
-

C# Testing set up
Notes on setting up C# testing, written while prepping to walk a study group through the basics.
-

-

Dynamic vs Static
Ruby is dynamic and interpreted, C# is static and compiled. What that difference means for catching errors and picking the right tool.
-

Method/Function in Ruby and C#
Comparing how Ruby and C# handle the same two methods, addition and odd-number checking, and what each language’s syntax trades off.
-

C# and Ruby
Notes on the similarities between C# and Ruby, written while onboarding into a new study group.
-

What’s next?
15 years of scattered content, one decision: keep the musician site and build a new one for blog posts and portfolio work.