Skip to content

Instantly share code, notes, and snippets.

View fccoelho7's full-sized avatar
🌎
Working from somewhere

Fabio Coelho fccoelho7

🌎
Working from somewhere
  • RabbiTechs
View GitHub Profile
@fccoelho7
fccoelho7 / tech-questions.md
Last active January 27, 2020 15:41
Tech Questions

Tech Questions

  • I’d like to know what technologies you have worked on.
  • For how long time have you been working with JavaScript?
    • What kind of frameworks?
    • Have you tried TypeScript?
  • Do you have any experience with the back-end?
    • What technologies do you usually apply on the back-end?
  • Do you know anything about the Clean Code? Could you explain some principles?
    • How do you apply Clean Code in your daily tasks?
@fccoelho7
fccoelho7 / tech-challenge.md
Last active May 22, 2021 05:45 — forked from codeholic/README.md
Tech Challenge - Gallant
@fccoelho7
fccoelho7 / steps.md
Last active August 29, 2019 11:55
Using Docker with VirtualBox on MAC

Using Docker with VirtualBox on MAC

Steps

  1. Install the VirtualBox, run: brew cask install virtualbox
  2. Install some Docker stuff, run: brew install docker docker-machine docker-compose
  3. If you don't have any machine yet, run: docker-machine create
  4. Add some envs to terminal, run: echo "eval $(docker-machine env)" >> ~/.zshrc
  5. Edit host file proxying local domains to docker-machine ip, run sudo vim /etc/hosts and paste the code below:
console.log('AE Studio SMS APP')
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<style>
.component {
<!DOCTYPE html>
<html>
<head>
<title>Grensa</title>
<%= csrf_meta_tags %>
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
</head>
@fccoelho7
fccoelho7 / schema.rb
Created September 13, 2017 00:48
Test
# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.
#
# Note that this schema.rb definition is the authoritative source for your
# database schema. If you need to create the application database on another
# system, you should be using db:schema:load, not running all the migrations
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
# you'll amass, the slower it'll run and the greater likelihood for issues).
#