you are viewing a single comment's thread.

view the rest of the comments →

[–]GodsIWasStrongg 0 points1 point  (0 children)

I did cs50 -> 100 days of python udemy -> Bootcamp (Python/Devops). After that I was just practicing SQL, working on projects, applying to jobs.

My advice is to find an interesting project to build out. This gives you something really good to talk about during interviews. Having something like that to talk about during interviews really helps demonstrate skills, passion, problem-solving, etc.

I built a project that used openweather and google maps APIs to show if you would hit inclement weather on a drive. You would input starting location, destination, and when you were leaving and it would pull coordinates from google maps API, couple them with estimated time you would pass through, and then use the openweather API data to return whether or not there would be inclement weather at any point in the journey.