Greg

Greg @gregpetropoulos

About: React Native Developer

Location:
NC
Joined:
Sep 16, 2020

Greg
articles - 14 total

Traverse The DOM With Depth First Search Recursion

STOP READING THIS IF YOU CAN USE THE getElementById or querySelector API Repo ...

Learn More 5 1Nov 24 '22

Make A Triangle in HTML/CSS

A typical interview question and a handy way to show off. Heres what you...

Learn More 2 0Sep 12 '22

Render Deployment (free tier) of MERN App

A guide to deploying your full stack MERN app to Render Prereqs: Github Account Render...

Learn More 35 13Sep 8 '22

Truncate... with this JS function...

const str= 'I am a very long string thats needs discipline!' function truncate(str, n) { ...

Learn More 5 0Jun 6 '22

CSS Debug With 3 Lines

* { background: #000 !important; color: #0f0 !important; outline: solid #f00 1px...

Learn More 8 0Jun 5 '22

JavaScript and React Fundamentals Quiz

JavaScript/React Fundamentals This is a 48 multiple choice and 2 fill in the blank quiz to assess...

Learn More 11 0Apr 21 '22

JWT In Plain English

TLDR; Install json web token npm i jsonwebtoken Require Generate token Sign the json web token...

Learn More 6 0Apr 15 '22

React Self Assessment

17 Question to Audit Your React Dev Skills I always look for room to improve my react dev...

Learn More 9 0Apr 5 '22

useRef Hook In React

useRef Demo repo The useRef hook in React is a quick and easy way to access and mutate a...

Learn More 11 0Mar 10 '22

REACT -- Convert a Class Component to Functional Component with Hooks Guide w/ES6

Conversion of Class Components into Functional Components with React

Learn More 10 0Mar 7 '22

Multiple Radio Buttons in React

Multiple Radio Buttons in react

Learn More 15 0Feb 25 '22

Github Repo Setup for React App

Set up your React app with a Github repo

Learn More 10 0Oct 27 '21

5 Best High Order Array Methods in JavaScript

5 Best High Order Array Methods in JavaScript.

Learn More 7 0Oct 25 '21

My Coding Journey

A coding journey from an unemployed Geologist to Full Stack Developer.

Learn More 1 0Oct 11 '21