#programming
Read more stories on Hashnode
Articles with this tag
And why you should care ยท Test-driven development (TDD) is the thing that'll save you from having to go through troves of code, some of which you most...
Vue, What? Vue, it's like React. Kinda. Vue, How? Move into or create the relevant folder, mkdir js, then cd js + curl...
Express, What? Express is a self-identified minimalist web framework for Node.js. Cool. In my own words as an uncool baby software dev who doesn't...
Setup Move into or create a file to store your project. cd into it in terminal and npx create-react-app image-search. Once that's done cd image-search...
A guide to React from one beginner developer to another. We're starting out with an image search site to get some practice. Intro React is a popular...
Intro Follow along with me in an adventure into three.js. This is less a tutorial and more of a documentation regurgitation. However, I'll be...