βοΈ Software Engineer, currently learning more about Cloud Computing and System Design βοΈ
π Like playing with languages such as Clojure, Go, Python and Ruby. π
π Passionate for creating programming tutorials and enhancing my dotfiles setup. π
π Software Engineer at Nubank π
- π Essentials | Currently building an algorithm and data structures course in a GitHub repository, with exercises, algorithmic explanations and examples.
- π½ Dotfiles Config | Worked on my terminal dotfiles config files using Shell, Zim and Neovim
- π³ Docker Tutorial
- π§’ OOP Course
- π§ββοΈ Design Patterns
- π Data Structures
- π¦ Testing in Rails
- 𧡠Everything about Ruby
- π« Clojure Pall
- π₯ Grading System | Created "C" command-line program that grades writing ability. Computed by the Coleman-Liau formula, rounded to the nearest integer.
- π³ Credit Card Detector | Created "C" a command-line program that receives a credit card number, and returns weather the card is AMEX, MasterCard or Visa.
- π€ Collatz Conjecture | Sequentially applies the Collatz Conjecture to an x number and returns how many steps it took to reach integer 1; stores the sequence in memory.
- π³ BINARY TREE IN RUBY | Builded a command line binary tree explanation. Make your own tree!!!
- π UberEats Architecture | Builded command line application using MVC model and mirroring ruby on rails behavior, to manage restaurant orders.
- π Ruby Refactor | Exercise in ruby to follow good practices and design patterns