New speed of Gatsby, experimental API of Deno and VS changes - Frontend News #5 | frontendhouse.com

March 19, 2021, 8:26 a.m. (3 years, 1 month ago)
0 Comments
Listen the Frontend News #5 - the podcast about tech and front end innovations. Every 2nd week we deliver a portion of fresh insights and news. In today’s “New speed of Gatsby, Experimental API of Deno and VS changes” Frontend News:

00:00​ - Intro
01:42​ - Agenda
02:30​ - Flutter 2 has arrived - https://developers.googleblog.com/202...​
05:04​ - jQuery 3.6.0 Release - http://blog.jquery.com/2021/03/02/jqu...​
07:06​ - Electron 12.0.0 Release - https://www.electronjs.org/blog/elect...​
08:14​ - What’s in VS Code v1.54 - https://code.visualstudio.com/updates...​
09:40​ - Google is speeding up its release cycle - https://developer.chrome.com/blog/fas...​
10:37​ - Deno: experimental support for the WebGPU API - https://deno.land/posts/v1.8​
11:56​ - Say hi to the Gatsby 3.0 - https://www.gatsbyjs.com/blog/gatsby-v3/​

Don't forget to subscribe to our channel and like the podcast! Stay tuned!
Visit our website: https://frontendhouse.com/
Login to Add New Comment
No comments have been posted yet, be the first one to comment.
Similar Podcasts
Spelunking into the VueJS Frontend JavaScript Framework Spelunking into the VueJS Frontend JavaScript Framework
On this episode, we talk with special guest Adam Wathan about the VueJS JavaScript framework. We talk about what VueJS is, and how its Laissez-faire approach lets you pick and choose how much of it makes sense to use in a project. We go into why using a framework like VueJS can help you write bette...
JAMstack development, carpe JavaScript! JAMstack development, carpe JavaScript!
On this episode, we’re joined by Paulo Elias from IDEO to discuss JAMstack: Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup. Paulo talks about his journey from doing traditional LAMP/LEMP stack work to building things using JavaScript as the h...
CSS & CMS Musings with Eric Meyer CSS & CMS Musings with Eric Meyer
On this episode we have on the CSS legend Eric Meyer to talk about the early days of CSS, and how it almost died, and also onto where CSS is today. We discuss utility-first CSS, CSS in JavaScript, and talk about the Flexbox and the awesomeness that is CSS Grid. We then also talk about the move of E...
@pika/web brings 2014 simplicity to 2019 JavaScript @pika/web brings 2014 simplicity to 2019 JavaScript
In this episode, we talk with Fred K. Schott from the Pika Project about a future without webpack. Instead of having a massive build system just to use some node packages on the frontend, we can use @pika/web! @pika/web aims to tame some of the insanity that has come with modern JavaScript tooling....
Svelte 3's radical new approach to web frameworks Svelte 3's radical new approach to web frameworks
In this episode we have on Rich Harris, the creator the Svelte JavaScript framework. Rich leads us through the new Svelte 3.0 release, and how it moves away from a traditional JavaScript framework into a JavaScript framework compiler. This means you don’t end up shipping a monolithic framework, but...
Similar Tutorials
Enable & Write Cron Jobs for Strapi
Enable & Write Cron Jobs for Strapi
A cron job is a useful utility that can be found in any unix-like operating system. It can be used to schedule time-based commands without human intervention. With Strapi, we can use cron jobs to import data or run application tasks automatically. To write cron jobs in Strapi is super...
How to Install Deno on macOS
How to Install Deno on macOS
Deno is a simple, modern and secure runtime for JavaScript and TypeScript, by the creator of Node.js himself, Ryan Dahl. Deno uses the Chrome v8 engine and is built with Rust. The project just reach version 1.0 and got many people in the JavaScript community interested. In this tutori...