DEV Community

harsh1498
harsh1498

Posted on

My Resume Website

This is a resume website that implements cookie tracking, docker, flask, and sql to name a few, and while it seems very simple, it clearly shows use of many core development technologies to standing up a web app.

My Final Project

I made my website that has blog posts, and resume information. While it seems trivial, there are some pretty fun things including phone and email validation, slack api connection, docker, and db to store cookies.

Demo Link

https://harsh-patel.me

Link to Code

GitHub logo harsh1498 / Resume-Website

This is my resume website

Resume-Website

This is my resume website




Build Explanation

This was an interesting project and definitely needs some love. Now that I have graduated, I plan to work on it more. It is a flask web app that provides information about my knowledge and also shows these technical skills via the development of the web app. It has a blog section (Which needs to be cleaned up, I didn't want to store the data in the DB but my json currently doesn't support many features.) It also has a resume section which is simple UIkit for CSS, Flask in the backend, sqlite3 for the db storing cookie and viewer info, JSON for articles and constant-ish data, Docker to containerize the app, and Nginx as a reverse proxy on a GCP compute engine. Really fun to use all these these technologies in such a simple use case and can't wait to try more fun stuff.

Additional Thoughts / Feelings / Stories

I loved building this because it really gave me a feeling that I can stand my own web apps all on my own, full stack. It is awesome and while I ran into some issues, I am glad I learned so much.

Thank you GitHub, and congrats to all the 2020 graduates such as myself who cannot walk due to COVID-19

Top comments (0)