Skip to content
View ammarhaiderak's full-sized avatar
💭
Sr. Software Engineer
💭
Sr. Software Engineer
  • Pakistan

Block or report ammarhaiderak

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
ammarhaiderak/README.md

Hi there 👋

Innovative problem solver with a proven track record in devising cutting-edge Web3 & DevOps solutions with a strong background in Full-Stack Development.

Here are some ideas to get you started:

  • 🔭 I’m currently working on: EVM based Web3 Projects
    Backend: MERN Stack, NestJS, Solidity Smart Contract Development
    DevOps: CI/CD Pipelines: Jenkins, Gitlab, Kubernetes, Terraform IaC, Containerization using Docker
    Frontend: ReactJS, NestJS [Javascript & Typescript]
  • 🌱 I’m currently learning: Rust, Solana, Arweave & AO Protocol
  • 👯 I’m looking to collaborate on Opensource Projects

Pinned Loading

  1. DevOps Cheat Sheet DevOps Cheat Sheet
    1
    ### Find process by port
    2
    
                  
    3
    ``` 
    4
    sudo ss -lptn 'sport = :9000' 
    5
    ```
  2. Solidity Cheatsheet Solidity Cheatsheet
    1
    ## Cheat Sheet for common solidity functions
    2
    
                  
    3
    ### Gas Consumption inside contract
    4
    ```
    5
    function foo() public {
  3. Deploying Self-Hosted Gnosis Safe Wa... Deploying Self-Hosted Gnosis Safe Wallet for Custom Blockchain
    1
    # Gnosis Safe Clone (custom blockchain)
    2
    
                  
    3
    ### Transaction Service
    4
    
                  
    5
    - create env file from .env.l2.sample
  4. AggregatorContract AggregatorContract Public

    Aggregator Smart Contract

    Solidity

  5. crowdfund crowdfund Public

    Forked from denniswon/crowdfund

    TypeScript

  6. radyium-swap radyium-swap Public

    solana radyium swap cloned from https://abbylow.medium.com/learn-to-build-a-swap-application-with-solana-wallet-adapter-and-raydium-sdk-part-1-20588b9b1ad

    TypeScript 2