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

Highlights

  • Pro

Block or report SiamAlSobari

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

πŸ‘¨β€πŸ’» SiamAlSobari.ts

class Developer {
  private readonly name: string;
  private readonly role: string;

  constructor() {
    this.name = "Siam Al Sobari";
    this.role = "Software Engineer";
  }

  public getProfile() {
    return {
      name: this.name,
      role: this.role,
      mission: "Crafting modern, scalable, and impactful applications. πŸš€",
      techStack: {
        backend: ["NestJS", "Hono", "Node.js"],
        frontend: ["Vue.js", "TanStack Query", "TailwindCSS"],
        mobile: ["Flutter", "Dart"],
        database: ["PostgreSQL", "MySQL", "MongoDB"],
      },
      currentFocus: "Building clean architecture and optimizing performance.",
    };
  }

  public sayHi(): void {
    console.log(`Hello world! I'm ${this.name}.`);
    console.log("Feel free to check out my repositories below!");
  }
}

const me = new Developer();
me.sayHi();
console.table(me.getProfile());

Pinned Loading

  1. my_config_chad my_config_chad Public

    Lua

  2. my_config_lazy my_config_lazy Public

    Lua

  3. sveltejs/svelte sveltejs/svelte Public

    web development for the rest of us

    JavaScript 86.3k 4.9k