Skip to content

Instantly share code, notes, and snippets.

View SOliv1's full-sized avatar

Sara Oliver SOliv1

View GitHub Profile
@SOliv1
SOliv1 / Paper Rock Scissors
Created March 15, 2023 14:26
learn node
https://gist.github.com/00177ed27e79a2bc10a74bc2239eecf3
#E xpress-sessions
## Codecademy
### Auhorisationa and Authentication
https://gist.github.com/4d6cd5577c579843ab566ca60315490c
https://gist.github.com/4e42075b9544483d5bd3afca31dd9ee3
@SOliv1
SOliv1 / REACT Code Academy Project
Created July 11, 2022 13:15
COMPONENT LIFECYCLE METHODS Introduction to Lifecycle Methods
https://gist.github.com/8e23eb6d25c868246b7fe74fcaa6dfa0
<html>
<head>
<style>
h1 {
text-align: center;
color: blueviolet;
}
h2 {
text-align: center;
@Dyrits
Dyrits / --Dognation: Password Authentication.md
Last active April 6, 2024 16:25
Dognation: Password Authentication

Dognation: Password Authentication

Welcome to Dognation!

Dognation is collaborative site for dogwalkers to share pictures of their buddies. People can sign in and post pictures of the dogs they walk and share them with everyone!

We were recently hired to complete a missing feature for the app! It currently doesn’t have any configuration to authenticate users. In this project, we’ll be using express-sessions, Passport’s passport-local, and bcrypt.js in order to authenticate users so they can register, login and stay, and log out of the app!

We’re provided with some boilerplate code that we’ll be modifying and adding to in order to complete this. Let’s get started!

@SOliv1
SOliv1 / lifePhase and a series of other javascript mini projects
Last active February 27, 2022 11:26
Java Script Excercises in CodeAcadamy in association with Career Switch
Java script excercises - Code Academy
@killshot13
killshot13 / express-smtp-mailer.txt.md
Created February 27, 2021 17:03
express-smtp-mailer.txt

Cover Photo Link

How To Build an SMTP Mail Server with Express, Node, and Gmail

tutorial, node, javascript, webdev

<!DOCTYPE html>
<html>
<head>
<title>MAGIC 8 BALL</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700|Montserrat:400,700' rel='stylesheet' type='text/css'>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js'></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<style id="jsbin-css">
{
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "inline",
"editor.formatOnPaste": true,
"workbench.colorTheme": "Hyper Term Black",
"window.closeWhenEmpty": true,
"editor.renderWhitespace": "all",
"editor.find.seedSearchStringFromSelection": false,
"editor.fontFamily": "operator mono ssm",
"editor.fontSize": 12,