>>28877152>Leetcode.Don't
Instead, set up a basic website behind your own domain, turn it into your resume site, set up a simple webserver on it to show current FED interest rate or whatever your can do with a simple HTTP request, save results of requests to a local database, and query a geolocational datasource to show on a leaflet map.
This will give you all the skills you need in your skill cloud to get over the top-of-the-funnel and prove to anyone technical that you're capable.
>HTML, CSS, JS, shell, HTTP, REST, SQL, {whatever language you write the server in}If you're just looking to practice, use
https://projecteuler.net/ instead or pick up a good data structures book like "the algorithm design manual", GoF, or intro to algorithms.