I’ve completed hundreds of projects over the past 5 years, but these are 3 of my most recent projects, if you want to know whether I’ve done a project similar to yours, just send me a message.
- Roland Garros
- Lazada
- Shopify-Ebay Integration


Roland Garros Entry/Account Generator/Password Changer
With the french open coming around the corner, there was a huge demand among resellers for a roland garros raffle entry bot. As these resellers need to enter a huge amount of accounts, the bot had to be fast and RAM efficient.
I wrote the account generator and password changer using a request based only model. Where we don’t use browsers for anything, and wrote the entry module hybrid based, using requests to solve datadome, and the browser to actually submit the entry (to avoid filtering).


Lazada Account Gen
Lazada is a popular e-commerce site in the Philippines, the client was tired of manually creating accounts, he made 150 accounts manually and got so sick of it he decided to pay me to make an account generator for him.
The main challenge with this site was the unpredictable nature of the flow, most sites it’s just enter email, enter password, maybe solve captcha, press submit. But this site had so many different possible flows, with a captcha (reCaptcha v2 Enterprise) that popped up whenever the site deemed it necessary.
I made a performant flow for this site that took into account all the different things that can happen during registration, the client was happy, though I will say, this was a bit of a difficult job.


This was an easier project. The client hired another developer to build an integration between shopify and ebay for him, the idea was to simply have updates and new products get pushed to ebay, the previous developer got some of it working but his code didn’t account for all use cases, so it didn’t work all the time. I fixed the issue with the help of chatgpt and scouring through API docs, it was only slightly stressful, this job took just a few days.