Skip to content
View Nexeum's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
  • Colombia
  • 00:09 (UTC -05:00)

Block or report Nexeum

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

page views GitHub followers

A little more about me...

defmodule Nexeum do
  @pronouns ["He", "Him"]
  @code ["Elixir", "Java", "Flutter", "React", "Angular"]
  @ask_me_about ["tech", "app dev", "web dev", "frontend", "backend"]
  @technologies %{
    back_end: %{
      java: ["Spring Boot", "RabbitMQ", "Circuit Breaker"],
      elixir: ["Phoenix", "Ash"],
    },
    mobile_app: %{
      native: ["Android Development", "iOS Development"],
      cross_platform: ["Flutter", "React Native"]
    },
    front_end: %{
      js_frameworks: ["React", "Angular"],
    },
    devops: ["AWS", "Docker", "Kubernetes"],
    databases: ["MongoDB", "Redis", "Scylladb"]
  }
  @architecture ["Clean Architecture", "Microservices", "Serverless", "Reactive Systems"]
end

Elixir
Elixir
Java
Java
Flutter
Flutter
TypeScript
TypeScript
Kubernetes
Kubernetes
Docker
Docker
AWS
AWS
MongoDB
MongoDB
Erlang
Erlang
Linux
Linux

Pinned Loading

  1. bancolombia/distributed-performance-analyzer bancolombia/distributed-performance-analyzer Public

    Distributed performance analyzer for http services

    Elixir 19 8

  2. bancolombia/dart-code-linter bancolombia/dart-code-linter Public

    Dart Code Linter is a software analytics tool that helps developers analyse and improve software quality. Dart Code Linter is based on a fork of Dart Code Metrics. We welcome contributions from oth…

    Dart 49 32

  3. AbstracX AbstracX Public

    Welcome to our repository featuring a web-based Competitive Programming System built with HTML, CSS, and JavaScript! Dive into a platform for writing, compiling, running, and evaluating solutions i…

    PHP 3

  4. Swopi Swopi Public

    Swopi is an ecommerce platform built with multiple microservices. It includes services for handling products, orders, and an API Gateway for routing requests.

    Java