Skip to content
View MarcoLopes389's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report MarcoLopes389

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

Hello, my name is Marco

I'm a software developer fucused in backend development. My personal mission and love is to develop scalable and performatic systems based on the best design and architectural patterns. I'm currently working at Kemosoft and in my free time learning new technologies and developing new personal projects.

const skills = [
   'Java',
   'Spring Boot',        
   'Kubernetes',
   'Docker',
   'Node.js',
   'Typescript',
   'Express',
   'Nestjs',
   'Github Actions',
   'TypeORM',
   'SQL',
   'MongoDB',
   'Postgres',
   'Scrum',
   'Kanban',
   'Jest',
   'TDD',
   'Clean Code'
]

Projects resume

Currently my github has two types of projects: learning projects and use case projects. Learning projects are some of my study repositories, there I write code in the way I learn the subjects. On the other hand, my use case projects are the language I have been learned applied in real life cases like banks, schools, notes, etc.

Learning Projects:
Use Case Projects:
Job Test Projects:
Utils

Pinned Loading

  1. rustica-lang rustica-lang Public

    This is a simple interpreter for a language without name yet.

    Rust 1

  2. cqrs-annotations cqrs-annotations Public

    This is a PoC for a future package with a pack of annotations to easily CQRS implementation

    Java