Hello Recruiters!
I know it's nothing big, but as my first step into the software
development world, I'm excited to share two projects I made.
1. Golang Backend Using Object-oriented Programming
Complete backend for an ecommerce system using Go and object-oriented
programming principles (work in progress): source code
2. Simple CRUD App
I've developed the backend systems using NodeJS and Golang. The source
code for both can be accessed on GitHub. Additionally, I've designed a
straightforward frontend interface that interacts seamlessly with the
NodeJS backend.
3. Greek vocabulary quiz app.
This app was born out of my personal experience learning Koine Greek
during a one-year theology course. Struggling with traditional
memorization methods, I decided to create a more engaging and effective
way to master Greek vocabulary.
Feel free to use the answer key to help you better experience the app.
Tech Stacks
- Vanilla Javascript (I initially wrote it in React.js, then ported to Solid.js, and I finally settled on vanilla JS.)
- Cloudflare Pages
- Serverless Functions with Cloudflare Workers (for data fetching)
- Tailwind CSS
Features
- Choose vocabulary set based on textbook and chapter, ensuring a tailored learning experience.
- Shuffled and randomized questions each round, keeping the user engaged and challenged.
- Immediate feedback upon answer submission to enhance understanding.
- Display result and rating at the end of each round, providing a sense of progress.
- Integration of audio sound effects using base64 encoding for a better learning experience.