HomeAbout
Blog

Blog

My thoughts on software engineering, Java, and backend development.

Why Framework "Magic" Can Be More Dangerous Than Plain Java
December 15, 2024•6 min read

Why Framework "Magic" Can Be More Dangerous Than Plain Java

Frameworks are great at reducing boilerplate, until they start hiding important details. @SneakyThrows is a good example of how framework magic can make code look cleaner but hide critical exception contracts.

SpringJavaSneakyThrows
Read more
BigO Isn't Performance And That's Where Many Engineers Get Stuck
December 28, 2025•7 min read

BigO Isn't Performance And That's Where Many Engineers Get Stuck

Why can two O(n) algorithms feel completely different in practice? Understanding the separation between BigO and real performance helps you make better engineering decisions.

AlgorithmsBigOPerformance
Read more

© 2026 Marina. All rights reserved.

Built with ❤️ using Next.js and TypeScript