- The Future of Web Development: Coding as a Service
- With Sketch 43, Design IS Code & Code IS Design
- Sketch 43 will change the way we work and think
- I welcome every designer trying #FramerX to the @reactjs community.
- Framer
- #ThinkToCode ecosystem, part 2. Just pick your target code.
- The Design Tool Dilemma
- 3 Easy Steps for Working with Realistic Data in Sketch Using JSON
This file contains 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
/* | |
Minimal Obsidian by @kepano | |
This theme is provided "as is", and is focused on my personal use | |
of Obsidian. As such I have neither optimized nor tested it with | |
all the features of Obsidian that I don't frequently use. | |
Since this theme modifies significant parts of the Obsidian interface, | |
it might break with future updates. |
This file contains 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
(() => { | |
let count = 0; | |
function getAllButtons() { | |
return document.querySelectorAll('button.is-following') || []; | |
} | |
async function unfollowAll() { | |
const buttons = getAllButtons(); |
This file contains 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
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> |
Seria interessante sua ajuda. Quero listar as 50 palavras mais ouvidas em 2014 que tem algum tipo de relacionamento com desenvolvimento, envolvendo front-end, back-end e UX. Quero fazer um artigo comentando algumas dessas palavras. Abaixo seguem as que eu lembrei, top of my head. E você, lembra de alguma?
- Web Components
- Tooling
- ES6
- Data Binding
- Mobile First
- Performance
- Material Design
- SASS