Skip to content
View AbdullahNamespace's full-sized avatar

Block or report AbdullahNamespace

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

Hi πŸ‘‹ I'm Abdullah Abdulkhaleq

Software Engineer | Focus on concepts

Profile views GitHub Followers


About Me

As a recent Software Engineering graduate from Sana'a University (Class of 2025), I have a deep love for technology and innovation. Currently, I am channeling this passion into launching my own startup. My focus is on building scalable systems that solve real-world problems through clean, efficient code, constantly driven to expand my technical expertise and tackle challenging problems.


My Approach

  • Conceptual Learning: I focus on understanding fundamentals, not just tools.
  • Rapid Adaptation: Quickly mastering new technologies and frameworks.
  • Knowledge Sharing: Documenting and sharing insights through technical articles.
  • Impact-Driven: Building solutions that create measurable value.

Tech Stack

Rust Python TypeScript Dart PostgreSQL Linux


What I'm Doing Now

  • Building my own Startup & developing private SaaS products.
  • Implementing Clean Architecture to build scalable system.
  • Writing technical articles & sharing insights on System Design.
  • Open-sourcing internal tools, libraries, and CLI utilities built during my startup development.
  • Seeking Backend Internship opportunities to further scale my expertise.

My Philosophy

while (you.areAlive()) {
  you.keepLearning();
  you.skills += "++";
  you.experience += "++";

  learn("concepts", { complexity: "O(n)" });
  learn("tools", { complexity: "O(1)" });

  you.invest("fundamentals");
  you.master("technologies_fast");

  console.log(
    you.reachedGoal()
      ? "Well done! Now aim higher."
      : "Keep going... You have what it takes.",
  );
}

console.log("A strong foundation builds an unshakable future.");

πŸ”— Quick Links


Thanks for visiting my profile! 😊 Let's build something amazing together! 🀝

Popular repositories Loading

  1. AbdullahNamespace AbdullahNamespace Public

  2. project-templates project-templates Public

  3. problem-solving-workspace problem-solving-workspace Public

    This repository is a complete, language-agnostic template designed to help developers practice coding problems across all major areas of Computer Science and technical interviews.

  4. design-patterns-for-everyone design-patterns-for-everyone Public

    Forked from kamranahmedse/design-patterns-for-humans

    An ultra-simplified explanation to design patterns

  5. learn-rust-by-practice learn-rust-by-practice Public

    πŸ¦€ Learn Rust by Practice

    Rust

  6. code-naming-standards code-naming-standards Public

    Write cleaner, more maintainable code with unified naming conventions across Rust, Python, TypeScript, Dart, C++, Go, C#, databases, and Git.