+ {project.title} + + {/* Duration */} +
+
+ {project.description} +
+ + {/* Tech stack */} +-
+ {project.deliverables.map((item) => (
+
- {item} + ))} +
+ Carousel focused. Use Left and Right Arrow keys to change slides. Press T to + toggle wide mode. Press Escape to exit wide mode. +
+
+
+ {project.description} +
+ + {/* Tech stack */} +I am a privacy-first software engineer passionate about building web applications that are efficient, user-friendly, and respectful of your @@ -86,14 +79,18 @@ const skills = {
- Here are some of the projects I have worked on in the past. They are sorted - by my personal rating of relevancy. Projects done for a company are marked - with the company name and have a special border color. -
- { - projects - .sort((a, b) => b.complexity - a.complexity) - .map((project) => ( -- {project.description} -
- -