Joaquim Barreto joaquimbarreto
🈵
I hear and I forget. I see and I remember. I do and I understand. - Confucius
Full-stack Software Engineer
-
Abaco Group
- Rome, Italy
- https://www.joaquimbarreto.net
Pinned Loading
-
-
Hands HQ Third Interview Pair Progra...
Hands HQ Third Interview Pair Programming 1string = "3797"
23// test when a digit is taken out if the number is still prime
-
hooks nav
hooks nav 12import React, { useState, useEffect } from "react";
3import "../styles.css";
45const NavHooks = props => {
-
Regex Password Validation
Regex Password Validation 1function validate(password) {
2return /(?=.{6,})(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])([a-zA-Z0-9]|)*$/.test(password);
3}
-
CSS Grid Template.html
CSS Grid Template.html 1<section class="grid">
2<div class="row">
3<div class="col-1-of-2">
4Col 1 of2
5</div>
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.