page banner
avatar
'Technology Migration: How to Change Database on the Live Website' post illustration
Technology Migration: How to Change Database on the Live Website

Let's look how we've switched from NoSQL to SQL database on the live project and multiplied the loading speed without interrupting the production.

avatar
'MaterialUI vs Tailwind CSS: Choosing a UI Library for React Project' post illustration
MaterialUI vs Tailwind CSS: Choosing a UI Library for React Project

What is the difference between MaterialUI and Tailwind CSS, and which of them better suits your React project? Let's dive into comparison with a hands-on example.

avatar
'Migrating to Play Framework 3: Handling Changes from Akka to Apache Pekko' post illustration
Migrating to Play Framework 3: Handling Changes from Akka to Apache Pekko

This article will help you migrate a RESTful API application with Silhouette JWT authentication/authorization to Play Framework 3 using Apache Pekko

avatar
'Example of Using Tapir with Akka-HTTP Interpreter, Quill and Macwire' post illustration
Example of Using Tapir with Akka-HTTP Interpreter, Quill and Macwire

This example will help you out with creating and describing API with jwt token authentication and role authorization using Tapir, Quill ORM, PostgreSQL, and start it as Akka-Http server.

avatar
'How to create RESTful API with Scala, Play, Silhouette and Slick' post illustration
How to create RESTful API with Scala, Play, Silhouette and Slick

The given article can help you out with creating a RESTful API with Play Framework, Slick ORM, PostgreSQL and Silhouette JWT authentication/authorization

avatar
'Testing strategies for Apache Spark based projects' post illustration
Testing strategies for Apache Spark based projects

Testing of Apache Spark pipelines can be challenging. Let's talk about possible approaches, their pros and cons, and see how Cucumber can help you to write clean and self-documenting tests.

avatar
'Moving Lambda function from Serverless to Terraform' post illustration
Moving Lambda function from Serverless to Terraform

You have an AWS Lambda function developed with Serverless Framework, but you need to manage it with Terraform. Let's see how you can achieve this.

'Yarn 2: What It Is, What's New, Exclusive Inside Look' post illustration
Yarn 2: What It Is, What's New, Exclusive Inside Look

Look at the road before Yarn 2 release and its new features

avatar
'GraphQL Subscriptions on WebSockets for Scala applications' post illustration
GraphQL Subscriptions on WebSockets for Scala applications

In this article, we review a simple option to introduce GraphQL subscriptions on WebSockets into your Scala GraphQL API using Play 2, Sangria, and Akka Streams.