Skip to content
View martineoficial's full-sized avatar
🤓
That's all right, young!
🤓
That's all right, young!

Block or report martineoficial

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

Hi, I'm Diana Martine.

type Dev = { name: string; role: string };
class DeveloperProfile {
  constructor(private readonly developer: Dev) {}
  getDeveloperInfo() {
    console.log(`
            Name: ${this.developer.name}
            Role: ${this.developer.role}
    `);
  }
}
const devProfile = new DeveloperProfile({
  name: "Diana Martine",
  role: "Software Engineering Specialist",
});
devProfile.getDeveloperInfo();

Contact

Popular repositories Loading

  1. curso-dio-sintaxe-basica-javascript curso-dio-sintaxe-basica-javascript Public

    Curso de sintaxe básica em JavaScript

    JavaScript 1

  2. agentic-awesome-skills agentic-awesome-skills Public

    Forked from sickn33/agentic-awesome-skills

    AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 2,005+ agentic skills. Includes CLI, local MCP, cat…

    Python 1

  3. MartineOficial MartineOficial Public

  4. Courses Courses Public

    This is a repo to save all courses that I taught

    TypeScript 1

  5. Studies Studies Public

    HTML

  6. Challenges Challenges Public