Skip to content
View MikaelSantilio's full-sized avatar

Block or report MikaelSantilio

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

Hi there 👋

My name's Mikael Santilio, I'm Brazilian 🇧🇷 and working with Web Development💻 since 2018. Currently, I'm a student in System Analysis and Development course at IFPI. In love with discovering new things, I like to developed projects from the first wireframe📑 up to business rule implementation at the backend, that they be challenging and, mainly, generate value for the final user👤.

Linkedin Badge Whatsapp Badge

Pinned Loading

  1. emerald-odm emerald-odm Public

    EmeraldODM is an simple ODM (Object-Document Mapper) framework for MongoDB in Ruby.

    Ruby 2

  2. telegram_alerts telegram_alerts Public

    a Ruby gem that allows you to receive notifications about exceptions and alerts in your Ruby applications through Telegram.

    Ruby 2

  3. amber-odm amber-odm Public

    A simple ODM for Elasticsearch in Ruby

    Ruby 1

  4. ruby-3-proxifier ruby-3-proxifier Public

    Forked from samuelkadolph/ruby-proxifier

    Ruby

  5. cookiecutter-ruby-datascience cookiecutter-ruby-datascience Public

    This script generates a basic Ruby project structure based on user input using the Cookie Cutter pattern. It collects various project configuration details from the user and creates the necessary f…

    Ruby

  6. Implementation of array methods to l... Implementation of array methods to list, like Ruby
    1
    class Array(list):
    2
    
                  
    3
        def __init__(self, *args):
    4
            list.__init__(self, *args)
    5
            self = Array.deep_parse_list(self)