It's Davis!

Welcome!

I'm Davis, a SWE exploring the universe of software. Welcome to my blog, where I share insights, projects, and tutorials. Scroll down and enjoy your stay!

Fullstack Posts Tooltip icon

Sep 01, 2025

A Simple C# Class on Base Classes

Enter base classes, virtual methods, and override functionality. I’ve been using this OOP design pattern quite a bit at work. These patterns are a fundamental layer in OOP and can help extend and make code very reusable (by eli...

Read more

Jan 06, 2025

Setup AWS S3 for Rails

When it comes to using S3 with Rails, a quick Google search can line up lots of awesome resources and posts that discuss the process in full. I wanted to add to this list and highlight navigating S3 for the typical Rails config...

Read more