Skip to content
View ammarhaiderak's full-sized avatar
💭
Sr. Software Engineer
💭
Sr. Software Engineer
  • Blockrithms
  • 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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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, I'm Ammar

Engineer at heart. Systems thinker by default.

I design and build backend systems, cloud infrastructure, and distributed integrations that are meant to hold up — not just pass a demo.

What I focus on

  • Architecture-first backend engineering
  • Production-ready cloud & DevOps systems
  • Secure and resilient integrations (including EVM-based systems)
  • Refactoring and stabilizing AI-generated or legacy codebases
  • Designing systems that remain extensible as complexity grows

How I work

I believe good software is designed — not assembled.

  • Scale is considered from day one.
  • Security is treated as a first-class concern.
  • Tradeoffs are explicit.
  • Documentation is part of engineering, not an afterthought.
  • AI is used as a tool — supervised, reviewed, and aligned with engineering judgment.

Tech I regularly work with

  • Node.js (Express, NestJS)
  • Python (FastAPI, Django)
  • Kubernetes, Docker
  • AWS, GCP, Azure
  • Linux environments
  • EVM smart contracts & secure backend integrations

My approach to AI

AI-assisted development is powerful — when supervised.

I often work with codebases that:

  • “Work 80%”
  • Were generated by tools but lack structure
  • Are difficult to maintain or extend

My work typically involves:

  • Reducing unnecessary complexity
  • Re-establishing architectural boundaries
  • Making systems production-ready
  • Restoring maintainability

What I am currently learning ?

  • How systems scale without collapsing under complexity

If you're building something that needs to scale, remain secure, and survive real-world complexity — let's talk.

Pinned Loading

  1. street-address-selection.md street-address-selection.md
    1
    ## 🌍 Robust Reverse Geocoding Across Countries (Google Maps API)
    2
    
                  
    3
    When using Google’s Reverse Geocoding API, selecting a consistent “neighborhood” or “area” label across different countries is not straightforward.
    4
    
                  
    5
    #### Different countries structure address hierarchies differently:
  2. DevOps Cheat Sheet DevOps Cheat Sheet
    1
    ### Find process by port
    2
    
                  
    3
    ``` 
    4
    sudo ss -lptn 'sport = :9000' 
    5
    ```
  3. Solidity Cheatsheet Solidity Cheatsheet
    1
    ## Cheat Sheet for common solidity functions
    2
    
                  
    3
    ### Gas Consumption inside contract
    4
    ```
    5
    function foo() public {
  4. 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
  5. AggregatorContract AggregatorContract Public

    Aggregator Smart Contract

    Solidity