Direct link to the article Serverless Functions: The Secret to Ultra-Productive Front-End Teams

Serverless Functions: The Secret to Ultra-Productive Front-End Teams

Modern apps place high demands on front-end developers. Web apps require complex functionality, and the lion’s share of that work is falling to front-end devs:

  • building modern, accessible user interfaces
  • creating interactive elements and complex animations
  • managing complex application state
Avatar of Jason Lengstorf
Jason Lengstorf on
Direct link to the article Continuous Deployments for WordPress Using GitHub Actions

Continuous Deployments for WordPress Using GitHub Actions

Continuous Integration (CI) workflows are considered a best practice these days. As in, you work with your version control system (Git), and as you do, CI is doing work for you like running tests, sending notifications, and deploying code. That …

Avatar of Steffen Bewersdorff
Steffen Bewersdorff on (Updated on )
Direct link to the article Deploying a Client-Side Rendered create-react-app to Microsoft Azure

Deploying a Client-Side Rendered create-react-app to Microsoft Azure

Deploying a React app to Microsoft Azure is simple. Except that… it isn’t. The devil is in the details. If you’re looking to deploy a create-react-app — or a similar style front-end JavaScript framework that requires pushState-based routing — …

Avatar of Adebiyi Adedotun
Adebiyi Adedotun on (Updated on )