
Both Next.js and Django can efficiently handle a web application’s frontend and backend sections. Therefore, it’s unsurprising that this combination has a few use cases.

Use Selenium and Docker to test a website, and start a Selenium Grid that allows you to test a website on Chrome and Firefox browsers.

Here’s how to create a web application in Go using Copper that will be able to perform basic create, read, update, and delete operations.

< View the recording Thanks for joining us! Relevant links from the talk: Andrew’s post on Playwright end-to-end testing Andrew’s […]

Let’s explore the benefits of using simulation vs. real device testing for Flutter apps and consider which will best suit your needs.

Learn how to integrate MongoDB into Go applications using the official MongoDB Go driver, which also supports working with Go structs.

Dockerizing your app can provide many deployment benefits. In this guide, learn how to use Docker to containerize your Go apps.

Catch bugs in your code before your React app is live by performing end-to-end testing with Jest and Puppeteer.

Compare seven object-relational mapping packages in the Go ecosystem based on their features, supported databases, and developer experience.
Join us on October 5th at 2 p.m. EDT and learn how you can use Playwright for end-to-end testing for […]

Let’s explore the recently-introduced Playwright component testing feature, using it to test React, Vue, and Svelte components in an app.

When developing an application that requires the connection to be open all the time for a two-way connection, using an HTTP connection is inefficient.