Skip to content
View zazapeta's full-sized avatar
Block or Report

Block or report zazapeta

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. rx-react-store rx-react-store Public

    A tiny implementation of connected to global/scoped store based on the awesome RxJs observer pattern.

    JavaScript 5 1

  2. sexy-user-agent sexy-user-agent Public

    Try to get the user agent a little bit more sexy

    JavaScript 3

  3. restify-express-sequelize-middleware restify-express-sequelize-middleware Public

    Transform your models into a REST CRUD

    JavaScript

  4. How to make assiocation + migration ... How to make assiocation + migration - the programmatic way - with sequelize
    1
    Simple gist on how to make assiocation and migration (with umzug) - the programmatic way - with sequelize
  5. Password hashing/verifying in node.j... Password hashing/verifying in node.js using 'pbkdf2'
    1
    const crypto = require("crypto");
    2
    
                  
    3
    // larger numbers mean better security
    4
    const config = {
    5
      // size of the generated hash
  6. hapi-sequelize-restify hapi-sequelize-restify Public

    Forked from DharanBro/hapi-sequelize-restify

    Enable REST API with sequelize

    JavaScript