Skip to content

Instantly share code, notes, and snippets.

View diegoeis's full-sized avatar
💭
I'm too old for that

Diego Eis diegoeis

💭
I'm too old for that
View GitHub Profile
@bryanstedman
bryanstedman / obsidian.css
Last active January 15, 2024 07:04
My modified Minimal Obsidian.md theme - credit @kepano
/*
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.
@castroalves
castroalves / linkedin-mass-unfollow.js
Created July 7, 2020 15:40
Linkedin Mass Unfollow
(() => {
let count = 0;
function getAllButtons() {
return document.querySelectorAll('button.is-following') || [];
}
async function unfollowAll() {
const buttons = getAllButtons();
# 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 ->
@diegoeis
diegoeis / 50-palavras.md
Last active December 19, 2015 13:45
50 palavras que ouvimos muito em 2014 sobre desenvolvimento web.

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?

  1. Web Components
  2. Tooling
  3. ES6
  4. Data Binding
  5. Mobile First
  6. Performance
  7. Material Design
  8. SASS