Skip to content

stjordanis/Hands-On-Scala-Programming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hands-On Scala Programming [Video]

This is the code repository for Hands-On Scala Programming [Video], published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.

About the Video Course

Over the last few years, Scala has seen a tremendous increase in its industry adoption as a tool for functional programming. Despite that, learning Scala can seem a bit intimidating, given its functional, immutable, and object-oriented nature. This course adopts a hands-on approach to building a server-side chat application from scratch using Scala. You will begin by setting up a Scala environment with its sbt build tool. Then, you will build a server-side chat app using functional programming and recursion schemes together with immutable data structures to make your processing requests easy. Next, you'll learn about advanced Scala features such as implicits, which foster code extensibility. Moving on through the course, you'll use Scala's rich type system to create applications that identify all possible problems at compilation time. Finally, you'll compose all knowledge and improve server-side processing to work in a concurrent and highly parallelizable way using Scala's concurrency API. By the end of this course, you will have become fully proficient at using advanced Scala programming features in your production applications.

What You Will Learn

  • Explore what's new in Scala 2.13
  • Build intelligent server-side chat application via step-by-step exercises
  • Write expressive code while keeping it concise using Scala's programmer-friendly features
  • Eliminate issues early on using Scala's strong type features, giving you more time to solve the real problem at hand
  • Use standard Scala library constructs to add functionalities within your server-side application
  • Apply high-order functions and recursion to build highly optimized yet elegant solutions
  • Reduce duplication in your code even further with type-level programming
  • Utilize implicit parameters as a tool to enhance the design pattern of your application

Technical Requirements

For successful completion of this course, students will require the computer systems with at least the following:
• IntelliJ IDEA
• Java JDK 8 or later

Recommended Hardware Requirements:

For an optimal experience with hands-on labs and other practical activities, we recommend the following configuration:
• Processor: I7 2.8
• Memory: 16GB
• Hard Disk Space: 200MB
• Video Card: 256MB Video Memory

Related Products

About

Hands-On Scala Programming [Video], published by Packt

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%