Skip to content

Instantly share code, notes, and snippets.

View AlissonRS's full-sized avatar

Koyomi Araragi AlissonRS

View GitHub Profile
@AlissonRS
AlissonRS / gist:d263ca2d8a0d5c163d9e4d6b23fd47a0
Created November 10, 2021 03:56 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@AlissonRS
AlissonRS / aws-lambda-node-mongo.txt
Last active February 15, 2019 04:48
Some docs + hints when setting up AWS Lambda with NodeJS + MongoDB Atlas
// AWS Lambda with nodejs + mongo atlas
https://docs.atlas.mongodb.com/security-vpc-peering/?_ga=2.91252954.1309412592.1550121134-194675254.1550022797
https://www.youtube.com/watch?v=71cd5XerKss
@AlissonRS
AlissonRS / gist:4faf6282d2f1f60c5c99
Last active November 25, 2015 09:53 — forked from blachniet/CustomUserValidator.cs
This custom user validator can be used instead of the default user validator in order to require that the UserName property in the IUser be an email address. To use this validator, just set UserManager.UserValidator to a new instance of this class.
We couldn’t find that file to show.