#scala

[ follow ]
#programming
fromMedium
3 months ago
Scala

Scala Coupon Code 2025: Save Big on Learning Resources

Scala is a versatile programming language that combines functional and object-oriented features, making it ideal for high-performance applications.
fromMedium
4 months ago
Scala

Collections: Sets in Scala-A Beginner's Guide

Scala's Sets effectively manage unique collections while supporting various operations, enhancing code reliability and productivity.
Scala
fromScala Days
2 days ago

Meet Our Sponsor - Xebia

Xebia is enhancing its involvement in the Scala community at Scala Days, showcasing its expertise in Scala and related solutions.
fromMedium
3 days ago

Exploring Kubeflow: Part 3

Working with Amazon S3 buckets in the Kubeflow Spark Operator and Python is complicated, with issues surrounding dependency management and file access within worker pods.
Software development
#functional-programming
fromScala Days
5 days ago

Meet Our Sponsor - Kpler

Kpler focuses on building high-performance, data-driven applications using Scala.
fromScala Days
1 week ago

Meet Our Sponsor - VirtusLab

VirtusLab has played a significant role in the evolution of the Scala language and ecosystem.
#conference
#airdrops
#google-summer-of-code
fromMedium
3 months ago
Software development

Business4s & GSoC 2025: 3 Exciting Projects and Not-So-Usual Approach

fromMedium
3 months ago
Software development

Business4s & GSoC 2025: 3 Exciting Projects and Not-So-Usual Approach

Web development
fromMedium
1 month ago

End-to-End Setup for Scala Pipeline and CI/CD on Windows for Python Developers

Setting up a Scala pipeline on Windows requires installing JDK 11 and configuring environment variables.
frommedium.com
1 month ago

Scala and Kafka for Big Data Pipelines: Scalability and Optimization

Combining Kafka and Scala enhances the development of real-time big data applications through efficient stream processing and scalable architectures.
fromMedium
1 month ago

Higher order functions in Scala. Part I: Functions as parameters

A higher order function can take another function as a parameter and may return a function, which simplifies certain programming tasks in Scala.
Scala
#rust
#kotlin
Scala
fromMedium
1 month ago

Business4s H1 2025 Highlights

Business4s is focused on practical solutions to business problems using Scala, with significant project developments enhancing workflow functionality.
fromMedium
1 month ago

Bridging the Gap: Python & Scala in Production Gen AI

Generative AI transforms human-technology interaction using Large Language Models, necessitating a robust GenAI Stack.
Python excels in AI research and prototyping but faces performance challenges in production environments.
Scala
frommedium.com
2 months ago

Modernise Legacy Systems with Scala:Monolith to Microservices

Transitioning from monolithic to microservices can enhance agility and scalability in modern business applications, with Scala as an effective modernization choice.
Scala
fromMedium
1 month ago

From Frustrating to Fast: Speeding Up Spark Tests Using Shared Sessions

Using a shared Spark session significantly reduces the execution time for unit tests in Spark jobs.
Web frameworks
fromTypelevel
2 months ago

Typelevel Weaver released

Weaver is a Typelevel framework that enhances integration and end-to-end testing with features that boost speed and debugging efficiency.
fromMedium
2 months ago

Building a Simple AI Chat Server with Scala ZIO and Ollama

ZIO uses a lightweight concurrency model based on fibers, enabling efficient execution of thousands of tasks concurrently on few actual JVM threads.
Scala
fromMedium
2 months ago

Overview of HTTP frameworks for Scala (Part 2)

Sangria GraphQL offers a robust implementation for Scala, enabling developers to create expressive and efficient GraphQL APIs while leveraging Scala's type system and functional programming principles.
Scala
Scala
fromMedium
2 months ago

From Vibe Coding to MUD-Part 1

Vibe coding aids in mundane tasks, allowing seasoned developers to focus on core problems, although it poses challenges for junior developers.
Scala
fromMedium
2 months ago

Scastie's gradually becoming more like an IDE

Scastie's enhanced completion features provide a significant advantage for Scala programming.
#java
Java
fromMedium
2 months ago

Scala vs. Java: JVM Language Comparison

Java remains a dominant choice for enterprise applications due to its robustness and vast ecosystem.
Scala introduces functional programming paradigms to the JVM, presenting a choice for modern developers.
#programming-languages
fromMedium
3 months ago
Scala

Scala Coupon Code 2025: Unlock the Power of Functional Programming for Scalable Applications +...

Scala seamlessly combines object-oriented and functional programming, enhancing software efficiency and maintainability.
fromMedium
3 months ago
Scala

Scala Was My Comfort Zone-Then Gleam Happened

Gleam offers refreshing type-safety and expressiveness beyond Scala, surprising long-time Scala developers.
fromMedium
3 months ago
Scala

Scala Coupon Code 2025: Unlock the Power of Functional Programming for Scalable Applications +...

fromMedium
3 months ago

What are they talking in Sansad using Jansansad? Tech Blog

Jansansad analyzes parliamentary debates in India using Scala, offering insights into national priorities and democratic discourse.
#zio
#programming-language
fromMedium
3 months ago
Scala

Discover Scala: The Powerful Programming Language for Developers

Scala is a versatile programming language that combines object-oriented and functional programming.
It is favored by top companies for its strengths in concurrency and big data.
fromScala-lang
3 months ago
Scala

Scala 3.7.0 released!

Scala 3.7.0 introduces stable features, including named tuples and enhancements to tooling and compatibility.
Scala
fromInfoWorld
3 months ago

Scala stabilizes named tuples

Scala 3.7.0 improves compatibility with Android and enhances expressiveness through dependent case class fields.
Scala
fromScala Days
3 months ago

ScalaBridge in Lausanne

ScalaBridge is a free event in Lausanne aimed at enhancing diversity and supporting new members of the Scala community.
Scala
fromScala-lang
3 months ago

Scala 3.3.6 LTS is now available!

Scala 3.3.6 LTS enhances stability by backporting critical bug fixes and improvements from Scala Next with proven compatibility.
fromMedium
3 months ago

Workflows4s Finally Released-You Might Hate Your Business Processes a Little Less

Workflows4s combines type-safe definitions, event-sourced persistence, and rich operators to create a unique, cohesive solution for workflow automation in Scala.
Scala
frommedium.com
3 months ago

Fraud Detection in Financial Transactions Using Scala CollectionsA Practical Guide

Scala's performance and collection features make it ideal for high-volume fraud detection systems.
Scala
fromMedium
3 months ago

Scala Practice & Coding Challenges: Level Up Your Skills

Practicing Scala through coding challenges enhances understanding and problem-solving skills, making it effective for mastering its unique programming paradigms.
fromMedium
3 months ago

Managing Scala Resources with scala.util.Using

In Java, the try-with-resources statement automates resource management, closing resources after use, while in Scala, similar functionality is provided by the scala.util.Using utility.
Scala
Scala
fromScala-lang
3 months ago

Gradle, Inc. Joins Scala Center Advisory Board to Improve Scala Developer Experience

Gradle's commitment to improving the Scala ecosystem through active participation in the Scala Center Advisory Board.
fromMedium
4 months ago

Collections: Sets in Scala-A Beginner's Guide

Scala's Set allows for efficient management of unique elements through immutable and mutable collections.
Scala
fromMedium
4 months ago

Reading Files in Test Resources using Scala 3

The article explains how to read files from a resources folder in Scala test classes using scalatest.
#spark
fromMedium
4 months ago

Solving Coding Challenge: Code Comment Remover-Part 1

#.*\s is an efficient regex pattern that captures everything after the '#' symbol, including optional spaces at the end of the line, ensuring clean code without comments.
Scala
[ Load more ]