Issue #263 · March 7, 2022

Comparing Gatsby and Next.js for website development

“I think that novels that leave out technology misrepresent life as badly as Victorians misrepresented life by leaving out sex”

Comparing Gatsby and Next.js for website development

Comparing Gatsby and Next.js for website development

Gatsby and Next.js, from a first glance, could look pretty much the same. Both are React-based and allow you to build static website as well as more dynamic ones. But there are some fundamental differences, so which one should you pick for your next project? Let's find out!

Articles

Javascript Records and Tuples

Records and Tuples are a new immutable primitive coming to Javascript. Let's look at how they work and how you can use them in your code today.

Practical Guide to Solving Hard Problems

I sometimes find myself in a position of needing to write some code that I’m just not sure how to write. Been there have you? Here are the steps I take when I’m stumped. No huge revelations here, just hard-earned advice.

Testing Pipeline 101 For Frontend Testing

You don’t need to be a full DevOps engineer if you want to introduce a testing build routine. With the help of some testing frameworks and GitHub actions, Ramona Schwering gives a short kick-off to help you get on the right track.

Book of the week

RESTful Web APIs: Services for a Changing World

RESTful Web APIs: Services for a Changing World

by Leonard Richardson

The popularity of REST in recent years has led to tremendous growth in almost-RESTful APIs that don’t include many of the architecture’s benefits. With this practical guide, you’ll learn what it takes to design usable REST APIs that evolve over time.