I'm a Full-Stack engineer. With deep interest in Frontend Web Development. Head to my Frontend Masters profile to see my learning journey. And here are the projects I had fun doing so far π
Project | Purpose | Competences acquired | Programming language |
---|---|---|---|
Adopt Me π | Build a web app for adopting pets. | β’ Configure ESLint to catch common bugs arround accessibility...; β’ Handle async state with react-query ; β’ Manage app state with Redux Toolkit . |
TS |
Containers feat Docker π³ | Implement from scratch a network of containerized services. | β’ Containment of processes CHROOT ; β’ Hide processes using namespaces unshare ; β’ Limit what ressources a process can access CGROUPS . |
Linux (Debian) |
API Design | Design a fully tested Node.js API. | β’ Create a server with express ; β’ Schema definition, scheduling migrations and defining services using Prisma . |
Node.js |
Newsletter ποΈ | Implement a newsletter. | β’ Build forms without the tears Formik ; β’ Define schema for runtime value parsing and validation Yup . |
TS |
Note Taking CLI | Author a fully tested CLI for note taking. | β’ Rely on yargs for parsing arguments and generating elegant UI; β’ Interact with file system fs ; β’ Unit testing with jest . |
Node.js |
A blog | Publish articles, upvoting and commenting. | β’ Full-Stack web development; β’ Build authentification with firebase-admin ; β’ Store and manage posts with mongodb . |
TS |
GiST-Tree | Extract GiST spatial indexing strategies. | β’ Visualize R-Tree index and its underlying strategies. | Python |