• About
  • Feed

TypeScript 3.9 and more

A virtual meetup going over new features introduced in TypeScript 3.7, 3.8, and 3.9.
Jun
9
2020

Building an Engineering Process

Part 1: Disciplined Engineering

How engineering teams can establish a culture of engineering excellence from scratch.
May
21
2020

Creating Code Confidence

Part 2: Disciplined Engineering

How to improve the confidence your team has in their code.
May
21
2020

Refining Your Engineering Process

Part 3: Disciplined Engineering

How to improve your engineering practices once you have the basics.
May
21
2020

Virtual Reality in 2020

A review of VR in 2020 and an insight on the future of the technology.
May
5
2020

Progressively Adopting TypeScript in an Application

How to progressively add type checking to an existing JavaScript codebase.
Apr
30
2020
TalkScript

AST, Uses, and Tooling

TalkScript Ep.55

Mar
24
2020
TalkScript

Tools We Love

TalkScript Ep.54

Mar
6
2020
TalkScript

Single Point of Failure

TalkScript Ep.53

Feb
18
2020
TalkScript

Holiday Special

TalkScript Ep.52

Dec
23
2019
TalkScript

The Illusion That We Are Writing Javascript

TalkScript Ep.51

Dec
6
2019
TalkScript

Classical vs. Functional in TypeScript

TalkScript Ep.50

Oct
15
2019

Dojo 6: TypeScript-first reactive framework

a brief introduction to the Dojo Framework and a look at many of the new features and patterns. This talk will provide an intro/refresher to Dojo; functional widgets and middleware; build time rendering; custom elements & widget libraries
Sep
10
2019
TalkScript

WASM: Doing More Than Just Heating up your Computer

TalkScript Ep.39

Aug
21
2019
TalkScript

Stencil: Using TypeScript to Build Web Components

TalkScript Ep.37

Jul
24
2019
TalkScript

Build Frameworks into the Browser? Preserving the Space to Iterate

TalkScript Ep.36

Jul
3
2019
TalkScript

TypeScript Back Ends with Nest

TalkScript Ep.35

Jun
18
2019
TalkScript

Fail Privately: Onboarding Made Easy with TypeScript

TalkScript Ep.34

Jun
4
2019
TalkScript

Rails and Vue with Tito’s Paul Campbell

TalkScript Ep.33

May
9
2019
TalkScript

What’s the Meta with Direct DOM Access?

TalkScript Ep.31

Mar
20
2019
TalkScript

Idle Till Urgent

TalkScript Ep.30

Mar
7
2019
TalkScript

(TC39|>Dreams)

TalkScript Ep.29

Feb
27
2019
TalkScript

Your Reasoning is Sound

TalkScript Ep.28

Feb
12
2019

TypeScript for Node.js

The talk covers how to best setup TypeScript for working with Node.js, and a look at a variety of TypeScript packages for Node.js including, Nest, TypeORM, and more.
Feb
12
2019
TalkScript

On the Roadmap Again

TalkScript Ep.27

Jan
21
2019
TalkScript

12 Months of TalkScript

TalkScript Ep.26

Jan
10
2019

Intro to Custom Elements

An introduction to Custom Elements and Web Components.
Jan
8
2019
slides

Cats vs Dogs: Answering the Important Questions

A write-up about the Cats vs Dogs app created to decide the ultimate questions. This app was created for the HalfStack conference to showcase a PWA using Dojo's modern reactive architecture with web audio and animations.
Dec
19
2018
TalkScript

Web Audio: 99 Problems and a ScriptProcessorNode is One

TalkScript Ep.23

Nov
13
2018

TS 3.1 and 3.2, and Web Audio and Web Animations with TS

I cover some of the additions in TypeScript 3.1 and 3.2. The main presentation looks at using Web Animations and Web Audio within a TypeScript application.
Nov
13
2018
slidesdemocode
TalkScript

Finding Your Spirit Interface

TalkScript Ep.22

Nov
2
2018

TS 3.0 and Dojo version 3 updates

A look at what's new in TypeScript 3.0 and provide a summary of the Dojo version 3 release.
Aug
14
2018
TalkScript

Get Crackin’ With Flow

TalkScript Ep.10

Jul
17
2018
TalkScript

Sarah’s ARIA of Expertise

TalkScript Ep.8

Jul
3
2018

A Quick Look at Nest

Nest is a TypeScript-first, server-side framework that uses modern language features to reduce cruft and place the focus cleanly on route-handling business logic.
May
9
2018

Intro to Nest

Nest is server-side framework featuring Dependency Injection, @decorators, and types. Written in TypeScript on top of Express it provides an opinioned pattern that removes a lot of boilerplate and gets straight to business (logic ;).
May
8
2018
slidescode

TS 2.8 and TSConf recap

A look at what's new in TypeScript 2.8 and provide a summary of the things we learned at the first ever TSConf!
Apr
10
2018
TalkScript

TypeScript 2.7, Stimulus.js and Stencil

TalkScript Ep.6

Feb
9
2018

A closer look at TS 2.6 and 2.7

A look at what's new in TypeScript 2.6 and what's planned for the 2.7 release.
Jan
9
2018

Derpymon (TS, WebVR, AFrame, and Dojo 2 game)

Derpymon is a WebVR app built using A-Frame and Dojo 2 and all of their related technologies. Come see the future as we provide an light introduction to A-Frame and Dojo 2, talk about best practices for navigating custom elements with reactive frameworks, and show how we built Derpymon into a custom element of its own using Webpack and Dojo 2 build tools.
Nov
14
2017
site
TalkScript

TalkScript Episode 5

TalkScript Ep.5

The team discusses Web Audio and its application along with their issues with npm 5
Sep
20
2017

What's new in TS 2.3 and 2.4?

Covering some of the new features available in TypeScript 2.3 and 2.4. He'll also answer questions over iterators, async/await, generators, and generics as we delve into what's new in TypeScript.
Jul
11
2017
TalkScript

TalkScript Episode 1

TalkScript Ep.1

The gang of the SitePen Podcast changes the name of the show to TalkScript, discusses the latest in VR/AR/WebVR, and Nick tries to make fetch() happen.
Jul
7
2017

Continuous Delivery in Open Source

Dojo is a JavaScript toolkit with over a decade of history supplying tooling to engineers and the enterprise. As part of a major rewrite to modernize the framework, we’ve updated the dojo.io site to be continuously deployed on a completely FOSS stack. Come join us for an inside look at how we’ve integrated GitHub, Travis CI, git, TypeDoc, Hexo, and Intern with a little bit of TypeScript to provide a better developer experience for the Dojo community.
May
16
2017
Phoenix DevOpsslides

Getting Started with TypeScript

A talk about TypeScript covering what you need to know and how TypeScript makes for a great developer experience.
May
13
2017
codeslides

Ambient Declarations

A talk covering ambient declarations and their uses in TypeScript.
Mar
14
2017

Features in TypeScript 2.0+

An overview of all the new features in TypeScript 2.0, 2.1, and 2.2 and how to take advantage of these improvements to TypeScript!
Feb
7
2017
slides
TalkScript

Episode 22

SitePen podcast Ep.22

The gang talks about AWS re:Invent, ReactVR, AFrame 0.4.0, DayDream, a special CES Truthy/Falsey and more!
Jan
18
2017

TypeScript development workflow

Several approaches to setting up a good TypeScript development workflow.
Jan
10
2017
slides

Intern Visual Regression Plugin

How to use Intern's new visual regression testing plugin to browser test for visual changes.
Dec
15
2016
TalkScript

Episode 21

SitePen podcast Ep.21

The Apple event happened and the team shares their thoughts on the future of the Mac.
Nov
8
2016
TalkScript

Episode 20

SitePen podcast Ep.20

We start off by talking about the new features in TypeScript 2.0 and then Neil describes his woes using TypeScript for rapid prototyping
Oct
27
2016

Exploring WebVR with TypeScript

an overview of WebVR and its usage with TypeScript, including A-Frame and WebVR.
Oct
11
2016
demoslidesA-Frame typingsboilerplate
TalkScript

Episode 19

SitePen podcast Ep.19

The gang invites Sean Larkin, core team member of Angular-CLI and Webpack, to the show to explain what Webpack is and where it's going.
Sep
30
2016
TalkScript

Episode 18

SitePen podcast Ep.18

This is virtually the best show we have ever done, we talk all about VR!
Sep
15
2016
TalkScript

Episode 16

SitePen podcast Ep.16

In this episode the gang talks all about modules, from what they are to how to use them in TypeScript!
Jun
21
2016

Dojo 2, TypeScript, and Electron

Creating a desktop application using Dojo 2, TypeScript, and Electron.
Jun
19
2016
TalkScript

Episode 15

SitePen podcast Ep.15

The gang talks about the importance of prototyping user interfaces, especially when lives literally depend on it. Nick demystifies Git and we play another round of Truthy/Falsy
May
17
2016

Intro to TS and more

Introduction to TypeScript. What it is. What it does for you. And how to start using it.
May
10
2016
decorators example
TalkScript

Episode 14

SitePen podcast Ep.14

We talk about the latest updates to Framer, Sketch and the just announced Origami Studio by Facebook.
May
2
2016
TalkScript

Episode 13

SitePen podcast Ep.13

The gang talks to Nick who is live at EmberConf. LeftPad destroys the internet and more!
Apr
29
2016

ES6 Symbols: Drumroll Please!

An introduction to ES6 Symbols
Apr
16
2016
JavaScript Weekly 279
TalkScript

Episode 12

SitePen podcast Ep.12

The Gang worries when Torrey upsets the Dear Leader! Will our heroes prevail?
Mar
22
2016
TalkScript

Episode 11

SitePen podcast Ep.11

The gang talks about Flux, our recently completed ES6/TS workshop, and why User Agent sniffing is hazardous to your health.
Mar
7
2016
TalkScript

Episode 10

SitePen podcast Ep.10

The gang talks about the Spread Operator, Ambient Declarations, JS Fatigue Fatigue and more.
Feb
23
2016
TalkScript

Episode 9

SitePen podcast Ep.9

This week the gang talks about Trump Script, Trump Donald, Feeling the Bern, oh and actually quite a bit about, you know, JavaScript.
Feb
10
2016
TalkScript

Episode 8

SitePen podcast Ep.8

The gang talks about Symbols in ES6, ES6/TS Workshops, dgrid 1.0 release and why you should (or shouldn't) attend meetups and conferences.
Jan
22
2016
TalkScript

Episode 7

SitePen podcast Ep.7

In this episode the gang talks about Torrey's broken finger, const and let, cutting through the FUD on CSS3 Variables, TypeScript support in IntelliJ and more!
Jan
4
2016
TalkScript

Episode 6

SitePen podcast Ep.6

Neil talks about Proxies in ES_INSERT_YEAR_HERE, Paul decides that package management shouldn't be this hard and Neil wants to store data using magic.
Dec
8
2015
TalkScript

Episode 5

SitePen podcast Ep.5

Nick tells us all about (I'm calling them big-boned not..) Fat Arrows, Mangala talks about being a Windows user and his problems with various package managers and Neil finds more bugs of the week!
Dec
3
2015
TalkScript

Episode 4

SitePen podcast Ep.4

Paul Shannon tells us all about Template Strings. Neil talks Virtual DOM. Nick give us the lowdown on Chrome extensions and Torrey finally fixed his microphone!
Nov
6
2015

TypeScript Decorators

An introduction to TypeScript decorators
Oct
20
2015
TalkScript

Episode 3

SitePen podcast Ep.3

You'll notice in this episode that I'm still working through audio issues so I apologize for the sound quality and will have this worked out before the next episode. However, Nick and Neil sound great!
Oct
20
2015
TalkScript

Episode 2

SitePen podcast Ep.2

In this episode we talk about Nick's adventures in VIM, NEJSConf 2015 and we finally answer the question, "How many templating systems does it take to beat a dead horse?"
Oct
7
2015
TalkScript

The Pilot

SitePen podcast Ep.1

At SitePen, we've always thought it would be fun to do a podcast, we just didn't know what to talk about. Let us know if you're interested in hearing more!
May
1
2015
  • Twitter
  • Github
  • LinkedIn
  • TalkScript
  • Phoenix TypeScript