Intro

A pre-populated, ready to go flashcard system that learners of The Odin Project can easily use for practice to help master the material. The flashcard questions are based off lesson's "Knowledge Checks."
The app was built with Next.js and MongoDB. It includes over 400 developer related flash cards that are organized in unison with The Odin Project. There's built-in functionality where users can track their mastery and progress.
Hey there! I'm Kenny, a Full Stack Software Developer and Computer Science student based in the San Francisco Bay Area.
I specialize in building scalable, user-friendly applications and have experience with a variety of technologies, including C++, Python, JavaScript/TypeScript, Node.js, React, Next.js, Express, MongoDB, and SQL. I’m also skilled in using Git and working in Linux environments.
Beyond coding, I’m passionate about staying active and pursuing hobbies that challenge me. Whether it’s windsurfing, jiu jitsu, meditating, or playing guitar, I’m always looking for ways to grow both mentally and physically.
I’m excited about creating impactful projects and continuously evolving as a developer. Let’s connect!
If you have any questions or would like to get in touch, feel free to email me at:
This is bold and this is strong. This is
italic and this is emphasized. This is
superscript text and this is subscript text.
This is underlined and this is code:
for (;;) { ... }
. Finally,
this is a link.
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';