Skip to content

Instantly share code, notes, and snippets.

View deejaygeroso's full-sized avatar
💭
I may be slow to respond.

Deejay Geroso deejaygeroso

💭
I may be slow to respond.
View GitHub Profile
@FreddyPoly
FreddyPoly / terminal
Last active April 9, 2021 20:38
[REACT NATIVE] Get SHA1
Debug SHA1 (root of project)
keytool -J-Duser.language=en -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
Release SHA1 (/android/app/)
keytool -J-Duser.language=en -list -v -keystore mystore.keystore
@kocisov
kocisov / next_nginx.md
Last active February 3, 2025 07:27
How to setup next.js app on nginx with letsencrypt
@rowanmanning
rowanmanning / pa11y-queue.js
Created May 18, 2016 19:17
Example of running Pa11y in parallel
// Example of running Pa11y in parallel. Now that I found
// this I realise it should definitely be in the examples
// in the repo!
//
// You'll need to install `async` and `pa11y`, probs in a
// package.json. This isn't perfect, might need some
// tweaking. Also runs in Node.js 4+ because I'm far too
// used to typing `const` and arrow functions now.
'use strict';