Open in app

Sign In

Write

Sign In

Sam Hall
Sam Hall

57 Followers

Home

About

Nov 30, 2021

Pure CSS Photo Carousel

Use CSS to build an interactive photo carousel. A scrolling photo carousel can be a nice visual alternative to laying out photos on a grid in your Single Page Application. There are a multitude of pre-written CSS snippets on sites like CodePen that you can tailor…

Photo Carousel

3 min read

Pure CSS Photo Carousel
Pure CSS Photo Carousel
Photo Carousel

3 min read


Nov 23, 2021

Selenium Webdriver Intro

Selenium Webdriver and automated browser testing. Selenium Webdriver is a web framework from Selenium, an open source project containing several utilities for browser automation. Selenium produces a variety of softwares that act as emulators for users to interact with various browser interfaces. Webdriver specifically allows its users to carry out…

Selenium

2 min read

Selenium Webdriver Intro
Selenium Webdriver Intro
Selenium

2 min read


Nov 16, 2021

React Event Handling

An intro to Event Handling in React with onClick example! An “event handler” is a react feature in which actions are performed based on user interaction with specific elements on a browser’s interface. When an element with an event handler is interacted with, some other code is triggered to change…

React Event Handling

2 min read

React Event Handling
React Event Handling
React Event Handling

2 min read


Nov 7, 2021

Building a Like and Dislike Widget with the React State Hook

How to build a simple like and dislike widget with the State Hook {useState}. Here is a brief tutorial on how to build a very simply styled like and dislike widget for your React application using the React State Hook, {useState}. Hooks are essentially functions unique to React that let…

React Hook Usestate

3 min read

Building a Like and Dislike Widget with the React State Hook
Building a Like and Dislike Widget with the React State Hook
React Hook Usestate

3 min read


Nov 2, 2021

The Technology Behind Blockchain

Blockchain is a form of financial service using cryptocurrency — essentially a means of taking in information and encrypting it against being hacked, altered or maliciously duplicated. One of the more famous examples of Blockchain is Bitcoin, which the company began exploring in 2011. …

Blockchain

3 min read

The Technology Behind Blockchain
The Technology Behind Blockchain
Blockchain

3 min read


Oct 25, 2021

Merging GitHub Branches

How to merge GitHub Branches When you create a branch for a new feature with Git, you are ostensibly making a separate file (forking) that will have no larger effect on the main project file until you are ready to merge that branch. Merging is a means of putting forked…

Github

2 min read

Merging GitHub Branches
Merging GitHub Branches
Github

2 min read


Oct 18, 2021

Creating GitHub Branches

How to create and merge GitHub branches using the GitHub website or your command line/terminal. In my software engineering bootcamp, creating and merging branches was the bane of my existence. If you’re just starting out in full stack or web development, I’m sure you’re also all too familiar with the…

Github

3 min read

Creating GitHub Branches
Creating GitHub Branches
Github

3 min read


Oct 12, 2021

The Real MVC

What is an MVC and how do we use the design pattern? MVC is an acronym, and we love acronyms, that stands for Model-View-Controller. It is a Javascript technique used for app design that divides an application into three interdependent parts: the Model is the the data stored in the…

2 min read

The Real MVC
The Real MVC

2 min read


Oct 5, 2021

<Link> Component in React

What is <Link>? How does <Link> work? How do I use <Link>? Why so many questions? React provides a declarative component for redirecting within a Single Page Application. The <Link> Component works by using a string as an accessible navigator to different parts of your webpage, by concatenating the pathway you have assigned it. It looks a little something like this:

Link

2 min read

<Link> Component in React
<Link> Component in React
Link

2 min read


Sep 28, 2021

The Ternary Operator

A handy shortcut alternative to the if statement in JavaScript. Last week I discussed conditional statements in JavaScript, their syntax and how to implement them in your code. Conditional statements in JavaScript using keywords like if, else, and else if can be expressed instead using the ternary operator (or “conditional…

Ternary Operator

3 min read

The Ternary Operator
The Ternary Operator
Ternary Operator

3 min read

Sam Hall

Sam Hall

57 Followers

Full stack developer and stand-up comic.

Following
  • Lauren Gifford

    Lauren Gifford

  • Josh Frank

    Josh Frank

  • Kody Samaroo

    Kody Samaroo

  • Madiwa Simon

    Madiwa Simon

  • Gabriel Chazanov

    Gabriel Chazanov

See all (20)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams