Articles tagged with 'http4s'
A Functional Load Balancer with Scala, http4s and Cats Effect
38 min read • • Guide
Build an application load balancer with Scala & Cats Effect: achieve efficiency and concurrency with included tests
Authentication with Scala and http4s: 2FA (Two-Factor Authentication)
23 min read • • Guide
Discover how to implement a two-factor authentication system with one-time passwords (HOTP and TOTP) using Scala and http4s
Authentication with Scala and http4s: OAuth
16 min read • • Guide
Discover how to implement OAuth authentication in Scala with http4s and GitHub as your OAuth provider
Authentication with Scala and http4s
26 min read • • Guide
Learn how to implement HTTP authentication with Scala and http4s: basic, digest, session, and JWT tokens
Building a Full-Stack Scala 3 Application with the Typelevel Stack
26 min read • • Guide
Unlock the secrets to crafting a full-stack Scala 3 application from scratch: dive into Cats Effect, doobie, http4s, and Tyrian and build robust, modern software with ease
Founder | Rock The JVM
Configuring http4s Security: Handling CORS and CSRF
16 min read • • Guide
In this article, learn how to configure an http4s server to effectively guard against cross-origin requests and CSRF attacks
Functional Parallel Programming with Scala and Cats Effect
25 min read • • Guide
Unlock the full potential of functional parallel processing: A hands-on guide to accelerating performance with Scala and Cats Effect fibers
http4s: Unleashing the Power of HTTP APIs Library
29 min read • • Guide
Master functional programming basics: use http4s with the Cats ecosystem to seamlessly create powerful HTTP APIs
WebSockets in Scala: Part 1 - http4s
39 min read • • Guide
Learn how to implement WebSockets in Scala with http4s to enable seamless two-way communication between your frontend and backend