Articles by Victoria Lo

Articles by Victoria Lo

Follow
homeAboutSponsorsBloggingNode.jsGraphQLReact Hooks
Tag

Beginner Developers

#beginners

More content

Read more stories on Hashnode


Articles with this tag

An Introduction to Neo4J and Graph Databases

Sep 8, 2023

Getting Started with Neo4J and Graph-based Database Systems · In the world of modern data management, there is a growing demand for efficient and...

An Introduction to Neo4J and Graph Databases

A Look at React Hooks: useParams for Dynamic Routing

Oct 21, 2022

A simple way to implement dynamic routing with this useful Hook! · Welcome to another article of A Look at React Hooks, a beginner-friendly series on...

A Look at React Hooks: useParams for Dynamic Routing

5 Best Side Projects to Build as a Beginner

Feb 11, 2022

Not sure how to progress in your coding journey as a beginner? Here are some side project ideas you can start building to improve quickly! · Do you feel...

5 Best Side Projects to Build as a Beginner

A Look at React Hooks: useRef to Scroll to an Element

Jan 28, 2022

Let's learn a useful application of the useRef Hook! Scrolling to a page element in React has become so much easier with this Hook · Welcome to another...

A Look at React Hooks: useRef to Scroll to an Element

How to Use State Machines in Your Apps

Dec 17, 2021

What is a state machine? A finite state machine is mathematical model of computation, often used to design algorithms. It describes the behaviour of a...

How to Use State Machines in Your Apps

3 Ways to Implement Skeleton Components in React

Dec 10, 2021

Introduction to Skeleton Components and Why You Should Care as a Web Developer · There's nothing worse than seeing a blank white page or an infinite...

3 Ways to Implement Skeleton Components in React