#scala

[ follow ]
#conference
#airdrops
#google-summer-of-code
fromMedium
2 months ago
Software development

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

fromMedium
2 months ago
Software development

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

Web development
fromMedium
3 weeks 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
3 weeks 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.
#higher-order-functions
fromMedium
4 months ago
Scala

21 Days of Spark Scala: Day 5-Mastering Higher-Order Functions: Writing More Expressive Code

fromMedium
4 months ago
Scala

21 Days of Spark Scala: Day 5-Mastering Higher-Order Functions: Writing More Expressive Code

#rust
#kotlin
fromMedium
1 month ago
Scala

Seamless Migration from Scala to Kotlin with Interface & Class Delegation Approach

fromMedium
1 month ago
Scala

Seamless Migration from Scala to Kotlin with Interface & Class Delegation Approach

Scala
fromMedium
3 weeks ago

Business4s H1 2025 Highlights

Business4s is focused on practical solutions to business problems using Scala, with significant project developments enhancing workflow functionality.
fromMedium
3 weeks 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.
fromScala-lang
1 month ago

Scala Highlights, June 2025 edition

Scala Days 2025 will feature prominent speakers and a broad range of topics, including functional programming.
Scalar 2025 highlighted diverse themes in Scala, offering insights for both beginners and advanced users.
Scala
frommedium.com
1 month 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.
#functional-programming
#apache-spark
fromawstip.com
3 months ago
Data science

Spark Scala Exercise 5: Column Operations with DataFramesA Complete Guide for Data Engineers

fromawstip.com
3 months ago
Data science

Spark Scala Exercise 5: Column Operations with DataFramesA Complete Guide for Data Engineers

Web frameworks
fromTypelevel
1 month 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
1 month 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
1 month 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
1 month 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
1 month ago

Scastie's gradually becoming more like an IDE

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

21 Days of Spark Scala: Day 3-Exploring Case Classes: The Building Blocks of Functional...

Scala case classes simplify data modeling by reducing boilerplate code and providing built-in functionalities.
Scala
fromMedium
4 months ago

21 Days of Spark Scala: Day 3-Exploring Case Classes: The Building Blocks of Functional...

Scala case classes simplify data modeling by reducing boilerplate code and providing built-in functionalities.
#software-development
#java
frommedium.com
3 months ago
Scala

Scala Demystified: Understanding class, case class, object, and App with Java Comparisons

Scala's constructs, such as case classes and objects, simplify code by reducing boilerplate and enhancing expressiveness compared to Java.
Scala
fromInfoWorld
4 months ago

The best Java and JVM language frameworks

The Java ecosystem has a rich set of back-end frameworks suitable for various needs.
Evaluating frameworks based on project requirements is crucial for developers.
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.
Scala
fromInfoWorld
4 months ago

The best Java and JVM language frameworks

The Java ecosystem has a rich set of back-end frameworks suitable for various needs.
Evaluating frameworks based on project requirements is crucial for developers.
#programming-languages
fromMedium
2 months ago
Scala

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

fromMedium
2 months ago
Scala

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

fromMedium
2 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
fromInfoWorld
2 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
2 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
2 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
2 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
3 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
3 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
3 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
frommedium.com
3 months ago

Spark Scala Exercise 10: Handling Nulls and Data CleaningFrom Raw Data to Analytics-Ready

Effective data cleaning is essential in data engineering to prevent downstream issues caused by nulls.
fromMedium
3 months ago

Creating Simple HTTP Requests in Scala 3

The sttp library in Scala simplifies making HTTP requests, enabling developers to easily interact with web APIs, like sending messages using Telegram bots.
Scala
fromMedium
4 months ago

Schedulers in Akka using Scala-Use Case: Flipkart

Akka provides powerful scheduling capabilities to execute tasks at fixed intervals or after certain delays, beneficial for background tasks, health checks, and cache invalidation.
Scala
fromMedium
4 months ago

Scala Chess Game

The chess application should start with a standard chess setup, allowing alternating turns for players while respecting the rules of piece movements.
Board games
Scala
fromMedium
4 months ago

Function Currying in Scala: A Complete Guide with Best Practices

Function currying in Scala allows multiple arguments to be handled as separate functions, promoting flexibility and reusability.
fromMedium
4 months ago

Understanding Implicit Classes in Scala: A Comprehensive Guide

Implicit classes enrich existing types in Scala with new methods while allowing for automatic conversions.
#big-data
fromMedium
4 months ago
Scala

21 Days of Spark Scala: Day 9-Understanding Traits in Scala: The Backbone of Code Reusability

fromMedium
4 months ago
Scala

21 Days of Spark Scala: Day 9-Understanding Traits in Scala: The Backbone of Code Reusability

fromMedium
4 months ago
Scala

21 Days of Spark Scala: Day 9-Understanding Traits in Scala: The Backbone of Code Reusability

Scala
fromMedium
4 months ago

21 Days of Spark Scala: Day 9-Understanding Traits in Scala: The Backbone of Code Reusability

Scala Traits enhance code reuse and modularity in Big Data applications, particularly within Spark offerings.
Scala
fromMedium
4 months ago

Fun Tour Of Object Oriented Programming in Scala

Scala elegantly merges object-oriented and functional programming, enabling flexibility and efficiency in coding.
fromMedium
4 months ago

21 Days of Spark Scala: Day 3-Exploring Case Classes: The Building Blocks of Functional...

Scala case classes streamline data modeling by minimizing boilerplate code and enhancing functionality for immutable data.
#implicit-parameters
fromMedium
4 months ago
Scala

21 Days of Spark Scala: Day 8-Implicit Parameters and Conversions: Making Scala Code More Elegant

fromMedium
4 months ago
Scala

21 Days of Spark Scala: Day 8-Implicit Parameters and Conversions: Making Scala Code More Elegant

fromMedium
4 months ago
Scala

21 Days of Spark Scala: Day 8-Implicit Parameters and Conversions: Making Scala Code More Elegant

fromMedium
4 months ago
Scala

21 Days of Spark Scala: Day 8-Implicit Parameters and Conversions: Making Scala Code More Elegant

Data science
fromMedium
4 months ago

100 Days of Data Engineering on Databricks Day 44: PySpark vs. Scala:

The choice between PySpark and Scala significantly affects performance and maintainability in Spark development.
fromMedium
4 months ago

21 Days of Spark Scala: Day 6-Working with Futures in Scala: Handling Asynchronous Operations

Scala's Future abstracts away traditional multi-threading complexities, allowing asynchronous computations that enhance performance while keeping the main application responsive.
Scala
fromMedium
4 months ago

21 Days of Spark Scala: Day 4-Immutable Collections in Scala: Why They Matter for Big Data

Embracing immutability in Scala enhances safety and predictability in big data processing.
frommedium.com
4 months ago
Scala

21 Days of Scala: Day 1Mastering Option in Scala, Writing Safer and Cleaner Code

Scala's Option effectively eliminates null references, enhancing code robustness.
fromMedium
4 months ago

Clojure vs. Other Functional Programming Languages: A Quick Comparison

Clojure excels in simplicity and JVM interoperability, making it a versatile choice among functional programming languages.
Java
fromScala-lang
4 months ago

JDK 17 will be the next minimum version required by Scala 3

Scala 3 will adopt JDK 17 as the minimum version starting from Scala 3.8.
Scala
fromScala-lang
9 months ago

Scala: a mature open-source project

Good project governance fosters Scala's maturity and resilience through transparency and iterative processes.
fromScala-lang
9 months ago

Postmortem of Scala 3.6.0

An accidental release of Scala 3.6.0 occurred on October 18, 2024, which is now considered broken and should not be used.
fromMedium
5 months ago

Mastering Currying in Scala: A Functional Programming Powerhouse

Currying in Scala enhances code reusability and modularity through breaking down functions into single-argument forms.
frommedium.com
5 months ago

Declarative Python, Java, Scala, Kotlin. Imperative Golang

Declarative programming allows us to express what we want, rather than how we want it done, highlighting clarity and simplicity in code design.
Scala
[ Load more ]