Skip to content
View DelsonMartins's full-sized avatar
🇧🇷
Java | C /C++ | Angular
🇧🇷
Java | C /C++ | Angular

Block or report DelsonMartins

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

Delson Martins

Linkedin Mail Me!

Software Engineer and System Analyst

Coder GIF

⚡ Technologies

Java2 C C++ Go Angular React PostgreSQL2 MySQL Heroku Docker Amazon AWS Git GitHub

Top Langs

🌀 A little more about me:

class Delson extends Human {
  name: string;
  nationality: string;
  
  constructor() {
    super();
    this.name = "Delson Martins";
    this.nationality = "Brazilian";
  }
  
  languages: Array<string> = [
    "Portuguese",
    "English",
    "Spanish"
  ];
  
  technologies: {
    Java:           ["Spring Boot"];
    C/C++:          ["Boost.Asio", "Open-SSL"];
    GoLang:         ["Under construction (studying)"];
    JavaScript:     ["Angular 9", "React.js(studying)"];
    APIs:           ["REST"];
    Events:         ["AWS SQS", "RabbitMQ"];    
    CloudComputing: ["AWS", "Docker"];
  };
}

Popular repositories Loading

  1. Aws-Challenger Aws-Challenger Public

    Project developed in Java Spring Boot and Angular 9 using AWS resources (S3, SES, EC2, SQS, Amazon RDB, Cloud Trail, Athena)

    Java

  2. sales-dashboard sales-dashboard Public

    Spring Boot and React.JS Project

    Java 1

  3. DelsonMartins DelsonMartins Public

    My personal repository

  4. go-echo-api go-echo-api Public

    Golang RESTful API with Echo Framework

    Go

  5. golang-serverless-aws golang-serverless-aws Public

    Golang Serveless AWS

    Go

  6. spring-boot-samples spring-boot-samples Public

    Forked from netgloo/spring-boot-samples

    Spring Boot samples

    Java