Skip to content

Instantly share code, notes, and snippets.

View matchai's full-sized avatar
🚀
𝘞 𝘖 𝘖 𝘖 𝘖 𝘖 𝘖 𝘖 𝘖 𝘖 𝘖 𝘖 𝘖 𝘚 𝘏

Matan Kushner matchai

🚀
𝘞 𝘖 𝘖 𝘖 𝘖 𝘖 𝘖 𝘖 𝘖 𝘖 𝘖 𝘖 𝘖 𝘚 𝘏
View GitHub Profile

🇰🇷 Spotify playlists of my favourite kpop releases of the year, month by month.

This isn’t a comprehensive list of all kpop tracks on Spotify, only the songs I’ve really enjoyed! Check the /r/kpop wiki for a calendar of every release.


Monthly playlists

@stevekinney
stevekinney / web-performance.md
Last active January 31, 2024 14:23
Web Performance Workshop

Web Performance

Requirements

Repositories

@gaearon
gaearon / prepack-gentle-intro-1.md
Last active February 13, 2024 14:30
A Gentle Introduction to Prepack, Part 1

Note:

When this guide is more complete, the plan is to move it into Prepack documentation.
For now I put it out as a gist to gather initial feedback.

A Gentle Introduction to Prepack (Part 1)

If you're building JavaScript apps, you might already be familiar with some tools that compile JavaScript code to equivalent JavaScript code:

  • Babel lets you use newer JavaScript language features, and outputs equivalent code that targets older JavaScript engines.
@brandonb927
brandonb927 / osx-for-hackers.sh
Last active March 27, 2024 06:33
OSX for Hackers: Yosemite/El Capitan Edition. This script tries not to be *too* opinionated and any major changes to your system require a prompt. You've been warned.
#!/bin/sh
###
# SOME COMMANDS WILL NOT WORK ON macOS (Sierra or newer)
# For Sierra or newer, see https://github.com/mathiasbynens/dotfiles/blob/master/.macos
###
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/5b3c8418ed42d93af2e647dc9d122f25cc034871/.osx