Useful Stock Images
from upwork
Exclusive Blog Content
from upwork
A reducer is a function that determines changes to an applications state
This topic is meant to give you a very basic overview of how Markdown works,
Heroku is an web application that makes deploying applications easy for a beginner.
Use the File System Route API when you want to create dynamic pages
The Gatsby command line tool CLI is the main entry point for getting up and running with a Gatsby application
Article on basic web development setup…
Comprehensive React Cheatsheet included at the bottom of this article!
Windows Subsystem for Linux (WSL) and Ubuntu
In React, we write event handlers directly on the elements in our JSX
HTTP is a protocol, or a definite set of rules, for accessing resources on the web.
5 tips for better Pull Requests
getting the hang of embedding things into your web pages
Event objects are normally created by Script
command line utility for printing lines that match a pattern
The most basic of all data structures, an array s
Below I list the most common terms, and their definitions, used when talking about React.
By default you cannot pass arguments to a callback function
The following example shows the use of the `height` and `width` properties alongside images of varying dimensions:
Developers will most likely argue for the rest of eternity about the most productive code editor and the best extensions.
Add css to your html
Talk is cheap. Show me the code. Software is like sex: it's better when it's free. Microsoft isn't evil, they just make really crappy operating systems.
Login to postgresql
lorem-ipsum
These operators evaluate to True or False depending on the values you give them
wubalubadubdub
Working Draft of the Specification for GraphQL created by Facebook
Netlify CMS is an open source content management system for your Git workflow that enables you to provide editors with a friendly UI and intuitive workflows
lorem-ipsum
A guide to computational complexity
Bubble sort, sorts an array of integers by bubbling the largest integer to the top.
What are the possible ways to create objects in JavaScript
What are the possible ways to create objects in JavaScript
What are the possible ways to create objects in JavaScript
At its core, Git is a set of command line utility programs that are designed to execute on a Unix style command-line environment. Modern operating systems like Linux and macOS both include built-in Unix command line terminals. This makes Linux and macOS complementary operating systems when working with Git. Microsoft Windows instead uses Windows command prompt, a non-Unix terminal environment.
Blog Archive
## **Overview** A **database schema** is the shape of our database. It defines what tables well have, which columns should exist within the tables and any restrictions on each column. A well-designed database schema keeps the data well organized and can help ensure high-quality data. Note that while schema design is usually left to Database Administrators (DBAs), understanding schema helps when designing APIs and database logic. And in a smaller team, this step may fall on the developer.