Skip to content

Instantly share code, notes, and snippets.

View LucasCaixeta's full-sized avatar
🤩

Lucas Pereira Caixeta LucasCaixeta

🤩
View GitHub Profile
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;
{
"workbench.colorTheme": "Dracula",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},
"window.zoomLevel": 1,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
<!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>
@LucasCaixeta
LucasCaixeta / gist:c930c102b09143730a479f37229898d2
Last active August 20, 2017 00:38
Coding Dojo🥋 A training that goes way beyond the code.
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? :)
Verifying that "lucascaixeta.id" is my Blockstack ID. https://onename.com/lucascaixeta
@LucasCaixeta
LucasCaixeta / designer.html
Last active August 29, 2015 14:23
designer
<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 {