Skip to content
View Cyytrus's full-sized avatar
⚗️
did u say alchemy?
⚗️
did u say alchemy?

Highlights

  • Pro

Organizations

@appcumbuca
Block or Report

Block or report Cyytrus

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

Who am I!? 🤔

• Developer since the age of 14, self-taught. I decided to enter in the job market after 5 years of studying and deepening my knowledge. Currently, I use the Elixir language in my daily work. However, given my experience with various other languages such as C, C++, Erlang, Haskell, Python, Ruby, and Rust, nothing prevents me from learning a new language to adapt to a specific challenge or opportunity. This way, I can deliver high-quality software with end-to-end test coverage.

• I am currently pursuing a Bachelor's degree in Information Systems at the Federal University of Uberlândia.

• Technologies and techniques I use: Elixir, Phoenix, Python, Docker, PostgreSQL, REST APIs, HTML, CSS, GraphQL, Unit tests, CI/CD, Clean code, DDD, Clean architecture, Kafka.


Erlang Elixir Ruby ----

Pinned

  1. plug-article plug-article Public

    A example for my Elixir Plug article

    Elixir 14

  2. seiver_ex seiver_ex Public

    large CSV file generator

    Elixir 1

  3. delimiters.ex delimiters.ex
    1
    defmodule Deli do
    2
      # Elixitrus o rei do ****
    3
      @delimiters ["(", ")", "[", "]", "{", "}"]
    4
      @correspondences %{
    5
        ")" => "(",
  4. como_pensar.md como_pensar.md
    1
    # Como Pensar
    2
    
                  
    3
    Ler e entender um pouco desse artigo. https://wiki.c2.com/?FeynmanAlgorithm
    4
    
                  
    5
    - Reconhecer como você pensa