Software Engineering from Scratch A Comprehensive Introduction Using Scala / by Jason Lee Hodges.

Learn software engineering from scratch, from installing and setting up your development environment, to navigating a terminal and building a model command line operating system, all using the Scala programming language as a medium. The demand for software engineers is growing exponentially, and wit...

Full description

Saved in:
Bibliographic Details
Main Author: Hodges, Jason Lee (Author)
Corporate Author: SpringerLink (Online service)
Format: eBook
Language:English
Published: Berkeley, CA : Apress : Imprint: Apress, 2019.
Edition:1st ed. 2019.
Series:Springer eBook Collection.
Subjects:
Online Access:Click to view e-book
Holy Cross Note:Loaded electronically.
Electronic access restricted to members of the Holy Cross Community.
Table of Contents:
  • 1. Introduction
  • 2. Installing Everything You Need
  • 3. Contextual Knowledge
  • 4. Expressions and Variables
  • 5. Basic Data Types
  • 6. Control Flow
  • 7. Functions
  • 8. Classes
  • 9. Dependency Management
  • 10. Programming Paradigms
  • 11. What is Software Engineering?
  • 12. Data Structures
  • 13. Algorithms
  • 14. Design Patterns
  • 15. Further Study.