Simple. Stable. Scalable.
When coding, I strive to keep a clear set of guiding principles in mind. They help me stay focused and intentional in my work.
Simple
Avoid making things complicated, especially if their value doesn't justify the complexity, and focus instead on keeping the codebase clear, understandable, and readable.
Stable
Build systems that are stable and reliable, consistently meeting their intended functionality.
Scalable
Design systems that are easy to maintain and scalable, capable of handling new sets of data with little to no hassle.