Skip to content
View AliAlmasi's full-sized avatar
📚
Studying for the entrance exam (Konkour)
📚
Studying for the entrance exam (Konkour)

Organizations

@parchlinux @parchlinuxB
Block or Report

Block or report AliAlmasi

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

Hey, How you doin'? 👋

I'm Ali 🤠, a beginner web developer 🌱, currently living in Tehran. My interests range from technology to music. I'm also interested in software development and photography.

If you’d like to get in touch, you can run on your terminal npx alialmasi or

Links to me 🔗

LinkedIn Twitter Telegram Donate Codepen WakaTime GPG key

Technologies I use

CSS JS Sass PHP C# C++ VS Code Figma Vercel

My Github stats 📈

Visits wakatime GitHub followers

Recent activities on GitHub :octocat:

1. 🚀 Published release [2024-06-16.beta.1](https://github.com/parchlinuxB/parch-iso-mate/releases/tag/2024-06-16.beta.1) in [parchlinuxB/parch-iso-mate](https://github.com/parchlinuxB/parch-iso-mate) 2. 🚀 Published release [2024-6-16](https://github.com/parchlinuxB/parch-iso-mate/releases/tag/2024-6-16) in [parchlinuxB/parch-iso-mate](https://github.com/parchlinuxB/parch-iso-mate) 3. 🚀 Published release [Parch MATE](https://github.com/parchlinuxB/parch-iso-mate/releases/tag/2024-6-16.alpha) in [parchlinuxB/parch-iso-mate](https://github.com/parchlinuxB/parch-iso-mate)

Latest blog posts 📓

My Gitblock map 🗺️

Pinned

  1. parchlinuxB/parch-iso-mate parchlinuxB/parch-iso-mate Public

    Shell 1

  2. vless-cf-worker vless-cf-worker Public

    Configuration for VLESS tunnel on Cloudflare Worker

    49 22

  3. arduino-simple-calculator arduino-simple-calculator Public

    Simple calculator built with Arduino Uno R3 board

    C++ 1

  4. pig-game pig-game Public

    "Pig Game" with JS

    CSS 3

  5. stick-hero-game stick-hero-game Public

    stick hero with canvas (js)

    JavaScript 3

  6. A better way to use Persian Calendar... A better way to use Persian Calendar in JS.
    1
    class PersianDate extends Date {
    2
    	constructor(...args) {
    3
    		super(...args);
    4
    	}
    5