A Practical Guide to App Development with Scala
A Practical Guide to App Development with Scala, available at $44.99, has an average rating of 4.1, with 42 lectures, 1 quizzes, based on 44 reviews, and has 246 subscribers.
You will learn about Explore OOP concepts for Scala programming. See how functional programming changes your Scala code. Build microservices with Reactive programming. Perform database operation using a Slick-JDBC connection with Play. Implement features of Akka such as futures, await, timeouts, and ask patterns. Design and develop an Akka adaptation of the famous 'dining-philosophers' problem. Master the type system to create scalable type-safe applications while cutting down your time spent debugging. Understand how you can work with advanced data structures via built-in features such as the Collections library. Use classes, objects, and traits to transform a trivial chatbot program into a useful assistant. This course is ideal for individuals who are This course targets Java developers who are comfortable in working with Scala, budding data scientists, and web developers, who want to learn how to overcome various obstacles in their quest to build robust applications in Scala. It is particularly useful for This course targets Java developers who are comfortable in working with Scala, budding data scientists, and web developers, who want to learn how to overcome various obstacles in their quest to build robust applications in Scala.
Enroll now: A Practical Guide to App Development with Scala
Summary
Title: A Practical Guide to App Development with Scala
Price: $44.99
Average Rating: 4.1
Number of Lectures: 42
Number of Quizzes: 1
Number of Published Lectures: 42
Number of Published Quizzes: 1
Number of Curriculum Items: 43
Number of Published Curriculum Objects: 43
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- Explore OOP concepts for Scala programming.
- See how functional programming changes your Scala code.
- Build microservices with Reactive programming.
- Perform database operation using a Slick-JDBC connection with Play.
- Implement features of Akka such as futures, await, timeouts, and ask patterns.
- Design and develop an Akka adaptation of the famous 'dining-philosophers' problem.
- Master the type system to create scalable type-safe applications while cutting down your time spent debugging.
- Understand how you can work with advanced data structures via built-in features such as the Collections library.
- Use classes, objects, and traits to transform a trivial chatbot program into a useful assistant.
Who Should Attend
- This course targets Java developers who are comfortable in working with Scala, budding data scientists, and web developers, who want to learn how to overcome various obstacles in their quest to build robust applications in Scala.
Target Audiences
- This course targets Java developers who are comfortable in working with Scala, budding data scientists, and web developers, who want to learn how to overcome various obstacles in their quest to build robust applications in Scala.
Are you willing to build real-world Scala applications & contribute to Scala programs, recognizing common patterns and techniques used with the language? Then this course is for you! Scala is a functional programming language that supports OOP principles and it’s quite challenging to develop scalable and reactive applications without any framework/library support.
With this practical & hands-on course, you will begin learning basic of scala such as strings, classes, types, methods, & arrays, functional programming techniques & how to handle files and processes—before getting into concepts such as Object-Oriented Programming. Once you are comfortable with basics you will learn to build real-world applications such as building a customer data entry application, a string processing application to get a word count & much more. Then you will also learn Scala REPL to achieve a better feedback mechanism.
By the end of the course, you will not only be empowered by knowing the ins and outs of Scala, but you will also be able to apply them to solve a variety of problems.
Contents and Overview
This training program includes 2 complete courses, carefully chosen to give you the most comprehensive training possible.
The first course, Scala Beginner Programming Recipes starts with recipes that explore core language principles—covering topics such as strings, classes, types, methods, and arrays—before getting into concepts such as Object Oriented Programming. From there, you’ll learn about functional programming techniques and how to handle files and processes. You’ll go on to master concurrency in Scala, making use of the Akka framework. You’ll learn about working with databases, and then about Reactive programming in Scala and how to use it to build robust microservices and distributed systems. You’ll also use the Scala REPL to achieve a better feedback mechanism.
The second course, Scala Projects you will learn various features of the Play and Akka frameworks by building 5 real-world applications with increasing complexity. Beginning with a simple project, a product catalog-listing application, the course will take you through building a customer data entry application, a string processing application to get a word count, a message passing app like Ping pong actors example and Dining-philosophers problem-in humus. Each project will help you master the programming and data capabilities of Scala. By the end of the course, you will not only be empowered by knowing the ins and outs of Scala, but you will also be able to apply them to solve a variety of problems.
About the Authors:
-
Antonio Salazar Cardozo is a developer who has led small teams from his classes at Georgia Tech and through each company he has contributed to. He is a software pragmatist and perfectionist who values great software that is written for humans first and loves to help teams find the development and interaction styles that make them deliver the best software to solve the problems they are solving. Between startups and larger companies, he has worked on most aspects of web and non-web systems and loves to see how each piece of software is received and how it can improve. When he’s not leaving honest, extensive code review, he’s been known to travel and enjoys visiting both new and old places far from home.
-
Kapil Sanghvi is a postgraduate with an MSc in Business Information Technology from Middlesex University, London. He has worked on Java and Scala projects with different multinational organizations for the last, years in India and UK. His passion is to learn new things and share his expertise with the programming community out there. Currently, he works as a Scala Developer in a UK-based organization developing an in-house product.
Course Curriculum
Chapter 1: Scala Beginner Programming Recipes
Lecture 1: The Course Overview
Lecture 2: Setting Up Ammonite-REPL
Lecture 3: Getting a Basic Scala Project Set Up on the Command Line
Lecture 4: Setting Up Dependencies and Publishing in sbt
Lecture 5: Setting Up a Multi-Module sbt Project
Lecture 6: Importing an sbt Project Into IntelliJ IDEA
Lecture 7: Scala Philosophy: Everything is an Expression
Lecture 8: Basic Data Types: Strings and Numbers
Lecture 9: Functions and Match Statements
Lecture 10: Scala Philosophy: Null Allergies and Option
Lecture 11: Collection Basics
Lecture 12: Basic for Comprehensions
Lecture 13: Generic Collection Operations
Lecture 14: Quick Introduction to Object-Oriented Scala
Lecture 15: Additional Trait Features
Lecture 16: Singletons
Chapter 2: Scala Projects
Lecture 1: The Course Overview
Lecture 2: Define Controller
Lecture 3: Add Custom Routes
Lecture 4: Design the Model for Product Catalogue
Lecture 5: Create Views/Templates
Lecture 6: Integrate Controllers, Models, and Views
Lecture 7: Adding Controllers with Custom Routes
Lecture 8: Designing Models for Customers’ Data
Lecture 9: Creating Form-Based Views and Templates
Lecture 10: Configuring Slick- JDBC Connection
Lecture 11: Integrate Controllers, Models, and Views with Database
Lecture 12: Defining String Processing and Word Counter Actors
Lecture 13: Designing String Processing Messages
Lecture 14: Adding Receive Methods in a String Processing Actor
Lecture 15: Implementing Receive Methods in Word Counter Actors
Lecture 16: Using Await, Futures, Timeout, and Ask Pattern to Complete the Application
Lecture 17: Preparing the build.sbt File
Lecture 18: Defining Ping Actor and Pong Actor
Lecture 19: Designing Messages
Lecture 20: Updating the Ping Actor to Define a Receive Method
Lecture 21: Creating Methods to Receive Messages in the Pong Actor
Lecture 22: Model Each Philosopher as an Actor
Lecture 23: Defining Methods for a Philosopher’s Behaviour
Lecture 24: Start Eating and Thinking Cycle Using Message Passing Pattern
Lecture 25: Define `Become` to Alternate Each Philosopher Actor between States
Lecture 26: Modelling Contention for Available Forks
Instructors
-
Packt Publishing
Tech Knowledge in Motion
Rating Distribution
- 1 stars: 5 votes
- 2 stars: 6 votes
- 3 stars: 7 votes
- 4 stars: 13 votes
- 5 stars: 13 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple