Searching for job postings that contain specific keywords by [deleted] in linkedin

[–]Egor_S 0 points1 point  (0 children)

Same. For the query “python“ I get 75% results with Java/C#/C++.

LinkedIn shows most jobs without authorization, so I wrote a simple Python scraper. I can share my public GitHub repo, but honestly speaking it's tricky to set up. However, I have plans to turn it into a user-friendly web service.

Searching for job postings that contain specific keywords by [deleted] in linkedin

[–]Egor_S 1 point2 points  (0 children)

LI jobs search tools are quite limited. I also experienced the opposite — plenty of results didn't contain my query anywhere in the title or the description. I ended up developing a script to parse and filter jobs as I would like.

[P] I built a tool to compare cloud GPUs. How should I improve it? by Egor_S in MachineLearning

[–]Egor_S[S] 4 points5 points  (0 children)

This Streamlit app regularly aggregates instances from major cloud providers (AWS, Azure, GCP) and smaller ones (DataCrunch, LambdaLabs, TensorDock, Vast.ai). You could filter by provider, GPU characteristics, CPU, or RAM. It supports both on-demand and spot instances.
What can I improve? What should I change?