Top End Devs Logo Top End Devs Logo
Dashboard Podcasts Screencasts Courses Coaching Calendar
Sign In
Dashboard Podcasts Screencasts Courses Coaching Calendar
Sign In

Author - TJ VanToll

TJ VanToll

TJ VanToll is a software developer, tech author, and a Principal Developer Advocate for Blues Wireless. TJ has over a decade of development experience, including a few years working on the jQuery, NativeScript, and Kendo UI teams. Nowadays, he helps developers build awesome IoT experiences.

Follow

  • Twitter

Podcasts

React Round Up
View Podcast

React Round Up

Stay current on the latest innovations and technologies in the React community by listening to our panel of React and Web Development Experts.

263 Episodes

Episodes

What It Takes To Be A Web Developer: Part 2 - JSJ 587
View Episode

What It Takes To Be A Web Developer: Part 2 - JSJ 587

The React Round Up podcast hosts, Jack Herrington, and TJ Vantoll, join this week's crossover episode. They begin by giving a brief introduction of themselves. They talk about how to become a web developer and their perspective on being a web developer. Additionally, they discuss creating open-source projects.

59:59

Jun 20, 2023

What It Takes To Be A Web Developer: Part 1 - JSJ 586
View Episode

What It Takes To Be A Web Developer: Part 1 - JSJ 586

The React Round Up podcast hosts, Jack Herrington, and TJ Vantoll, join this week's crossover episode. They begin by giving a brief introduction of themselves. They talk about how to become a web developer and their perspective on being a web developer. Additionally, they discuss creating open-source projects.

55:47

Jun 13, 2023

Comparing Angular and React in 2023 - AiA 376
View Episode

Comparing Angular and React in 2023 - AiA 376

Hosts of the React Round Up podcast, Jack Herrington, Paige Niedringhaus, and TJ Vantoll, join the Adventures in Angular Panel on this week's episode crossover. They begin the episode by contrasting the two frameworks and offering their own viewpoints on React and Angular. Additionally, they explain each of the frameworks' strong points.

1:04:42

Mar 30, 2023

RRU 102: UI Components-Open Source vs. Paid with TJ VanToll
View Episode

RRU 102: UI Components-Open Source vs. Paid with TJ VanToll

TJ VanToll hops on the Round Up to discuss when and where it makes sense to use open source UI components versus paying for them. The tradeoffs wind up being more subtle than you think. We dive into team make-up, pros and cons, and the approaches to making the right decision on which library to pick up.

52:14

Mar 03, 2020

MAS 041: TJ VanToll
View Episode

MAS 041: TJ VanToll

This week on My Angular Story, Charles speaks with TJ VanToll. TJ is a front-end developer that currently works for Progress and spends his time working with NativeScript. He first got into programming in middle school when he built a Final Fantasy fan site back in the time when GeoCities was popular. He then in high school helped run the school’s website and in college majored in computer programming. They talk about how his journey to get to where he is today has influenced his life and what his day to day life looks like now as a developer advocate.

33:14

Jun 20, 2018

AiA 148 What's New in NativeScript with TJ VanToll
View Episode

AiA 148 What's New in NativeScript with TJ VanToll

On today's episode of Adventures in Angular, we have panelists Alyssa Nicoll, Ward Bell, and Charles Max Wood. We have a special guest, TJ VanToll of Progress. If you want to stay current with NativeScript, tune in!

38:07

Jul 18, 2017

090 AiA NativeScript Part 2 with TJ VanToll
View Episode

090 AiA NativeScript Part 2 with TJ VanToll

49:36

Apr 28, 2016

186 JSJ NativeScript with TJ VanToll and Burke Holland
View Episode

186 JSJ NativeScript with TJ VanToll and Burke Holland

1:01:00

Nov 18, 2015

116 JSJ jQuery UI vs KendoUI with Burke Holland and TJ VanToll
View Episode

116 JSJ jQuery UI vs KendoUI with Burke Holland and TJ VanToll

The panelists discuss jQuery vs KendoUI with Burke Holland and TJ VanToll.

1:02:53

Jul 09, 2014

Redux, Redux Toolkit, OSS and More with Mark Erikson - RRU 238
View Episode

Redux, Redux Toolkit, OSS and More with Mark Erikson - RRU 238

Returning guest Mark Erikson joins the React Round Up team to discuss how he found himself in the position of being an open source maintainer for Redux, how he's helped shepherd/author future versions of Redux (and the complete overhauls that happened when React Hooks were introcuded), and the new examples he's written for Redux Toolkit to make Redux easier for devs to get started with. Mark also addresses some commons misconceptions around React and Redux, such as: is React Context a perfect substitute for Redux (spoiler: it's not), and is Redux still relevant today (it is). Take a listen to hear about getting into open source, where Redux is headed and Mark's broader thoughts on helping the React community document and standardize all the options out there so developers have an easier time choosing the tools needed to solve their particular problems.

1:05:22

Nov 22, 2023

Game Development in React & Typescript with Maksim Ivanov - RRU 232
View Episode

Game Development in React & Typescript with Maksim Ivanov - RRU 232

Front-end developer Maksim Ivanov talks about working for Mojang, the company behind the ridiculously popular game Minecraft. As it turns out, Maksim uses React to build different pieces of the game, and runs the code through a custom renderer to make it work in the game world. In addition to his day job, he also found time to write a book about TypeScript after realizing how much easier getting familiar with new code bases could be if TypeScript was used instead of JavaScript. The panel has used TypeScript to varying degrees themselves, but nobody's gone all in, and they talk about the pros and cons of it, including the initial learning curve and how it can help prevent bugs in the code. Maksim's book covers many aspects of TypeScript in great detail, and it sounds like a good read for anyone just picking up the language.

59:27

Sep 20, 2023

Episodes

All Astro with Fred Schott - RRU 231
View Episode

All Astro with Fred Schott - RRU 231

Today we talk with Fred Schott, the co-creator of Astro, a web framework focused on improving performance. Built around island architecture, it leverages HTML over javascript where it’s an option. Astro is a great option for those who focus on content, marketing, or personal blogs, and it is a great option to use with React. In this episode, we talk about when it makes sense to use Astro, and how to implement it.

46:47

Sep 13, 2023

React Architecture with Tommy Groshong - RRU 230
View Episode

React Architecture with Tommy Groshong - RRU 230

In today's episode, we talk about state management, dependency injection, react hooks, API access best practices and more with Tommy Groshong a React UI architect.

53:04

Sep 06, 2023

Data Visualization at Scale with Andrey Goncharov - RRU 229
View Episode

Data Visualization at Scale with Andrey Goncharov - RRU 229

Software Engineer Andrey Goncharov joins the React Round Up crew to discuss how his company Hazelcast has approached visualizing hundreds of data points on potentially hundreds of computers in a way that makes sense to users. Dust off your math skills - it gets a little technical along the way as they discuss graphs, charts, performance optimizations, and bottlenecks, and even handling accessibility of these data-intensive graphs. If you ever have to debug system failures and anomalies, this will be a worthwhile episode to check out.

45:12

Aug 23, 2023

How to Organize Your React App ft. Tania Rascia - RRU 228
View Episode

How to Organize Your React App ft. Tania Rascia - RRU 228

Tania Rascia joins the round up to discuss how to organize your code across files, directories, components, and repos within your React app. The panel chimes in with what they've seen and clarify how these approaches affect the overall application functionality of your app.

45:12

Aug 17, 2023

Migrating to React Query from Redux with Pierre Hedkvist - RRU 227
View Episode

Migrating to React Query from Redux with Pierre Hedkvist - RRU 227

Software engineer Pierre Hedkvist joins the React Round Up panelists to share some spicy (controversial) coding decisions he's made and then written about. The first hot topic is using React state to store filter setting in query parameters with the help of a custom Hook, and the second is migrating an app to rely more heavily on React Query instead of Redux. If you've been considering doing something similar, give this episode a listen to hear Pierre's strategies and advice for anyone looking to get started.

36:57

Aug 02, 2023

Episodes

Jumpstart Your React Career With Collin Pfeifer  - RRU 226
View Episode

Jumpstart Your React Career With Collin Pfeifer - RRU 226

Collin Pfeifer, writer, software engineer, and student at Indiana University joins the React Round Up panel to discuss the intricacies and pitfalls in Create React App, the roadmap of being a self-taught developer, and how the computer education system has changed over the years.

42:39

Jul 20, 2023

Figma's Biggest Change - RRU 225
View Episode

Figma's Biggest Change - RRU 225

Jack, Paige, and TJ join this week's panelist episode to talk about Figma. Figma is a web-based design tool. Jack takes the lead as he talks about its new exciting features, how this tool benefits the designers, what sets it apart from competing design tools, and many more!

56:00

Jul 05, 2023

Bootstrapping Application with Bun - RRU 224
View Episode

Bootstrapping Application with Bun - RRU 224

Peter Osah is a Fullstack Software Engineer, Technical Writer, and a Biochemist & Bioinformatics Enthusiast. He joins the show to talk about his article, " Bootstrap your next Preact application with Bun". He begins by giving the listeners an introduction to Bun and its advantages.

42:20

Jun 21, 2023

Everything About Firebase - RRU 223
View Episode

Everything About Firebase - RRU 223

Oluwaseun Raphael Afolayan is the Co-Founder of MyTherapist.ng, Technical Author, Fullstack Mobile Engineer, and eSports Gamer. He joins the show to talk about Firebase. He discusses the services that Firebase offers and why he chose it.

24:31

Jun 07, 2023

What It Takes To Be A Web Developer: Part 2 - RRU 222
View Episode

What It Takes To Be A Web Developer: Part 2 - RRU 222

Hosts from the JavaScript Jabber podcast, AJ O'Neal and Dan Shappir join this week's crossover episode. They begin by giving a brief introduction of themselves. They talk about how to become a web developer and their perspective on being a web developer. Additionally, they discuss creating open-source projects.

59:57

May 31, 2023

What It Takes To Be A Web Developer: Part 1 - RRU 221
View Episode

What It Takes To Be A Web Developer: Part 1 - RRU 221

Hosts from the JavaScript Jabber podcast, AJ O'Neal and Dan Shappir join this week's crossover episode. They begin by giving a brief introduction of themselves. They talk about how to become a web developer and their perspective on being a web developer. Additionally, they discuss creating open-source projects.

55:46

May 24, 2023

Using CSS Style Inheritance with Sami Jaber - RRU 219
View Episode

Using CSS Style Inheritance with Sami Jaber - RRU 219

Sami Jaber is a Software Engineer at Builder.io. He joins the show to discuss "Implementing CSS Style Inheritance in React Native". He starts by talking about the inspiration behind the article's concept. He also talks about Mitosis, how to use it, and its features.

48:27

May 03, 2023

Blockman with Levan Katsadze - RRU 218
View Episode

Blockman with Levan Katsadze - RRU 218

Levan Katsadze is a React.js TypeScript developer and Author of VS Code extension "Blockman". He joins the show alongside Jack, Paige, and TJ to talk about Blockman. He starts off by defining it and describing how it functions. He also talks about the reason why he built the VS Code extension and the process of creating it.

42:45

Apr 19, 2023

Episodes

Setting Up Server Side Rendering with Adam Berg - RRU 188
View Episode

Setting Up Server Side Rendering with Adam Berg - RRU 188

Today Jack and TJ talk with Adam Berg, VP of Engineering at Dubsado. We discuss an article he wrote based on lessons learned while his place of work was transitioning from AngularJS to React, called starting with How to Set Up Server Side Rendering (SSR) With React, express.js, and esbuild. We also discuss several of his other articles, including Hey Siri, We’re Breaking Up, and 3 Lines of Code Shouldn’t Take All Day.

52:52

Jul 06, 2022

All About Equipment - RRU 187
View Episode

All About Equipment - RRU 187

In today’s all-panelist episode, we cover our favorite equipment from keyboards and mouse, to computers and monitors, from webcams to microphones.

44:45

Jun 29, 2022

Episodes

3D Modeling in React with Jennifer Fu - RRU 186
View Episode

3D Modeling in React with Jennifer Fu - RRU 186

Today we have special guest Jennifer Fu, a software engineer who specializes in front end development. Currently working at Domino Data Lab, she comes with 20 years of experience in many programming languages, but loves React! Much of her recent work is with Web3.js and Three.js. We discuss how to work with the 3D JavaScript library, and discuss how easy it is to use. As a bonus, we get some of her insight to excelling during the coding interview process. Make sure to check out her extensive library of articles at medium.com (link below).

48:36

Jun 22, 2022

Design Systems - RRU 185
View Episode

Design Systems - RRU 185

In this all-panelist episode, we discuss Design Systems, what they are and why you might want one. As a great way to help companies to standardize the look and feel and behavior of their web applications across the enterprise, we discuss the challenges of implementation.

45:54

Jun 15, 2022

Episodes

React Code Quality with Iva Kop - RRU 184
View Episode

React Code Quality with Iva Kop - RRU 184

Today we talk with Iva Kopraleva, a technical article writer, and React developer at CitizenLab, a digital engagement platform helping citizen involvement in public decision-making. We delve into some tips and tricks she has learned to make her coding process better, as well as recommendations for new developers in finding their first job.

53:25

Jun 01, 2022

Insider Views from Shubham Khatri at Meta - RRU 183
View Episode

Insider Views from Shubham Khatri at Meta - RRU 183

Today we talk with software engineer Shubham Khatri, a front end developer at Meta. As someone who is really passionate about React, we discuss Strict Mode and Flock among other things. We also talk about his experience working for the company, insights on getting hired at Meta, and tips for getting a good response from developer help.

44:44

May 25, 2022

The Missing Parts with Steven Wittens - RRU 182
View Episode

The Missing Parts with Steven Wittens - RRU 182

Today we talk with Steven Wittens with his personal site acko.net, and get a glimpse inside his creative efforts of taking parts of React to a new level to support his vision for graphics developments. We also talk about Live, his own React runtime, and his upcoming use.gpu.

58:32

May 18, 2022

React Design Patterns with Samaila Bala - RRU 181
View Episode

React Design Patterns with Samaila Bala - RRU 181

In this episode we have special guest front-end engineer and technical writer Samaila Bala from Nigeria. We discuss several use cases of the React design patterns he has written about, such as the Compound Components Pattern and Provider Pattern. He also discusses his Send Cash app, and how it allows people to transfer money internationally with more ease.

48:36

May 11, 2022

How to Stand Out! - RRU 180
View Episode

How to Stand Out! - RRU 180

In this special all-panelist episode, we discuss all things on how to stand out! We’ll discuss everything from standing out in a crowd, standing out as a software developer, and how to get your name out there. We also talk about why this is an important topic to delve into. We’ll give you tips on finding success by choosing what you find interesting and fun, as well as tips to help you grow and get noticed.

51:23

May 04, 2022

Red Flags! - RRU 179
View Episode

Red Flags! - RRU 179

Ever wish you had some great advice before you needed it? In this panelists episode we talk all about red flags when interviewing with a new company, and things to look for and be aware of during the process. We look at some red flags in coding, and include some tips on finding good code. We look at red flags while working with teams, managers and difficult people, and the the red flags to look for on special projects. There are even a few red flags thrown in for life in general.

52:02

Apr 27, 2022

Advice for Junior Developers - RRU 178
View Episode

Advice for Junior Developers - RRU 178

Jack, Paige, and TJ give advice for Junior Developers. They pull from their own experience to break down the areas that Junior Developers may struggle with or not know that they need to focus on.

57:26

Apr 20, 2022

Wrangle Your CSS in JS for Peanuts using Goober ft. Cristian Bote - RRU 177
View Episode

Wrangle Your CSS in JS for Peanuts using Goober ft. Cristian Bote - RRU 177

If you're looking for a way to manage your CSS in JS in a super lightweight framework, check out Goober. The package is exceptionally small and keeps your bundle lean and mean.

50:33

Apr 13, 2022

Open Source React with Tanner Joseph Linsley - RRU 176
View Episode

Open Source React with Tanner Joseph Linsley - RRU 176

There’s a wild west of open source React out there, so let’s help you prepare. In this episode, the squad talks with Tanner Joseph Linsley, an open source React developer who’s got some wisdom to drop on how to do it right and build your community.

1:03:10

Mar 16, 2022

UseEffect and Writing Well with Chimezie Innocent - RRU 175
View Episode

UseEffect and Writing Well with Chimezie Innocent - RRU 175

Sometimes, the answer isn’t to code more. In this episode, the crew sits down with Chimezie Innocent, a developer who will show you how to clean up your act with UseEffect, as well as why this ONE thing dramatically improved his coding.

40:16

Mar 09, 2022

Episodes

Nx and Next.js Apps in 2022 with Jack Hsu - RRU 174
View Episode

Nx and Next.js Apps in 2022 with Jack Hsu - RRU 174

Nx is here to make your life easier. In this episode, Paige and TJ talk with Jack Hsu, a developer whose Nrwl and Nx expertise is blowing us away with how streamlined things can be.

50:34

Mar 02, 2022

From Court Rooms to WebGL with Mikael Petersen - RRU 172
View Episode

From Court Rooms to WebGL with Mikael Petersen - RRU 172

Could a flight attendant or lawyer become a developer? You bet! In this episode, the React Roundup team talks with Mikael (Mickey) Petersen, a flight attendant turned lawyer turned developer who believes your background doesn’t define you. They all discuss what you NEED to know about WebGL and canvasses, the pros and cons of Svelte vs. React, and the biggest developments that you should already be following.

41:14

Feb 16, 2022

Fully Stacked with Mike Alche - RRU 171
View Episode

Fully Stacked with Mike Alche - RRU 171

Wanna forget the back-end and only focus on the front? Too bad. In this episode, the React team sits down with Mike Alche, a developer whose full-stack approach reminds us why you need both ends to succeed. They discuss the power of tRPC, what led Mike to AdonisJS (and why it should be more popular), and Mike’s go-to tips for becoming a master at API testing.

41:55

Feb 02, 2022

Next Steps for Next JS with Tom Norton - RRU 170
View Episode

Next Steps for Next JS with Tom Norton - RRU 170

Next JS is next in line, but are you ready for it? In this episode, the Roundup rascals team up with Tom Norton, a software developer who’s as excited about Next JS as they are. They discuss the pros and cons, why it’s superior to apps like Gatsby, and why Tom believes studying accessibility is PARAMOUNT for the future.

44:05

Jan 26, 2022

Libraries and State Machines in 2022 - RRU 169
View Episode

Libraries and State Machines in 2022 - RRU 169

A new year brings new libraries and state machines, so if you’d rather not be confused, this episode’s for you. In this one, the team covers React’s most significant improvements, how to avoid losing your mind over state machines, and what libraries to peruse in 2022. In This Episode

50:17

Jan 19, 2022

The Great Gatsby with Queen Raae - REACT 168
View Episode

The Great Gatsby with Queen Raae - REACT 168

Interested to learn more about this “Great Gatsby”? How does it differ from others, and where is the industry headed? Time for a meeting with the Queen! In this episode, the React team sits down with Queen Benedicte Raae, a software developer and overall coding wizard. They discuss the ONE feature of Gatsby that makes it so beginner friendly, what Queen Raae learned from her years of Wordpress and web building, and where they believe the conversation of “no-code vs code everything” is headed.

45:40

Jan 12, 2022

Nailing Your Interview with Paige Niedringhaus - REACT 167
View Episode

Nailing Your Interview with Paige Niedringhaus - REACT 167

So, you’ve followed up with a recruiter and have an interview scheduled tomorrow. Not sure what to do next besides print your resume? Don’t fret! In this episode, the guys sit down with Paige Niedringhaus to discuss the fundamentals of nailing your interview. They lay out the interview red flags that should scare you to your core, how to escape the “application blackhole”, and why the “STAR Method” is incredible for leaving an awesome impression.

50:19

Jan 05, 2022

Episodes

Going Deep on Next.js ft. Atila Fassina - RRU 166
View Episode

Going Deep on Next.js ft. Atila Fassina - RRU 166

Atila Fassina joins the Round Up to discuss how he got into Next and what he's doing with it now. The panel dives into the ins and outs of what you can do with Next and some advanced uses for the framework.

47:05

Dec 15, 2021

Episodes

React vs Svelte ft. Jack Franklin - RRU 165
View Episode

React vs Svelte ft. Jack Franklin - RRU 165

Jack Franklin joins the Round Up from Google who wrote a side project using both React and Svelte. He breaks down the differences between the two frameworks and what he likes about each. In many ways, Svelte gets out of your way and is a lot of fun to use. However, React does give you some features that make development very nice.

45:51

Dec 09, 2021

Episodes

React Native for Web ft. Giuseppe Gurgone - RRU 164
View Episode

React Native for Web ft. Giuseppe Gurgone - RRU 164

Giuseppe Gurgone joins the round up to discuss React Native for Web and how you can build one application with React Native and deploy it to the web and mobile.

48:47

Dec 01, 2021

How to Organize Your React App ft. Tania Rascia - RRU 162
View Episode

How to Organize Your React App ft. Tania Rascia - RRU 162

Tania Rascia joins the round up to discuss how to organize your code across files, directories, components, and repos within your React app. The panel chimes in with what they've seen and clarify how these approaches effect the overall application functionality of your app.

48:06

Nov 10, 2021

What Skills Should We Learn Over the Holidays? - RRU 161
View Episode

What Skills Should We Learn Over the Holidays? - RRU 161

The panel puts their heads together to discuss the different skills and areas of interest they would like to spend time learning or would recommend that you spend time on this year as the holidays approach.

59:01

Nov 03, 2021

Modernizing Enterprise React Apps with Paige Niedringhaus - RRU 160
View Episode

Modernizing Enterprise React Apps with Paige Niedringhaus - RRU 160

This week, our very own host Paige Niedringhaus leads the discussion about modernizing enterprise React applications - inspired by a course she's just released on that very subject. Over the course of the episode everyone shares tips, tricks, strategies and war stories when it comes to the struggle most developers will face at some point in their careers of keeping large React applications up to date.

58:42

Oct 20, 2021

Maintaining Storybook ft. Yann Braga - RRU 159
View Episode

Maintaining Storybook ft. Yann Braga - RRU 159

Yann Braga is the maintainer of Storybook. He talks about Storybook, how it's used, new features the team is working on, and what it's like to be part of the core team actively maintaining an open source system like Storybook that is widely used to build UI systems in isolation and allow teams to see how components are used.

50:26

Oct 13, 2021

React Do's and Don't's - RRU 158
View Episode

React Do's and Don't's - RRU 158

This week the panel discusses several Do's and Don't's for your React Apps that are lessons they've learned building React applications over the years.

49:50

Oct 06, 2021

How to Stay Current and Learn New Things ft. Charles Max Wood - RRU 157
View Episode

How to Stay Current and Learn New Things ft. Charles Max Wood - RRU 157

Charles Max Wood from Top End Devs joins the round up to discuss his strategies and tactics to get the career you want by keeping current on technologies and learning new things. He explains how to determine what you want in your career. Going and building things, and continuing your learning journey.

54:36

Sep 29, 2021

Composing Layouts for React ft. Travis Waith-Mair - RRU 156
View Episode

Composing Layouts for React ft. Travis Waith-Mair - RRU 156

Travis Waith-Mair joins the round up to discuss how to compose layouts in React and the bedrock tools and principles that build up good layouts in React.

47:01

Sep 22, 2021

Run NextJS and Node in the Browser ft. Eric Simons - RRU 155
View Episode

Run NextJS and Node in the Browser ft. Eric Simons - RRU 155

Eric Simons joins the round up to discuss the latest advancements made by StackBlitz that enables you to run NodeJS in the browser. Eric expands that to the work they've done with the NextJS team to run NextJS in the browser without the need to have a server in the background.

50:48

Sep 15, 2021

Building a Chatbot or Voicebot with Dialogflow in React ft. Victory Nwani - RRU 154
View Episode

Building a Chatbot or Voicebot with Dialogflow in React ft. Victory Nwani - RRU 154

Victory Dumebi Nwani joins the round up to discuss integrating the Dialogflow from Google Cloud into your application to manage voice and chat capabilities for your application. Victory dives into the stack he used to put together a functioning app using that offering from Google.

43:39

Sep 01, 2021

Transitioning a React Codebase from JSX to TypeScript ft. Priscila Oliveira and Mark Story – RRU 153
View Episode

Transitioning a React Codebase from JSX to TypeScript ft. Priscila Oliveira and Mark Story – RRU 153

Priscila Oliveira and Mark Story join the panel to discuss the recent transition at Sentry from vanilla JavaScript to React and TypeScript. The show starts out with the panelists nerding out over Sentry and how they use it, then they dive into the code transition and the things that they learned from their conversion to TypeScript.

42:47

Aug 25, 2021

Is Working at a Large or Small Company Better for Your Career? - RRU 152
View Episode

Is Working at a Large or Small Company Better for Your Career? - RRU 152

This week the panelists dive into their work backgrounds and discuss the ins and outs of working at small and large companies. They aim specifically at whether one is better than the other for building a career.

49:58

Aug 18, 2021

Episodes

React is a Black Box ft. Florian Rappl - RRU 151
View Episode

React is a Black Box ft. Florian Rappl - RRU 151

Florian Rappl joins the Round Up to discuss React internals and how to make sense of how React works. He leads the panel through the process of understanding what React is doing when you write your JSX. He also deviates into Microframeworks a bit.

55:34

Aug 11, 2021

Form Validations and Open Source ft. Evyatar Alush - RRU 150
View Episode

Form Validations and Open Source ft. Evyatar Alush - RRU 150

Evyatar Alush joins the Round Up to discuss Vest, a form validation library that handles form validation library in a manner similar to the way that a testing library looks.

45:12

Aug 04, 2021

Episodes

Voice Recognition in React ft. Ian Lavery - RRU 149
View Episode

Voice Recognition in React ft. Ian Lavery - RRU 149

Ian Lavery joins the Round Up to discuss how to add Voice Recognition to your React applications without adding heavyweight cloud solutions from the big cloud providers.

47:48

Jul 28, 2021

Leveraging Native Features in React Native featuring Youssouf EL Azizi - RRU 148
View Episode

Leveraging Native Features in React Native featuring Youssouf EL Azizi - RRU 148

Youssouf EL Azizi joins the round up to talk about the best React Native libraries that allow you to leverage the native features of the platforms you run on.

47:53

Jul 21, 2021

Episodes

Speech Commands and Speech Recognition in React featuring Chris Laughlin - RRU 147
View Episode

Speech Commands and Speech Recognition in React featuring Chris Laughlin - RRU 147

Chris Laughlin joins the round up to discuss how to use the WebKit Speech Recognition API to interact with your react applications. This opens up a wide range of capabilities for web and React applications.

49:28

Jul 14, 2021

React Architecture with Tommy Groshong - RRU 146
View Episode

React Architecture with Tommy Groshong - RRU 146

In today's episode, we talk about state management, dependency injection, react hooks, API access best practices and more with Tommy Groshong a React UI architect.

55:11

Jul 07, 2021

Episodes

React Hook Form with Vijit Ail - RRU 145
View Episode

React Hook Form with Vijit Ail - RRU 145

React Hook Form is a terrific way to manage state in, from, and through, your forms in React. Since React itself doesn't give you much to manage forms, React Hook Form steps into the gap to help you manage your forms and provide features and functionality to your forms.

35:29

Jun 30, 2021

 Utility First CSS with Tailwind, is it the right choice for you? - RRU 144
View Episode

Utility First CSS with Tailwind, is it the right choice for you? - RRU 144

Let's dive deep into the pros and cons of Utility First CSS and Tailwind CSS in particular as Jack plays defense and Paige and TJ play devils advocates. Let's see who comes out on top and give you some insights into whether or not Tailwind CSS is the right choice for your next project.

44:13

Jun 23, 2021

Client Side, Server Side, and Static Site Rendering, Oh My! - RRU 143
View Episode

Client Side, Server Side, and Static Site Rendering, Oh My! - RRU 143

Paige, Jack, and TJ discuss the details of the different ways that you can render a React application. They talk about the pros and cons of each approach, how they work, and the common mythos surrounding each one.

47:16

Jun 16, 2021

Episodes

How to Structure Your React Projects - RRU 141
View Episode

How to Structure Your React Projects - RRU 141

Akash Joshi Is a frequent blogger across many of the larger blogs across the internet. He joins the Round Up to share his opinions on how you should put your React applications together as well as some tips on where you shouldn't put files and where you should avoid putting specific types of files.

37:51

Jun 02, 2021

Fast Production-Ready React Apps with AWS Amplify with Yash Garudkar - RRU 140
View Episode

Fast Production-Ready React Apps with AWS Amplify with Yash Garudkar - RRU 140

Yash Garudkar joins the Round Up to discuss using AWS Amplify to quickly build production ready applications. Yash also dives into how to use some of the offerings provided by AWS without needing to understand the wide array of offerings in Amazon Web Services.

51:04

May 13, 2021

RRU 139: Creating Gatsby Source Plugins with Dillion Megida
View Episode

RRU 139: Creating Gatsby Source Plugins with Dillion Megida

In today’s episode of React Round Up, Nigerian-based developer Dillion Megida explains how you can create source plugins for Gatsby, the static site generation tool. Gatsby can be used to create landing pages, blogs and e-commerce sites, among other things, and it contains a vast plugin ecosystem that helps developers avoid reinventing the wheel when creating their applications.

53:43

Apr 14, 2021

RRU 138: React Component Tests for Humans with Miroslav Nikolov
View Episode

RRU 138: React Component Tests for Humans with Miroslav Nikolov

On this episode of React Round Up we chatted with Miroslav Nikolov, a UI developer at one.com, about his approach to unit testing React components. Miroslav discussed writing components in a human-friendly way, using the library UnexpectedJS. We also talked about Miroslav’s blog, including how he got started with it, and some of the tools he used, like Gatsby and Mailchimp. This is a great episode if you’re looking to learn more about how to approach unit testing in React.

41:42

Apr 07, 2021

RRU 137: From QA to Developer with Rani Zilpelwar
View Episode

RRU 137: From QA to Developer with Rani Zilpelwar

Changing careers into software development is always an interesting story and Rani Zilpelwar's story is no different. In this episode, Rani, the QA developer turned software consultant, talks about how she's held almost every software role at one point or another, and how she's continuing to improve her skills now as a software consultant.

57:53

Mar 31, 2021

RRU 136: MIcro Front-Ends and Module Federation with Jack Herrington
View Episode

RRU 136: MIcro Front-Ends and Module Federation with Jack Herrington

Jack Herrington joins TJ for a discussion about React, Micro Front-Ends, and Module Federation in Webpack. All of these are things that Jack has show off on his Youtube Channel. They discuss the how and why you'd want to implement this approach to building applications.

54:25

Mar 23, 2021

RRU 135: Redux, Redux Toolkit, OSS and More with Mark Erikson
View Episode

RRU 135: Redux, Redux Toolkit, OSS and More with Mark Erikson

Returning guest Mark Erikson joins the React Round Up team to discuss how he found himself in the position of being an open source maintainer for Redux, how he's helped shepherd/author future versions of Redux (and the complete overhauls that happened when React Hooks were introcuded), and the new examples he's written for Redux Toolkit to make Redux easier for devs to get started with

1:06:16

Mar 09, 2021

RRU 134:  How to be a Top 5% Developer
View Episode

RRU 134: How to be a Top 5% Developer

Charles Max Wood rejoins the show to discuss the things that help people take their careers from a job to a calling. The panel goes into publishing content, how to learn, meeting other people, and working with others. Chuck also advocates for having a plan for your career and taking deliberate steps each day to achieve what you wish for.

1:12:27

Feb 23, 2021

RRU 131: Data Visualization at Scale with Andrey Goncharov
View Episode

RRU 131: Data Visualization at Scale with Andrey Goncharov

Software Engineer Andrey Goncharov joins the React Round Up crew to discuss how his company Hazelcast has approached visualizing hundreds of data points on potentially hundreds of computers in a way that makes sense to users. Dust off your math skills - it gets a little technical along the way as they discuss graphs, charts, performance optimizations and bottlenecks, and even handling accessibility of these data-intensive graphs. If you ever have to debug system failures and anomalies, this will be a worthwhile episode to check out.

46:06

Jan 19, 2021

RRU 130: How to Manage 80K Lines of Code as a Solo Developer
View Episode

RRU 130: How to Manage 80K Lines of Code as a Solo Developer

On this episode of React Round Up we talked to Dragos Bulugean about starting your own business, and managing really big apps. Dragos created Archbee, a service for helping companies manage documentation. We talked about the tech behind Archbee, as well as how he managed to build a business by himself—and how you can do the same.

50:36

Jan 12, 2021

Episodes

RRU 129: All Things Jamstack with James Quick
View Episode

RRU 129: All Things Jamstack with James Quick

This week we chatted with James Quick from Auth0 about all things Jamstack. We discussed what the Jamstack is, and walked through a ton of interesting tools and frameworks–including Gatsby, Next.js, Auth0, Sanity, and a whole lot more. Listen for a number of helpful tips & tricks around building sites with the jam stack and more.

57:40

Jan 05, 2021

RRU 128:Web Components with Ben Farrell
View Episode

RRU 128:Web Components with Ben Farrell

On this episode we chatted with Ben Farrell, author of Web Components in Action, about all things web components. We talked about the status of web components, the best way to get started today, and a whole lot more.

44:31

Dec 22, 2020

REACT 127: Building Component Libraries with Kathryn Grayson Nanz
View Episode

REACT 127: Building Component Libraries with Kathryn Grayson Nanz

Senior Frontend Engineer Kathryn Grayson Nanz joins the React Round Up team to talk about all things component libraries. Kathryn shares her experiences building not one but two component libraries, as well as tips and tricks on the benefits of shared libraries, how to get buy in from product and developer teams, the best way to set up libraries and keeping them up-to-date. She also shares pitfalls to try and avoid when getting started with building a new library. Definitely a good listen for anyone debating whether an existing library or a brand new, custom one is the way to go for a project.

50:41

Dec 08, 2020

REACT 126: A Gentle Introduction to Serverless Apps With React with Joe Karlsson
View Episode

REACT 126: A Gentle Introduction to Serverless Apps With React with Joe Karlsson

On this episode of React Round Up we chatted with Joe Karlsson from MongoDB. We talked about all things serverless, from how to get started, to which sort of apps are good fits for serverless services, to how incredibly confusing AWS and Azure’s pricing pages are. It was a fun conversation, and is a great listen if you’re curious about serverless but aren’t sure where to start.

58:51

Dec 02, 2020

RRU 125: Put Down the JavaScript & Learn the Web Fundamentals with Colby Fayock
View Episode

RRU 125: Put Down the JavaScript & Learn the Web Fundamentals with Colby Fayock

Colby Fayock, lead developer, book author and speaker, joins the React Round Up team to discuss why developers should focus on more than just leveling up their JavaScript skills. Understanding HTML, CSS, config tools that help power applications and more can be really helpful – especially when it comes to debugging issues during development. He also talks JAMStack and how it continues to evolve and democratize the ability for more people to put their thoughts online for all the world to see. Definitely a must listen for anyone interested in improving their dev skills.

54:32

Nov 17, 2020

RRU 124: What's New in React with Shawn Wang
View Episode

RRU 124: What's New in React with Shawn Wang

In this episode of React Round Up, we talked with Shawn Wang, a prolific React author, speaker and teacher, about the future of React. We discussed what’s new in React Core, the React routing world, React DevTools (webpack, rollup, parcel, etc), CSS, and a whole lot more.

49:13

Nov 10, 2020

RRU 123: React Query, React Table, the TanStack and More with Tanner Linsley
View Episode

RRU 123: React Query, React Table, the TanStack and More with Tanner Linsley

In this episode of React Round Up, Tanner Linsley, co-founder of startup Nozzle.io, and most known lately for his OSS project React Query, joins the panel today to discuss how he was inspired to create React Query to simplify data-fetching and state management in React applications.

50:23

Oct 27, 2020

Episodes

RRU 122: Error Reporting and Bug Monitoring with James Smith
View Episode

RRU 122: Error Reporting and Bug Monitoring with James Smith

In this episode of React Round Up we chatted with James Smith from Bugsnag. We talked about the importance of error monitoring and reporting, and how to actually implement those workflows in your production apps. James shared a number of tips for React developers, like what are the most common errors and how you can help prevent them (hint: linters help a lot). We also got into mobile, and what developers can do to protect against third-party SDK errors.

47:17

Oct 13, 2020

RRU 121: DeFi-ing Expectations in React with Alex Thomas
View Episode

RRU 121: DeFi-ing Expectations in React with Alex Thomas

In this episode of React Round Up, we talk with Alex Thomas, an open source enthusiast with hundreds of npm packages to his name. We talk about moving from React Native to React, and Alex’s prolific work in the open source world. We also chat about Ethereum, and Alex’s background in the decentralized finance world..

53:58

Oct 06, 2020

Episodes

RRU 118: Creating Live Trippy Visuals with WebGL and Web Audio with Alex Kempton
View Episode

RRU 118: Creating Live Trippy Visuals with WebGL and Web Audio with Alex Kempton

In this episode of React Round Up, Alex Kempton joins us to talk about Hedron, a tool he built for enhancing live audio shows with cool visuals. We chat about MIDI, WebGL and web audio, and how Alex wrapped those all up into an app he uses for live performances.

59:57

Sep 15, 2020

Episodes

RRU 116: Building a Meet.up Competitor and Teaching React with Chris Achard
View Episode

RRU 116: Building a Meet.up Competitor and Teaching React with Chris Achard

When meetup.com announced last year that it wanted to charge users $2 for using the platform, a number of users expressed their strong opposition to the proposal. Developer Chris Achard was one of them and he built meetingplace.io in response to users who were looking for alternatives. In today’s episode, Chris, who is also an egghead.io instructor, explains how he built an MVP in a week using Ruby, React and other technologies. He also shares his tips on how to find consulting jobs and teach others online.

44:18

Sep 01, 2020

Episodes

RRU 115: Frontend Application Bundles with Glen Maddern
View Episode

RRU 115: Frontend Application Bundles with Glen Maddern

In this episode of React Round Up, Glen Maddern joins us to talk about a new tool he’s been working on called Frontend Application Bundles, or FABs. We chat about how FABs allow you to write server-side logic in a vendor-agnostic way, as well as some of the other interesting problems FABs solve.

50:59

Aug 25, 2020

RRU 114: Decentralized React: ThreadsDB, IPFS, Filecoin with Carson Farmer
View Episode

RRU 114: Decentralized React: ThreadsDB, IPFS, Filecoin with Carson Farmer

In this episode of React Round Up, Carson Farmer joins us to talk about the decentralized web. We discuss what the decentralized web actually is, and some interesting new way the web could work.

51:36

Aug 04, 2020

Episodes

RRU 113: Typed Functional Programming in TypeScript with fp-ts with Robin Pokorny
View Episode

RRU 113: Typed Functional Programming in TypeScript with fp-ts with Robin Pokorny

Functional programming can be tricky to start with, especially in TypeScript aps. In today’s show, Robin Pokorny shares tips on how to start with functional programming, and how you can integrate functional programming into the apps you’re building today. He also shares tips on libraries to help make functional programming with TypeScript easier, including fp-ts.

49:26

Jul 21, 2020

RRU 112: From Pulling Teeth to Pull Requests with Meghna Srivastava
View Episode

RRU 112: From Pulling Teeth to Pull Requests with Meghna Srivastava

Dr. Meghna Srivastava joins React Round Up to share how she transitioned from a dentist in her native country of India to a software developer today in Berlin, Germany. Although she practiced for a few years after graduating dental school, Meghna wasn't completely satisfied with her career choice, and things at work began to feel stale to her. At the same time, she saw the flexibility her partner enjoyed as a backend developer, and began dabbling in Python to see if coding might be something she was interested in pursuing as well. Fast forward a year, and Meghna found herself in Germany due to her partner's job, and unemployed, giving her the time she needed to really focus on learning to code, and she discovered she enjoyed JavaScript's browser-focused interactions more than backend languages. Then she progressed on to the React framework as she began to build up her portfolio.

50:21

Jul 07, 2020

RRU 111: React Tools, Codebase Management, and More with Brice Ayres
View Episode

RRU 111: React Tools, Codebase Management, and More with Brice Ayres

Brice Ayres is a Youtube video author talking about programming and React. This is a wide ranging conversation across the spectrum of React tools, libraries like react-bootstrap, and the state of styling and state management in React.

46:17

Jun 23, 2020

RRU 110: Game Development in React & Typescript with Maksim Ivanov
View Episode

RRU 110: Game Development in React & Typescript with Maksim Ivanov

Front end developer Maksim Ivanov talks about working for Mojang, the company behind the ridiculously popular game Minecraft. As it turns out, Maksim uses React to build different pieces of the game, and runs the code through a custom renderer to make it work in the game world. In addition to his day job, he also found time to write a book about TypeScript after realizing how much easier getting familiar with new code bases could be if TypeScript was used instead of JavaScript. The panel has used TypeScript to varying degrees themselves, but nobody's gone all in, and they talk about the pros and cons of it, including the initial learning curve and how it can help prevent bugs in the code. Maksim's book covers many aspects of TypeScript in great detail, and it sounds like a good read for anyone just picking up the language.

1:01:28

Jun 09, 2020

Episodes

RRU 109: SVGS in React with Elizabet Oliviera
View Episode

RRU 109: SVGS in React with Elizabet Oliviera

If you’ve tried using SVGs in your application, chances are you’ve found it tricky or difficult. In today’s show, Elizabet Oliviera shares some tips on how you can begin using SVGs to create scalable illustrations and animations. She also shares her experiences of building a library of SVG animations

42:45

May 26, 2020

RRU 108: Web Workers & Multi-threaded JavaScript with Majid Hajian
View Episode

RRU 108: Web Workers & Multi-threaded JavaScript with Majid Hajian

Despite JavaScript being a single-threaded language, you can now leverage multi-threaded computing thanks to modern browser features such as web workers, workouts and service workers. In this show, Majid explains how these features work and what problems they solve. We also discuss the strategies you can use to introduce them to production codebases and give your users a much more enjoyable experience on your web app.

1:03:41

May 12, 2020

 RRU 107: Remote Work with Vladimir Novick
View Episode

RRU 107: Remote Work with Vladimir Novick

Vladimir Novick is a work from home veteran. He talks through the situation with COVID-19, having kids at home, and working from home. The rest of the panel chimes in and discusses their experience—some short and some long—working from home.

46:26

Apr 28, 2020

Footer

Top End Devs

Facebook Instagram Twitter GitHub YouTube

Content & Events

  • Authors, Hosts, & Guests
  • Meetups
  • Commerce
  • Insights

Support

  • Pricing
  • Documentation
  • Guides
  • API Status

Company

  • About
  • Blog
  • Jobs
  • Press
  • Partners

Legal

  • Claim
  • Privacy
  • Terms

© 2023 Intentional Excellence Productions, LLC. All rights reserved.