Welcome to
My Blog _

The Tech Stack Playbook®: Your guide to apps, software, and tech (but in a fun way, I promise!)

Apps

Software

Tech

Entrepreneurship

AWS

Artificial Intelligence

Apps Software Tech Entrepreneurship AWS Artificial Intelligence

Trending Featured Content

TechStack Playbook Logo

By the numbers_

0
Followers
0
Views
0
Video Lessons

Are You Plugged In Yet?_

YouTube

Spotify

Apple Podcasts

Looking for Something?_

Powered by: Algolia
Algolia Search Integration

Top Categories_

Learn how to Dynamically Add App Features with AWS AppConfig Feature Flags (+ Linux 101)
AWS, DevOps, Linux, JavaScript Brian H. Hough AWS, DevOps, Linux, JavaScript Brian H. Hough

Learn how to Dynamically Add App Features with AWS AppConfig Feature Flags (+ Linux 101)

In this blog post, I'll go through the workshop, the code I used to run everything, screenshots of the deployment process, and I will also go through how to use Linux and an Amazon EC2 instance to deploy all of the code in a VM (virtual machine). What we will build is a simple Airbnb-for-Cribs home rental application and switch in an image viewer carousel for each listed home via AWS AppConfig. Here's what it will look like (unfortunately, IRL mansions are not included)…

Read More
Render Table Data In React.js (Coding, Template Literals, JSON, Data as Props, JavaScript Objects)
Full-Stack, JavaScript Brian H. Hough Full-Stack, JavaScript Brian H. Hough

Render Table Data In React.js (Coding, Template Literals, JSON, Data as Props, JavaScript Objects)

n this episode of the Tech Stack Playbook, I break down 5 data formats (including arrays, JavaScript objects, and JSON data) and show you how to render them in a table with ReactJS, one of the most popular frameworks for building progressive web applications. I noticed that the documentation is sparse sometimes of how to organize information in lists for the front end: Hard Coding a Table, Using Variables/Template Literals, Passing in Data As Props into a Table, Passing in a JSON Data File into a Table, and Passing in JavaScript Objects into a table with spread operators in ReactJS.

Read More