This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import "./styles.css"; | |
import styled from "styled-components"; | |
const Product = styled.div` | |
display: flex; | |
border-style: dotted; | |
margin: 5px; | |
border: "1px solid black"; | |
padding: 10px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.colorTheme": "Dracula", | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": true, | |
}, | |
"window.zoomLevel": 1, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[javascript]": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
<script src="https://wzrd.in/standalone/expect@latest"></script> | |
<script src="https://wzrd.in/standalone/deep-freeze@latest"></script> | |
</head> | |
<body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey, hows it going? :) | |
It’s been a while since I’d like to do a Dojo Coding with my co-workers and the dev community, to have some fun, | |
learn and improve programming practices and meet more people. Time was passing and now I had the | |
right opportunity to suggest and apply it with all the others interested. Certainly ReactiveConf http://www.reactiveconf.com | |
will be a great place to talk about coding dojo, so that everyone can popularize in their work :) | |
My article about Coding Dojo at Medium: https://medium.com/@lucascaixeta/coding-dojo-4e0b1ea69735 | |
Sound's interesting to you? :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that "lucascaixeta.id" is my Blockstack ID. https://onename.com/lucascaixeta |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../paper-slider/paper-slider.html"> | |
<link rel="import" href="../topeka-elements/theme.html"> | |
<link rel="import" href="../topeka-elements/topeka-resources.html"> | |
<link rel="import" href="../topeka-elements/topeka-quiz-view.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { |