Skip to content

Instantly share code, notes, and snippets.

<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
#ServerName www.example.com
<?php
require __DIR__.DIRECTORY_SEPARATOR.'tmhOAuth.php';
DEFINE("BASE_URL", 'localhost/resap');
DEFINE("CONSUMER_KEY", '4d96fac99726463d8a06dfeb2f8278ba');
DEFINE("CONSUMER_SECRET", '6163c051838735e3d43e319632d8676c');
$config = array(
@keviocastro
keviocastro / oauthRequestToken.php
Created January 9, 2015 12:17
oauthRequestTokenResap.php
<?php
require __DIR__.DIRECTORY_SEPARATOR.'tmhOAuth/tmhOAuth.php';
DEFINE("BASE_URL", 'localhost/resap');
DEFINE("CONSUMER_KEY", '145088f8483a240b4e16c68df2f40930');
DEFINE("CONSUMER_SECRET", '4316bbd478131d08317d94ef8f88ddc6');
$config = array(
<link rel="import" href="../topeka-elements/category-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
@keviocastro
keviocastro / designer.html
Last active August 29, 2015 14:18
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icons/av-icons.html">
<link rel="import" href="../paper-fab/paper-fab.html">
<link rel="import" href="../topeka-elements/category-images.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icons/av-icons.html">
<link rel="import" href="../paper-fab/paper-fab.html">
<polymer-element name="my-element">
<template>
<style>
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-scroll-header-panel/core-scroll-header-panel.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;

Processo seletivo para desenvolvedores back-end. Teste prático.

Sobre o teste:

Somos rigorosos com qualidade, apreciando os detalhes, então vamos automatizar nossos testes.

Abraçamos a aventura, sempre aprendendo com curiosidade e mente aberta e por isso vocês são livres para escolher de que forma vão desenvolver o software (frameworks, apis, etc.).

Ao final do prazo você deve disponibilizar seu projeto para nossa avaliação no github.

SCHOOLS_DIR="~/www/schools/"
#Schools
alias docker-schools-reset="cd $SCHOOLS_DIR \
&& docker-compose stop \
&& docker-compose rm -f \
&& rm -rf .env \
&& docker-compose up -d \
&& docker exec schools_web_1 scripts/wait-health.sh 'php artisan db:seed' \
&& docker exec schools_web_1 php artisan db:seed --class="SchoolCalendar2016" \
@keviocastro
keviocastro / cloudSettings
Last active November 24, 2017 15:49
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-11-24T15:49:12.774Z","extensionVersion":"v2.8.6"}