Self-acclaimed Fullstack Web3 developer who was once a Mechanical Engineer in the automotive industry (not a mechanic) for a few years, apprenticeship, degree, and all. I have been doing this now"full-time" for over a year, and I am loving it.
I prefer TypeScript over JavaScript, NextJS over Angular, and TailwindCSS over Bootstrap. I also prefer Foundry over HardHat/Truffle for Web3 development.
Checkout some of my recent public contributions.
I track my some of my coding activity using WakaTime, which is an IDE time tracking tool for developers. I have been using it for nearly a year now, the stats you see are from the last year.
Most of my public contributions in the last year have been tackling bounties for UbiquityDAO most of which are related to GitHub, A.I, Solidity, and Web3 development.
While I enjoy working on these projects, I'm always looking for new opportunities to learn and grow. If you have a project that you think I might be interested in, feel free to reach out to me on X or telegram.
Data
|From
|24/08/2023
Imagine the Chainlist.org UI as an NPM package. That's what this is, a sub 500kb package that returns the lowest latency RPC endpoint for any Chainlist supported network with both browser and node support. Based on original work by 0x4007.
A Cloudflare-worker gas faucet purpose built for UbiquityDAO based on original work by ENSDomains. The faucet is designed to fund a new bounty hunter with enough gas to claim rewards for their first bounty.
A P.O.D phonecase product design studio integrated with DALLE-3 and Stable-Diffusion. Achieves an avg. 270/300DPI quality prints with Real-Ersgan based upscaling. Uses Printful for fulfilment and Stripe for payments.
🤖 GPT x GitHub plugin for Ubiquibot. Issue/Pull request Chatbot meant for use with the kernel
⌨️ CLI tool for parsing all Permit2 payments from all UBQ issues for an upcoming airdrop
Backfill missing commits using your WakaTime stats
A CLI tool for bootstrapping new projects with any number of registered NPM packages. AI extracted setup and installation, any project, any packages, bootstrapped by InitAI.
🤖 HackUnited mental health & AI 2nd place winner. Built with NextJS, OpenAI and Langchain.
🤖 OpenAI-infused Spot-The-Bug helper for GhostsOfEpochsPast
🛡️ Ghosts is a free smart contract security study and revision platform. Initially based solely on previous Secureum Races to wit we use all of the previous race content and simulate an engaging, incentivized learning platform for aspiring smart contract security researchers.
🔥 ERC20 testnet token burner for ease of disposal. Built using Solidity, Moralis and React.
Their are many ways to skin a cat as they say, and in the world of blockchain, there are many ways to abstract accounts. In this blog post, we will explore a novel approach to account abstraction using Web Credentials API (WebAuthn), session tokens, and Account Kit. Having authored this implement...
The premise is simple: You have a list of RPCs and you want to always use the one with the lowest latency while excluding bad eggs from future use. This is a common problem in the blockchain space, where RPCs can be unreliable and slow. I built a package to solve this problem for UbiquityDAO as par...