Install dependencies, on root folder run:
npm install
Run the project:
{ | |
"localeSwitcher": { | |
"pt": "Português", | |
"en": "English", | |
"label": "Idioma" | |
}, | |
"login": { | |
"title": "Login da console", | |
"form": { | |
"label": { |
import '../strings_enum.dart'; | |
final Map<String, String> ptPT = { | |
///API EXCEPTIONS | |
Strings.welcomeToOpal: "Bem-vindo(a) à Tanto!", | |
Strings.weAreSoHappyToHaveYouJoiningOpalCommunity: | |
"Estamos muito felizes por você fazer parte da nossa comunidade!", | |
Strings.profile: "Perfil", | |
Strings.dateOfBirth: "Data de Nascimento", | |
Strings.theFirstAppForMenstrualDignity: |
{ | |
"common": { | |
"filterTitle": "Filtro", | |
"search": "Pesquisar itens", | |
"messageEmpty": "Não há dados disponíveis", | |
"localeSwitcher": { | |
"pt": "Português", | |
"en": "English", | |
"label": "Idioma" | |
}, |
import React, { useState, useEffect } from 'react' | |
import axios from 'axios' | |
function Test() { | |
const [breeds, setBreeds] = useState({}) | |
useEffect(() => { | |
axios.get('https://dog.ceo/api/breeds/list/all') | |
.then(res => { | |
setBreeds(res.data.message) |
import React from 'react'; | |
import styled from 'styled-components'; | |
import { Controller, Scene } from 'react-scrollmagic'; | |
import { Tween, Timeline } from 'react-gsap'; | |
const Wrap = styled.div` | |
background-color: silver; | |
width: 100%; | |
overflow: hidden; | |
position: relative; |
baltz# cat /var/log/Xorg.2.log | |
[ 3061.785] (WW) Failed to open protocol names file lib/xorg/protocol.txt | |
[ 3061.786] | |
X.Org X Server 1.20.5 | |
X Protocol Version 11, Revision 0 | |
[ 3061.786] Build Operating System: Linux Arch Linux | |
[ 3061.786] Current Operating System: Linux baltz 4.19.78-1-MANJARO #1 SMP PREEMPT Mon Oct 7 20:24:34 UTC 2019 x86_64 | |
[ 3061.786] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19-x86_64 root=UUID=2ad14bad-b723-4e41-9751-3dc168d5da2e rw quiet resume=UUID=6e7fd666-f453-4f1c-b177-b605c78b5340 | |
[ 3061.786] Build Date: 14 August 2019 10:50:56PM | |
[ 3061.786] |
Chromium Version: 78.0.3882.0
I bundled these up into groups and wrote some thoughts about why I ask them!
If these helped you, I'd love to hear about it!! I'm on twitter @vcarl_ or send me an email [email protected]
https://medium.com/@cvitullo/questions-to-ask-your-interviewer-82a26e67ce6c