page banner
avatar
'Creating Custom UI Library' post illustration
Creating Custom UI Library

Quick guide on whether you need a custom UI library and how to implement it the most efficiently.

avatar
'Example of using ZIO Test' post illustration
Example of using ZIO Test

This article will help you with writing zio tests.

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.