Trending Featured Content
By the numbers_
Are You Plugged In Yet?_
YouTube
Spotify
Apple Podcasts
Top Categories_
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)…
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.