Skip to content
View Alexandre-Tortoza's full-sized avatar
Bit by bit, my heart is charmed.
Bit by bit, my heart is charmed.

Highlights

  • Pro

Block or report Alexandre-Tortoza

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



Typing SVG

Vue.js Nuxt React Astro TypeScript JavaScript Vite Tailwind CSS Sass Laravel PHP Node.js Node.js Elysia Python sklearn MySQL MongoDB SQLite Prisma Docker Git GitHub GitLab Linux Arch Linux Neovim Jest Vitest


[root@alexmrtr ~]# cat whoami.ts
#!/usr/bin/env node

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

  constructor() {
    this.name = "Alexandre Marques Tortoza Canoa";
    this.location = "Curitiba, Paraná, Brazil 🇧🇷";
    this.role = "Full Stack Developer";
  }

  public aboutMe(): string {
    return `
Full Stack Developer focused on building clean, scalable and user-centered web applications.
Strong background with Vue, React, Laravel and Node.js, with interests in AI, Machine Learning
and modern software architecture.
    `.trim();
  }

  public specialties(): string[] {
    return [
      "Full Stack web development",
      "Frontend with Vue, React and TypeScript",
      "Backend with Laravel, Node.js and Python",
      "REST API design and integration",
      "Clean code and scalable architecture",
    ];
  }

  public technologies(): Record<string, string[]> {
    return {
      frontend: ["Vue", "React", "TypeScript", "JavaScript", "Tailwind CSS"],
      backend: ["Laravel", "PHP", "Node.js", "Python"],
      database: ["MySQL", "MongoDB", "SQLite", "Redis"],
      devops: ["Docker", "Git", "Linux"],
      machineLearning: ["scikit-learn"],
    };
  }
}

export default Developer;

[root@alexmrtr ~]# cat status

Activity Graph

Repos by Language  Commits by Language


[root@alexmrtr ~]# ls ~/projects

alexmrtr

Alexandre Tortoza portfolio

A small corner of the internet where code, motion, and creativity come together. Built to explore ideas, share projects, and tell stories through thoughtful interactions, playful animations, and a love for crafting experiences on the web.

Astro TypeScript Tailwind CSS Three.js GSAP

Source code Live version

BisqNote

BisqNote collaborative boards

A privacy-first collaborative board built for practice and real-world use. Features end-to-end encryption with kanban, calendar, chat, and file sharing to explore secure teamwork experiences.

Vue 3 Fastify TypeScript PostgreSQL Drizzle

Source code


[root@alexmrtr ~]# nvim

LeetCode CodeWars


[root@alexmrtr ~]# contact --info

Email Website LinkedIn

Building things with lots of ☕

Pinned Loading

  1. alexmrtr alexmrtr Public

    A small corner of the internet where code, motion, and creativity come together. Built to explore ideas, share projects, and tell stories through thoughtful interactions, playful animations, and a …

    Astro

  2. bisqnote bisqnote Public

    Ephemeral private boards with end-to-end encryption for collaboration, kanban, chat and shared workspaces.

    TypeScript

  3. annalu annalu Public

    An artist portfolio website currently under development to showcase creative work and projects.

    Astro

  4. chef chef Public

    A smart note-taking and recipe app that organizes notes, lists, and recipes, letting you interact with an AI assistant to plan, suggest, and manage your cooking and tasks.

    TypeScript

  5. a-look-outside a-look-outside Public

    Deep learning-based morphological classification of galaxies using data balancing techniques, federated learning, and visual explainability (XAI) for model interpretability.

    Python 2

  6. rs2 rs2 Public

    Really Simple Rust Syndication - A simple TUI for reading your RSS feeds.

    Makefile