#backend
Read more stories on Hashnode
Articles with this tag
After working on several different services and spending a lot of time improving the code to make it easier to use, I discovered a pattern for...
Securing GraphQL fields in Scala with Caliban · Today, I'm going to answer a question asked by Łukasz Biały on Twitter: Is there a way to get...
How to make ZIO applications as fast as possible in production · Let's start with a disclaimer. What is discussed in this article is not the ultimate...
Sharing my experience implementing and optimizing response streaming from remote entities in Shardcake · Shardcake is a Scala open source library I...
Where we figure out why logging inside Quill is using that much CPU · In this new series of posts, I will share walkthroughs of debugging sessions I had...
Dealing with async computations and side effects with Caliban · In my Beginner's Guide to GraphQL in Scala, I created a simplistic resolver that just...