Skip to content
View andressamachado's full-sized avatar

Highlights

  • Pro

Block or report andressamachado

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

Pinned Loading

  1. eng-intern-assessment-rails eng-intern-assessment-rails Public

    Forked from Shopify/eng-intern-assessment-rails

    Encyclopedia with CRUD operations to create, read, update and delete articles. A working version is online and can be found by visiting the given url

    Ruby

  2. Rails-basic-learning-project Rails-basic-learning-project Public

    Project developed with the goal of learning Ruby and RoR. Platform to create and schedule tweets to be posted at a given time. Connection with the old Twitter Api, HTTP requests, User authenticatio…

    Ruby

  3. vintage-client vintage-client Public

    Client Side of an E-commerce platform developed as a capstone to my graduation from BrainStation`s Bootcamp

    JavaScript

  4. vintage-server vintage-server Public

    Server Side of an E-commerce platform developed as a capstone to my graduation from BrainStation`s Bootcamp

    JavaScript

  5. scotiabank-client scotiabank-client Public

    A 24 hour industry sponsored hackathon project. Working with UX designers as well as Data Scientists, and fellow developers. This was the front end solution presented by our team to help - connecti…

    JavaScript

  6. Dockerfile Dockerfile
    1
    # syntax=docker/dockerfile:1 
    2
    
                  
    3
    # Defining the base image layer from which the container will be build, in our case golang as we are using Go to setup the server.
    4
    # I got image from Docker hub Official Images webpage. https://hub.docker.com/_/golang
    5
    FROM golang:1.16.10-alpine