I am a Backend Engineer with 5 years of industry experience. I've worked extensively with Amazon Web Services (AWS), Python, Javascript, Express.js, Docker, and Postgres.
When working with a Model-View-Controller (MVC) pattern I prefer to compose models that use raw SQL queries as opposed to an Object-Relational-Mapping library. The benefits of having transparency into your queries and the ability to make fine-tuned adjustments outweigh the benefits of an ORM abstraction layer. I find ORMs are great for quick prototyping but for large, long-lived applications it's best to rely on raw queries.
In my spare time I like to build projects that benefit the communities I am a part of. Specifically, I love taking open source and public domain data and remixing it in some useful and creative way. Some examples:
I recently wrote about how to form an effective technical debt strategy for a software team: alexalksne.com/how-to-form-an-effective-technical-debt-strategy.html