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



Typing SVG

Vue.js React TypeScript JavaScript Tailwind CSS Laravel PHP Python sklearn Node.js MySQL MongoDB sqlite Docker Git Linux GitHub Neovim


[root@alexmrtr ~]# cat whoami.py
#!/usr/bin/env python3

class Developer:
    def __init__(self) -> None:
        self.name: str = "Alexandre Marques Tortoza Canoa"
        self.location: str = "Curitiba, Paraná, Brazil 🇧🇷"
        self.role: str = "Full Stack Developer"

    def about_me(self) -> str:
        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."
        )

    def specialties(self) -> list[str]:
        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",
        ]

    def technologies(self) -> dict[str, list[str]]:
        return {
            "frontend": ["Vue", "React", "TypeScript", "JavaScript", "Tailwind CSS"],
            "backend": ["Laravel", "PHP", "Node.js", "Python"],
            "database": ["MySQL", "MongoDB", "SQLite", "Redis"],
            "devops": ["Docker", "Git", "Linux"],
            "machine_learning": ["scikit-learn"],
        }

[root@alexmrtr ~]# cat status

Activity Graph


[root@alexmrtr ~]# ls ~/projects
Permissions User Name Link
drwxr-xr-x alexmrtr front-end-projects Link
drwxr-xr-x alexmrtr back-end-projects Link
drwxr-xr-x alexmrtr machine-learning-and-ai-projects Link

[root@alexmrtr ~]# nvim

LeetCode CodeWars


[root@alexmrtr ~]# contact --info

Email LinkedIn

Building things with lots of ☕

Pinned Loading

  1. chef chef Public

    TypeScript

  2. rs2 rs2 Public

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

    Makefile