We went to Next.js Conf on October 25th, 2022, to bring you our key takeaways and thoughts on the future of React and Next!
Subscribe
Get our best content on how to build better apps.
Subscribe
Get our best content on how to build better apps.
Got product development questions?
Join us on
Discord
The Case for Monorepos: How to Develop with Monorepos
Monorepos are hot right now, and not for the wrong reasons. This blog will try to demystify the trend of grouping all your applications and libraries into one single repository and see why using a Monorepo
in your next project is worth consideration.

Ilyass Elfouih
Stateful Mock Server: One Library to Mock Them All
While there are many tools available that assist with mocking, at least when it comes to GraphQL, none of them supports a very desirable feature: statefulness. We at Bitovi went on a mission to create a tool to mock with ease and speed while using XState to maintain stateful flexibility.
Nauany Costa
It's Time to Rethink How We Version Artifacts
We have been versioning products for ages. Some products use a basic numbering scheme starting at one and incrementing the changes. Other products, such as cars, use the year to indicate a version. A version is “A particular form of something differing in certain respects from an earlier form or other forms of the same type of thing.”
Chris Capell
Cloud Ready Series: Setting up a CI Pipeline
Continuous Integration (CI) is the process of automating the stages of testing, building, and publishing. It is considered one of the first steps toward creating a truly automated end-to-end deployment process. The aim of CI is to create an artifact that can be deployed into one or more systems, preferably with a Continuous Deployment (CD) pipeline.
Phil Henning
How to Use Node.js Temporal Workflows to Batch Process Operations
Temporal is a great tool for batch processing—in this post, we’ll show you all of the solutions that Temporal provides for when you need to handle tens, hundreds, or even thousands of operations.
Kevin Phillips
Director of Backend Development