Skip to content

Instantly share code, notes, and snippets.

View andreyev's full-sized avatar
💭
.

Andreyev Dias de Melo andreyev

💭
.
View GitHub Profile
@leonardofed
leonardofed / README.md
Last active December 2, 2025 13:22
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


@kazmiekr
kazmiekr / gifoffmylawn.user.js
Created February 10, 2015 22:11
Script to remove any giphy reference in slack
// ==UserScript==
// @name Gif off my lawn
// @description banish the scourge of giphys
// @include https://universalmind.slack.com/*
// ==/UserScript==
(function() {
var classList = [ 'inline_attachment', 'msg_inline_img_holder' ];
var blackList = [ 'giphy' ];