Skip to main content

2 posts tagged with "Javascript"

View All Tags

· 18 min read
Josh Kaplan
Note

This article was originally published on jdkaplan.com and is republished here with permission.

In this article, we discuss asynchronicity in Javascript, its evolution over time, and some of the patterns for dealing with various asynchronous challenges. We'll discuss callbacks, promises, and the present-day async/await approach to asynchronicity and when and how each of these are relevant in modern applications.

· 11 min read
Josh Kaplan
Note

This article was originally published on jdkaplan.com and is republished here with permission.

In this article we'll build on my previous article, Web Development Basics with Python & Flask and introduce the Javascript language and the concept of asynchronous communication with a webserver to provide a clean and dynamic user experience.