// about.ts
About Me
Professional summary and background
const summary = {
I'm an Informatics undergraduate student with a strong passion for backend engineering and system design. My approach to development prioritizes understanding the fundamentals over relying solely on frameworks.
Beyond coding, I find fulfillment in teaching and mentoring fellow developers, helping them build solid foundations in programming and problem-solving.
I'm particularly interested in building scalable backend systems, working with self-hosted infrastructure, and exploring security through CTF competitions.
}
interface Education
Bachelor of Informatics
Current undergraduate student
Focusing on software engineering, algorithms, database systems, and backend development
const principles: string[] = [
- →
"Write maintainable code"
Code is read more often than it's written. Clarity over cleverness.
- →
"Understand systems beyond frameworks"
Frameworks come and go, but fundamental concepts remain.
- →
"Learn by building real projects"
Theory matters, but practical implementation solidifies understanding.
]