Skip to content
View Isaac-alencar's full-sized avatar
💭
💭

Block or report Isaac-alencar

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

Hi there 👋

Pinned Loading

  1. github-search github-search Public

    Resolving challenge from @DevChallenge

    JavaScript

  2. turing_machine_simulation turing_machine_simulation Public

    Turin Machine simulation to add one bit to a binary number

    Elixir

  3. moviebox moviebox Public

    App to list trending movies and select your favorites

    TypeScript 9 11

  4. wisegoat-challenge wisegoat-challenge Public

    Resolving challenge by https://devchallenge.com.br/

    CSS 2

  5. cookies-vs-localstorage.md cookies-vs-localstorage.md
    1
    # LocalStorage and Cookies under the hoodies
    2
    
                  
    3
    It is very common, as developers, to use tools that we don’t entirely understand. Web storage on browsers and cookies are examples of things we use without knowing what is happening behind the scenes. In this Post, we’re gonna talk about it and try to demystify these tools.
    4
    
                  
    5
    ## What is web storage?
  6. di-react.md di-react.md
    1
    ## Intro
    2
    
                  
    3
    Dependency injection is a technique used to remove interdependencies between two components of an application, but for some reason it's not commonly used in React applications, in this article we're gonna discuss some convenient ways to do it. But before digging into the React specific part, let's understand what Dependency Injection is.
    4
    
                  
    5