Skip to content

Instantly share code, notes, and snippets.

Avatar

Diego Vazquez diurivj

View GitHub Profile
View CAI_Description.md
@diurivj
diurivj / settings.json
Last active May 12, 2022 20:18
Visual Studio Code settings
View settings.json
{
"editor.hover.enabled": true,
"window.restoreFullscreen": false,
"window.restoreWindows": "none",
"workbench.startupEditor": "none",
"workbench.colorTheme": "Dracula",
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.fontSize": 20,
"editor.fontFamily": "Dank Mono",
@diurivj
diurivj / Uses.md
Last active January 9, 2020 16:52
This file have all the tools that I use for web development and other stuff.
View Passport | Passport Intro & Passport Local Mongoose.md

Learning Goals

After this lesson, you will be able to:

  • Understand what Passport is and how it's used in web applications.
  • Configure Passport as a middleware in our application.
  • Allow users to log in to our application using Passport Local Mongoose.
  • Create protected routes.
  • Manage errors during the login process using the connect-flash package.
  • Allow users to logout from our application using Passport.
@diurivj
diurivj / MongoDB_Installation.md
Last active November 10, 2019 17:16
This is the MongoDB's recommended way to install MongoDB Enterprise Server.
View MongoDB_Installation.md
@diurivj
diurivj / Javascript.gif
Last active October 24, 2019 23:08
JavasScript ❤️
@diurivj
diurivj / README.md
Last active October 24, 2019 23:13
Best Practices for Github 😎🔥
View README.md

Github's Profile

Profile Photo

A picture with a friendly smile can help recruiters make a connection with you but it isn’t mandatory. If you’re not using a picture of yourself be sure to include a picture that somehow captures your personality. But nothing crude.

General Information

Below is some general information and a link to his email and twitter profile. Recruiters can look through your tweets to get a sense of the things you are interested in.

Repositories

@diurivj
diurivj / HOW TO DEPLOY.md
Last active August 11, 2023 10:12
STEPS FOR DEPLOYING THE FULL STACK PROJECT.
View HOW TO DEPLOY.md

Backend

  1. Change the .env file:
FRONTENDPOINT=yourproductionendpointforthefrontend(netlify)
  1. Initialize git, commit your changes and push to heroku:
$ git init 
@diurivj
diurivj / ad.md
Last active October 8, 2019 15:27
View ad.md

React | Hooks

Learning Goals

After this lesson you will be able to:

  • Understand what are React Hooks and why are so hot 🔥
  • Understand how to use useState()