Skip to content

Instantly share code, notes, and snippets.

View Gaserd's full-sized avatar
🎯
Focusing

Sergey Gustun Gaserd

🎯
Focusing
View GitHub Profile
@Gaserd
Gaserd / heroes.json
Last active June 27, 2019 09:18
Dota underlords all heroes
[
{
"name":"Anti-mage",
"Health":[
"500",
"1000",
"2000"
],
"Mana":[
"100",
@laurenfazah
laurenfazah / authentication_with_express_postgres.md
Last active July 13, 2024 16:51
Authentication with an Express API and Postgres

Authentication with an Express API and Postgres

Setting Up

Let's make sure our Express app has the required base modules:

# within root of API
npm install --save express pg knex bcrypt
npm install --save-dev nodemon
@andywer
andywer / talk-proposal.md
Last active December 23, 2020 17:22
Reactive Conf 2017 ⚡️ Talk Proposal - Memory Leak Hunt 2017 Style

This is a proposal for lightning talk at Reactive Conf. Please 🌟 this gist to push the proposal!

Memory Leak Testing in 2017

Hi, I am Andy, creator of leakage - the node-powered memory leak testing library.

Instead of manual debugging it provides a structured approach to fix or even prevent memory leaks.