Подкасты//JavaScript Archives - Software Engineering Daily
JavaScript Archives - Software Engineering Daily

JavaScript Archives - Software Engineering Daily

О подкасте

Technical interviews about software topics.
120
Эпизоды
English
Язык
0
Подписчики
0
Прослушивания
Эпизоды25
Deno with Luca Casonato

Deno with Luca Casonato

Dec 13, 2023·

Deno is a free and open source JavaScript runtime built on Google’s V8 engine, Rust, and Tokio. The project was announced by Ryan Dahl in 2018 with the goal of addressing shortcomings of Node.js, which Ryan also...

Figma Dev Mode with Marcel Weekes

Figma Dev Mode with Marcel Weekes

Nov 15, 2023·

One of the key challenges that teams encounter is how to smoothly collaborate on converting a design into code. For example, if a designer designs a web component, how can it be most efficiently implemented by a...

The Astro Framework with James Quick

The Astro Framework with James Quick

Nov 14, 2023·

Frontend web frameworks are software toolkits that handle many of the low-level and repetitive aspects of building a website. These frameworks have made it easier than ever to build a modern website. The open-source...

GitBook with Addison Schultz

GitBook with Addison Schultz

Oct 31, 2023·

Documentation is something that everyone knows is important but it’s often difficult to get right. On software teams, good documentation can help to onboard new people, improve communication across teams, and...

Making React 70% faster with Aiden Bai of Million.js

Making React 70% faster with Aiden Bai of Million.js

Sep 5, 2023·

React is an immensely popular JavaScript library that is used to build website user interfaces. A key feature of React is that it uses a virtual Document Object Model, or DOM, to selectively update the desired regions...

Building a Full Cloud Backend with James Cowling

Building a Full Cloud Backend with James Cowling

Aug 29, 2023·

Serverless backend platforms are cloud services that simplify the process of building a backend. These platforms are growing rapidly in popularity because they can greatly accelerate application development, and improve...

The Latest on RedwoodJS with Tom Preston-Werner

The Latest on RedwoodJS with Tom Preston-Werner

Aug 22, 2023·

Tom Preston-Werner is a renowned software developer, inventor and entrepreneur. He co-founded GitHub and is the creator of the avatar service Gravatar, the TOML configuration file format, and the static site generator...

Netlify with Mathias Biilmann Christensen

Netlify with Mathias Biilmann Christensen

Mar 2, 2023·

Netlify is a cloud-based platform that provides web developers with an all-in-one workflow to build, deploy, and manage modern web projects. Matt Biilmann is the CEO of Netlify and he joins us today. This episode is...

Remix with Ryan Florence

Remix with Ryan Florence

Jul 22, 2022·

Remix is a full stack web framework that lets you focus on the user interface and work back through web fundamentals to deliver a fast, slick, and resilient user experience that deploys to any Node.js server and even...

Global State Management with James Cowling

Global State Management with James Cowling

Jun 2, 2022·

Convex makes storing your application’s data as easy as using React state management. If you can use React hooks, you can also manage your backend data using Convex. James Cowling is a former Dropbox infrastructure...

Browser Observability With Jay Khatri

Browser Observability With Jay Khatri

May 20, 2022·

Highlight is a tool that helps teams reproduce end-to-end user sessions to troubleshoot their applications faster, more efficiently, and with all the context they need. With Highlight, engineering teams can replay...

JavaScript Supply Chain with Feross Aboukhadijeh

JavaScript Supply Chain with Feross Aboukhadijeh

Apr 22, 2022·

The JavaScript supply chain includes numerous vulnerabilities due to its expansive nature and the long dependency chains. Socket is a new security company that can protect your most critical apps from supply chain...

Micro-Frontends with Luca Mezzalira

Micro-Frontends with Luca Mezzalira

Feb 14, 2022·

When you visit a web page, the creator’s intent is to present you a seamless experience that fills your browser window. That web page or web application is generally divided up in some meaningful way across navigation...

Enterprise React Apps with Paige Niedringhaus

Enterprise React Apps with Paige Niedringhaus

Nov 2, 2021·

The React Framework has seen continuous growth of adoption since its launch. There are many reasons for that, but one reason is how relatively painless it is to use `react-create-app` or copy some boilerplate code and...

Learning React with Kent C. Dodds

Learning React with Kent C. Dodds

Oct 29, 2021·

According to builtwith.com, more than 10 million websites are powered by React framework. Of the top 10k sites by traffic, 44.7% of those are built with React. This javascript framework is capable of powering a wide...

React Final Form with Erik Rasmussen

React Final Form with Erik Rasmussen

Oct 7, 2021·

As our guest today points out, most enterprise software applications are essentially forms for collecting data. The <FORM> tag and related components started appearing in HTML fairly early and those same concepts are...

Earthly and CLI Productivity with Adam Gordon Bell

Earthly and CLI Productivity with Adam Gordon Bell

Sep 15, 2021·

As developers hone their craft, becoming more productive often means learning utilities and tools at the command line. The right combination of various parsing commands chained together through pipes can enable...

Pragma: Video Games with Eden Chen

Pragma: Video Games with Eden Chen

Aug 20, 2021·

“In October 1958, Physicist William Higinbotham created what is thought to be the first video game. It was a very simple tennis game, similar to the classic 1970s video game Pong, and it was quite a hit at a Brookhaven...

Flutter: Native Web and Mobile App Development with Allen Wyma

Flutter: Native Web and Mobile App Development with Allen Wyma

May 29, 2021·

Flutter is a UI toolkit developed by Google that helps developers build natively compiled applications for mobile, web, desktop, and embedded devices from a single code base. Development is fast because the screen “hot...

WorkOS: Making Enterprise-Ready Apps with Michael Grinich

WorkOS: Making Enterprise-Ready Apps with Michael Grinich

Apr 5, 2021·

The typical procedure many companies follow to reach production-level code is design the program, code and test it in different environments, and put it in a pipeline to deploy to production. Developers can make it...

PHP with Zeev Suraski

PHP with Zeev Suraski

Mar 4, 2021·

WordPress is a free and open-source content management system, or CMS, written in PHP. Since its release in 2003, WordPress has become ubiquitous on the web. It is estimated that roughly 60 million websites use...

Rust and Go Research with Linhai Song

Rust and Go Research with Linhai Song

Jan 20, 2021·

Rust and Golang are two of the newest lower level languages for doing systems programming. They are often used for applications such as file systems, operating systems, and latency-sensitive applications. How do they...

React Best Practices with Kent Dodds (Repeat)

React Best Practices with Kent Dodds (Repeat)

Dec 23, 2020·

Originally published March 6, 2020 ReactJS developers have lots of options for building their applications, and those options are not easy to work through. State management, concurrency, networking, and testing all have...

React Native Interfaces with Leland Richardson (Repeat)

React Native Interfaces with Leland Richardson (Repeat)

Dec 21, 2020·

Originally published July 7, 2017 Airbnb is a company that is driven by design. New user interfaces are dreamed up by designers and implemented for web, iOS, and Android. This implementation process takes a lot of...

Modern Front End: React, GraphQL, VR, WebAssembly with Adam Conrad (Repeat)

Modern Front End: React, GraphQL, VR, WebAssembly with Adam Conrad (Repeat)

Dec 14, 2020·

Originally published December 20, 2018 Ten years ago, there was a distinction between “backend” and “frontend” developers. A backend developer would be managing the business logic and database transactions using Ruby on...

Вам также может понравиться