Skip to content

Instantly share code, notes, and snippets.

View ToniMaunde's full-sized avatar
📋
Full Stack Developer, currently specializing in TypeScript and Go

Milton David ToniMaunde

📋
Full Stack Developer, currently specializing in TypeScript and Go
View GitHub Profile
@PurpleBooth
PurpleBooth / README-Template.md
Last active August 9, 2026 16:50
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@Rich-Harris
Rich-Harris / service-workers.md
Last active August 7, 2026 09:39
Stuff I wish I'd known sooner about service workers

Stuff I wish I'd known sooner about service workers

I recently had several days of extremely frustrating experiences with service workers. Here are a few things I've since learned which would have made my life much easier but which isn't particularly obvious from most of the blog posts and videos I've seen.

I'll add to this list over time – suggested additions welcome in the comments or via twitter.com/rich_harris.

Use Canary for development instead of Chrome stable

Chrome 51 has some pretty wild behaviour related to console.log in service workers. Canary doesn't, and it has a load of really good service worker related stuff in devtools.

@bradtraversy
bradtraversy / webdev_online_resources.md
Last active June 27, 2026 11:13
Online Resources For Web Developers (No Downloading)
@bradtraversy
bradtraversy / node_nginx_ssl.md
Last active August 5, 2026 09:48
Node app deploy with nginx & SSL

Node.js Deployment

Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt

1. Sign up for Digital Ocean

If you use the referal link below, you get $10 free (1 or 2 months) https://m.do.co/c/5424d440c63a

2. Create a droplet and log in via ssh

I will be using the root user, but would suggest creating a new user

@kcak11
kcak11 / App.md
Last active June 15, 2026 13:48
Country Codes

Country Codes

List of all Country Codes (ISO & Dialing) sorted in alphabetical order.

@davidteren
davidteren / nerd_fonts.md
Last active August 9, 2026 21:41
Install Nerd Fonts via Homebrew [updated & fixed]
brew install --cask font-cascadia-code
brew install --cask font-cascadia-code-pl
brew install --cask font-cascadia-mono
brew install --cask font-cascadia-mono-pl
brew install --cask font-meslo-for-powerlevel10k
@gdavis
gdavis / xcode-vim.markdown
Last active July 23, 2026 22:48
Notes for working with Xcode VIM mode

Xcode VIM

Learning VIM in Xcode comes with its own set of challenges and limitations, but there is enough there for you to give your mousing hand a break and master the keyboard.

A limited set of commands are available in Xcode, and this document attempts help ease the learning curve of using VIM in Xcode by providing a handy reference as well as what I find works for me in practice.

NOTE: Commands are case-sensitive. A command of N means pressing shift + n on the keyboard.

This document is a work in progress! Leave a comment if you would like to see a change.

@raysan5
raysan5 / raylib_vs_sdl.md
Last active July 14, 2026 17:57
raylib vs SDL - A libraries comparison

raylib_vs_sdl

In the last years I've been asked multiple times about the comparison between raylib and SDL libraries. Unfortunately, my experience with SDL was quite limited so I couldn't provide a good comparison. In the last two years I've learned about SDL and used it to teach at University so I feel that now I can provide a good comparison between both.

Hope it helps future users to better understand this two libraries internals and functionality.

Table of Content

@kamilogorek
kamilogorek / _screenshot.md
Last active April 14, 2026 18:02
Clutter-free VS Code Setup
image