Skip to content
View laerthe-souza's full-sized avatar
๐Ÿ’ญ
Not all the money in the world can buy a second of time, so use it wisely
๐Ÿ’ญ
Not all the money in the world can buy a second of time, so use it wisely

Block or report laerthe-souza

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
laerthe-souza/README.md

๐Ÿš€ Hey there, traveler of the digital world! I'm Laerthe Souza

Transforming caffeine into high-performance, scalable, and futuristic software solutions.


๐ŸŽจ Who Am I?

๐Ÿง  Creative problem-solver passionate about building scalable, resilient architectures that run like clockwork.
๐Ÿ’ป Full-stack enthusiast with a deep love for Back-end development, Microservices, Messaging Systems, and AI integrations.
๐ŸŒ From Sorocaba/SP, Brazil, coding dreams into reality with React, React Native, and Node.js.

๐Ÿ•น๏ธ Fun fact: If software engineering were a video game, I'd be speedrunning it! ๐ŸŽฎ


๐Ÿ”ฅ Tech Arsenal & Superpowers

๐ŸŸฃ Languages & Frameworks: TypeScript | Node.js | NestJS | React | Next.js
๐Ÿ’พ Databases: PostgreSQL | MongoDB | Redis
โ˜๏ธ DevOps & Infra: Docker | Kubernetes | Terraform | CI/CD | AWS/GCP
๐Ÿ’Ž Best Practices: Clean Code | SOLID | DDD | Automated Testing | Code Reviews


๐ŸŒ Let's Build The Future Together!

๐Ÿ“ฉ Email: laerte_souza.developer@outlook.com
๐ŸŒ LinkedIn: Laerthe Souza
๐Ÿ“ธ Instagram: @_laerte.souza


โญ Enjoyed my work? Let's connect and build something incredible! ๐Ÿš€


โณ Not all the money in the world can buy a second of time, so use it wisely.


Pinned Loading

  1. lifehero lifehero Public

    A clone of the BeTheHero application, developed by @Rocketseat in the 11th Omnistack Week

    TypeScript 2

  2. move-on move-on Public

    A clone of the move.it app (app based on the Pomodorus Technique), developed by Rocketseat at NextLevelWeek 4

    TypeScript 1

  3. gke-terraform-infrastructure gke-terraform-infrastructure Public

    This repository a basic template configuration to set up a kubernetes cluster in Google Cloud Platform

    HCL 1

  4. ea-sports-fc-championships-api ea-sports-fc-championships-api Public

    This project is a server API for organizing and managing EA Sports FC championships. It allows players to register, join championships, and track their performance through detailed rounds and scoreโ€ฆ

    TypeScript 3

  5. This function helps us dynamically m... This function helps us dynamically mock class methods without the necessity of using additional libraries like "jest-mock-extended"
    1
    type ClassConstructor<T> = new (...args: any[]) => T;
    2
    
                  
    3
    export type IMockClassMethods<Class> = {
    4
      [Method in keyof Class]: Class[Method] extends (
    5
        ...args: infer Args
  6. nestjs-starter-template nestjs-starter-template Public template

    This repository is a starter template that includes pre-configured ESLint, Prettier, Docker, and other essential settings for initializing new projects with the NestJS framework.

    TypeScript 2