I'm a passionate software engineer who loves crafting efficient solutions and exploring the depths of computer science. Currently diving deep into the foundational pillars that power modern software systems.
- Building full-stack applications with modern web technologies
- Currently mastering CS Fundamentals: Operating Systems, Databases, and Networking
- Interested in system design and scalable architectures
- Goal: Become a well-rounded software engineer with strong fundamentals
- Fun fact: I believe understanding the "why" is just as important as knowing the "how"
const fikri = {
currentFocus: [
"Operating Systems π₯οΈ",
"Database Management Systems ποΈ",
"Computer Networks π",
"System Design & Architecture ποΈ"
],
askMeAbout: ["web dev", "databases", "system fundamentals"],
technologies: {
frontEnd: ["React", "Next.js", "TypeScript", "CSS"],
backEnd: ["Node.js", "REST APIs"],
databases: ["PostgreSQL", "MongoDB", "MySQL", "SQL Server"],
devOps: ["Git"],
tools: ["Postman", "Figma"]
},
funFact: "The best code is the code you don't have to write!"
};