Skip to content
View zubin-madon's full-sized avatar
Block or Report

Block or report zubin-madon

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zubin-madon/README.md

Zubin Madon's Github Profile

Hi there 👋

After drilling oil & gas wells for 14 years, I gave up command of my last offshore oil rig in Feb 2021 and have been coding all day everyday since. I had learnt HTML, C, C++ as part of my Bachelor's in Mechanical Engineering so I was familiar with the basics. In 2021 I started with Python, then moved on to JS, Solidity, React and NextJS.

Portfolio Highlights with key Repos a Short Summary for Each:

🔭 Stuff I've Built:

Web3/ React/ Next JS/ Solidity:

  1. Geckos AI - A derivative art NFT project created using neural network transfer of Sci-Fi scenes on the Gallactic Geckos (using Python). Using Candy Machine and Metaplex to setup the mint on Solana. With a front-end minting Dapp. URL: https://geckosAI.online

  2. The Spot NFTs - I'm really proud of this React Dapp I built for The Spot NFT project on Avalanche.

  3. Token Trees - A Python Dapp that generates a tree out of all the ERC721 tokens in your wallet, that you can mint. The trees come in thousands of variations of size, shape and colour combinations. Contract: NFTrees.sol

  4. SofSafe, Echigo, Neural Apes Yacht Club, Proof Of Rug are a few of many React/ Next JS sites, NFT dapps I have built. URLs:(nayc.online, proofofrug.in, echigo.tech)

  5. You will find some Solidity smart contracts scattered in between: Echigo.sol is a meme reflector token contract with a buy/sell tax of 4%. This token is deployed on the Echelon EVM chain.

Python Web & Desktop Apps, (plus algos to perform mundane tasks like mass image editing):

  1. Ton-Miles Calculator - A desktop app built in Python Tkinter for the daily calculation of ton-miles accumulated on the drilling line.

  2. Potty Punks - Python Pillow algos to modify, mix and match hundreds of different traits to create 10,000 derivatives of crypto punks sitting on pottys. This repo will help you take photoshop layers of any NFT art concept you have and manipulate colours, superimpose layers to create finished pfps, etc.

  3. Wallet Tracker Bot - A discord bot that gives real time transaction alerts on a list of whale wallets. If the said wallets transact on Ethereum, Avalanche or Fantom chains, the bot will immediately send an alert in the Discord Channel, with a link to the txn details.

  4. Ethereum Block Updater - A Python Flask app that shows details & pending transactions on the last 3 Ethereum blocks mined.

🔭 Stuff I'm Currently Working On:

✍️ Published Articles:

I'm also a published writer so if you need someone who can code as well as write your content, hit me up.

📫 How to reach me:

Pinned

  1. Ton-Miles-Manager-for-Oil-Rigs Ton-Miles-Manager-for-Oil-Rigs Public

    An app to calculate and record daily ton-miles of drill line.

    Python 3 4

  2. Wallet-Tracker-Bot Wallet-Tracker-Bot Public

    A Discord bot that sends notifications in a server every time a transaction takes place on a set of ETH wallets.

    Python 8 3

  3. Echigo.sol Echigo.sol
    1
    // SPDX-License-Identifier: MIT
    2
    pragma solidity ^0.8.0;
    3
    import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
    4
    import "@openzeppelin/contracts/utils/Context.sol";
    5
    import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
  4. GeckosAI GeckosAI Public

    GeckosAI is a derivative art collection created by feeding telescopic images of space, sci-fi scenes and patterns, into a neural network algorithm, and applying them to top ranked Geckos using deep…

    TypeScript 1

  5. PottyPunksNFT PottyPunksNFT Public

    A derivative art project which creates 10k PottyPunks by taking the original cryptopunks and putting them on the potty!

    Python 1

  6. spot-nft-dapp spot-nft-dapp Public

    The Spot NFT Dapp

    JavaScript 1