Skip to content
View hinedy's full-sized avatar
🤹‍♂️
🤹‍♂️

Block or report hinedy

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
hinedy/README.md
Ahmed Hinedy

Now

  • Shipping production healthcare software
  • React, Next.js, TypeScript
  • Exploring AI-assisted engineering workflows

Building

commit-insights — a local-first CLI that turns a repo's git history into a single self-contained HTML dashboard. No server, no network calls by default.

npm install -g commit-insights
commit-insights generate .

Focus

Product engineering · Frontend architecture · Design systems · Accessibility

Elsewhere

Portfolio · LinkedIn · ahmedhinedy@gmail.com

Pinned Loading

  1. commit-insights commit-insights Public

    Local-first Git analytics CLI

    TypeScript 2

  2. image-wave-reveal image-wave-reveal Public

    Interactive image component with dithering, waves, and mouse reveal effect

    TypeScript 1

  3. collaborative-code-editor collaborative-code-editor Public

    TypeScript 1

  4. Movie-Watchlist Movie-Watchlist Public

    A movie watchlist app built using vanilla JavaScript, HTML, and CSS.

    HTML 6 1

  5. finance finance Public

    CS50 finance, A web app via which you can manage portfolios of stocks, using IEX Cloud API in a virtual trading environment.

    Python 1 1

  6. cookies.md cookies.md
    1
    # Understanding HTTP Cookies in Web Development
    2
    
                  
    3
    ## Introduction
    4
    In this article, we'll explore the ins and outs of HTTP cookies, their significance in web development, and how they compare to alternatives like localStorage. Whether you're new to web development or looking to refine your skills, understanding cookies is key to building robust, efficient, and secure web applications.
    5