Skip to content
View developerEhsan's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report developerEhsan

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

👋 Hi, I'm Ehsan – Full Stack Engineer

developerEhsan

I’m a results-driven full stack engineer with a passion for building clean, scalable, and efficient solutions. With years of hands-on experience in both frontend and backend technologies, I focus on delivering robust, maintainable, and high-performing applications. I'm always pushing the boundaries of what's possible with code — and keeping it elegant along the way.


🛠 Tech Stack

// My stack is my toolbox — simple, sharp, and scalable.

const stack = {
  frontend: ['React', 'TailwindCSS', 'Expo', 'Electron'],
  backend: ['Node.js', 'Express', 'Docker'],
  databases: ['PostgreSQL', 'MongoDB'],
  languages: ['JavaScript', 'TypeScript', 'Python'],
};

const buildProduct = ({ frontend, backend, databases }) => ({
  ui: frontend.join(' + '),
  api: backend.join(' + '),
  data: databases.join(' + '),
});

const myApp = buildProduct(stack);
console.log('🚀 Shipping with:', myApp);

🌱 Currently Learning

  • 📘 NestJS
  • 🔜 Planning to explore Rust

📈 GitHub Stats

Ehsan's GitHub Stats

Top Languages


📫 Let's Connect


💬 A Little More About Me

When I’m not coding, you’ll find me lifting weights at the gym or diving into the world of anime. I believe discipline, like code, compounds over time — and I apply that mindset to everything I do.


Pinned Loading

  1. AI-Summarizer AI-Summarizer Public

    Effortlessly get summaries of any article — just paste the URL, and we’ll generate a clean, concise summary for you. No sign-up, no credit card, no hassle. Fast, free, and straight to the point.

    JavaScript 1

  2. Treo Treo Public

    An opensource Clipboard Management desktop application made with electron & react

    TypeScript 4 1

  3. gpt-prompt gpt-prompt Public

    GPT-Prompt is a modern web application for saving, managing, and sharing high-quality AI prompts. Built with Next.js, NextAuth, and MongoDB, it allows users to browse community prompts publicly and…

    JavaScript 1

  4. MERN-Notes MERN-Notes Public

    Notes Manager is a full-stack web application built with the MERN stack (MongoDB, Express, React, Node.js). It allows users to securely manage their personal notes using full CRUD operations. Authe…

    JavaScript 1

  5. discord-chat-application discord-chat-application Public

    Discord like fullstack chat Application with some features like authentication, servers,channels,video & audio calling etc....

    TypeScript 1

  6. Create routing in single page applic... Create routing in single page application using vanilla JS. with some custom parameters
    1
    <!-- Simple single page routing example that shows how routing is made in JS -->
    2
    <!DOCTYPE html>
    3
    <html>
    4
    <head>
    5
      <title>Vanilla.js | SPA Routing Example</title>