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!
If you're anything like me, you love emojis! Emojis appear like an image on the screen, but they aren't an image like a PNG or JPEG. What do emojis look like to computers?
What is Solid.js and how does it compare to React? What are some things that Solid.js actually does better (and maybe in a more intuitive way) in respect to React? Let's see a few interesting examples!
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.
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
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.