Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
News
Sports
TV & Film
About Us
Contact Us
Copyright
© 2024 PodJoint
Podjoint Logo
US
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts113/v4/45/2b/ff/452bfffa-d30f-a9cd-d970-38323a32cb68/mza_4055655877189191027.jpg/600x600bb.jpg
JavaScript Archives - Software Engineering Daily
JavaScript Archives - Software Engineering Daily
120 episodes
9 months ago
Technical interviews about software topics.
Show more...
Technology
RSS
All content for JavaScript Archives - Software Engineering Daily is the property of JavaScript Archives - Software Engineering Daily and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Technical interviews about software topics.
Show more...
Technology
Episodes (20/120)
JavaScript Archives - Software Engineering Daily
Deno with Luca Casonato
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 created. Since then, the Deno project has grown tremendously in popularity, and they recently announced Deno KV which
Show more...
1 year ago
45 minutes 57 seconds

JavaScript Archives - Software Engineering Daily
Figma Dev Mode with Marcel Weekes
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 developer? What happens if the designer needs to adjust the design and communicate this change to the developer?
Show more...
1 year ago
55 minutes 48 seconds

JavaScript Archives - Software Engineering Daily
The Astro Framework with James Quick
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 Astro framework was created in 2021 for the purpose of creating simple static sites that load quickly. A key factor to
Show more...
1 year ago
44 minutes 51 seconds

JavaScript Archives - Software Engineering Daily
GitBook with Addison Schultz
 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 troubleshoot technical issues. When an application, API, or library is a commercial product, the quality of its documentation can determine whether it attracts
Show more...
2 years ago
38 minutes 10 seconds

JavaScript Archives - Software Engineering Daily
Building a Full Cloud Backend with James Cowling
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 developer experience. Convex is a real-time backend platform that uses 100% TypeScript and is designed with reactive UI frameworks in mind. The team behind
Show more...
2 years ago
52 minutes 48 seconds

JavaScript Archives - Software Engineering Daily
The Latest on RedwoodJS with Tom Preston-Werner
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 software Jekyll. Tom is currently working on the full-stack web framework, RedwoodJS. He joins us today to tell us the latest about RedwoodJS,
Show more...
2 years ago
1 hour 7 minutes 15 seconds

JavaScript Archives - Software Engineering Daily
Netlify with Mathias Biilmann Christensen
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 hosted by Mike Bifulco. To learn more about Mike visit mikebifulco.com Sponsorship inquiries: sponsor@softwareengineeringdaily.com    
Show more...
2 years ago
53 minutes 6 seconds

JavaScript Archives - Software Engineering Daily
Remix with Ryan Florence
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 non-Node.js environments at the edge like Cloudflare Workers. In this episode, we interviewed Ryan Florence, co-founder at
Show more...
3 years ago
43 minutes 53 seconds

JavaScript Archives - Software Engineering Daily
Global State Management with James Cowling
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 engineer turned startup founder. James joins the show to discuss how Convex offers a simpler full-stack developer experience than the
Show more...
3 years ago
30 minutes 32 seconds

JavaScript Archives - Software Engineering Daily
Browser Observability With Jay Khatri
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 errors with high precision, which includes complete session replay, outgoing network requests, dense stack traces and insight into the app’s state management system. Jay
Show more...
3 years ago
44 minutes

JavaScript Archives - Software Engineering Daily
Micro-Frontends with Luca Mezzalira
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 elements, content, ads, header, footer, and other components. Those components may represent the work of independent teams.  Typically
Show more...
3 years ago
46 minutes 35 seconds

JavaScript Archives - Software Engineering Daily
Enterprise React Apps with Paige Niedringhaus
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 have a functioning, hot reloading, live demo up and running in minutes.  There is, however, a long way to
Show more...
4 years ago
45 minutes 44 seconds

JavaScript Archives - Software Engineering Daily
Learning React with Kent C. Dodds
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 array of modern applications and remains fairly beloved by developers that use it. In this episode, I interview Kent
Show more...
4 years ago
51 minutes 13 seconds

JavaScript Archives - Software Engineering Daily
React Final Form with Erik Rasmussen
As our guest today points out, most enterprise software applications are essentially forms for collecting data.  The
tag and related components started appearing in HTML fairly early and those same concepts are still in use with modern web browsers.  However, the technology for capturing state, validating input, and providing other common services for the
Show more...
4 years ago
39 minutes 1 second

JavaScript Archives - Software Engineering Daily
Earthly and CLI Productivity with Adam Gordon Bell
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 engineers to quickly and efficiently automate many adhoc data processing tasks. In this episode I speak with Adam Gordon Bell about some of his
Show more...
4 years ago
44 minutes 23 seconds

JavaScript Archives - Software Engineering Daily
Pragma: Video Games with Eden Chen
“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 National Laboratory open house” (aps.org). 63 years have passed, and video games are prolific. The
Show more...
4 years ago
58 minutes 55 seconds

JavaScript Archives - Software Engineering Daily
Flutter: Native Web and Mobile App Development with Allen Wyma
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 reloads” as you develop, the architecture is layered for fast and expressive designs, and its widgets incorporate all critical platform differences
Show more...
4 years ago
47 minutes 34 seconds

JavaScript Archives - Software Engineering Daily
WorkOS: Making Enterprise-Ready Apps with Michael Grinich
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 pretty far into building their core features before inevitably breaking to include enterprise features and security standards like Single Sign
Show more...
4 years ago
46 minutes 2 seconds

JavaScript Archives - Software Engineering Daily
PHP with Zeev Suraski
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 WordPress as a CMS. However, despite its popularity, WordPress has limitations in its design. WordPress sites are dynamic, and the
Show more...
4 years ago
48 minutes 10 seconds

JavaScript Archives - Software Engineering Daily
Rust and Go Research with Linhai Song
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 compare in terms of safety, speed, and programming ergonomics? Linhai Song is an assistant professor and researcher at Penn State University, and
Show more...
4 years ago
49 minutes 53 seconds

JavaScript Archives - Software Engineering Daily
Technical interviews about software topics.