Evaluating my experience

Posted by Serial_Hobbyist_@reddit | ExperiencedDevs | View on Reddit | 8 comments

I’ve got a CS degree and have worked on a couple personal projects.. I have a hard time knowing if I’m totally a jr or if I may pass as a more experienced dev.

I’m selling my current project to the company I work at and plan to have about 75 active daily users to start.

To sum up, it’s a sales org and the company changes pricing 3-4 times a week. Standard practice is to print the price sheet (basically 30 pages of excel) and evaluate line by line what changed/whats a good deal. I thought that was crazy and hated doing it. So..

I made a web app that scrapes the company website for pricing. Cleans it, collates it to fill in incomplete data and stores it. The frontend displays it in a very easy to read way. It has filtering, sorting, display options, mobile and desktop view, and can calculate financing all very fast. It has user auth with admin permissions

The stack Backend: python - fastAPI, selenium, sql database frontend: vanillaJS - MVC pattern Deployed using docker containers

Is this something to be proud of? Or is it something that would take you an afternoon to make?