Joshua Byrd

Joshua Byrd @phocks

About: 200 BIO OK

Location:
Brisbane, Australia
Joined:
Dec 23, 2018

Joshua Byrd
articles - 6 total

How to get 2x Oracle Cloud servers free forever

This is a follow up to my How to get a Google server free forever post. In the comments selim13 let...

Learn More 129 9Nov 15 '20

How to make a GitHub profile README

In case you missed it. GitHub profiles are now live!...

Learn More 23 0Nov 9 '20

How to get a free Google server forever

NOTE: GOOGLE HAVE CHANGED THEIR FREE TIER FROM F1-MICRO TO E2-MICRO. PLEASE USE E2-MICRO TO GET A...

Learn More 253 47Nov 8 '20

... (rest and spread) explained as simply as I humanly can

Three dots ... does two different things depending on how you use them. Spread: ... in...

Learn More 50 3Mar 21 '19

React Hooks explained as simply as I humanly can

Hooks let you do more things with function components. You can use state wi...

Learn More 64 8Feb 15 '19

async/await explained as simply as I humanly possibly can

Put async in front of a function. eg. async function test() {} or const test = async () => {} No...

Learn More 20 0Feb 11 '19