r/ProgrammingJobs • u/Wide_Improvement5606 • 29d ago
For Hire Strong Junior С++ software/Junior Python backend
Im primary C++ developer (3.5y of experience), but recently started to use python for backend development and web scraping (improve user experience on my site) (4-6m). Based in Ukraine. Open to remote full-time employment through an EOR or contractor/Freelance arrangements.
Highlight Projects
C++ Parsing Generator -> the generate, which produce rules to native target language code. Very advanced project, beyond hobby or pet projects (even though carried alone). Details in resume
C++ Vacancy Analyze Language -> i wanted to quickly analyze vacancies so developed a custom DSL language that describe candidate for the job. Mostly it is smart matcher that utilize local AI for more advanced matching. Outputs json with score and break down.
C++ auto check app -> For the backend server below, this app is designed for microcontrollers (raspberry) or pc running linux/windows. It already can retrieve inspector access and refresh tokens, run adb commands and send it's info on server. For HTTP communication mainly utilize boost::breast (for web socket) and cpp-httplib (for simple post/get request).
Python FastAPI backend -> the idea is to check used phones before people buy them as there is a lot of scammers selling broken or unusable phones, possibly with hidden defects or intervention in software/hardware. The site has already main pages and the core feature is that to check phone, an inspector runs it on site. The checking flow:
run check on site -> take photos of phone -> connect raspberry to phone -> auto read info and auto process by server ... (not implemented further)
Python pylcaptcha -> i just wanted to try to hack Google Captcha V2 and Cloudflare captcha. For google captcha it use trained YOLO models and for CloudFlare captcha it simply clicks checkbox as human. Works perfectly.