Software Engineering from Scratch: A Comprehensive Introduction Using Scala
Authors: Jason Lee Hodges
ISBN-10: 1484252055
ISBN-13: 9781484252055
Edition 版次: 1st ed.
Publication Date 出版日期: 2019-10-16
Print Length 页数: 320 pages
Book Description
By finelybook
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 with this book you can start your journey into this rewarding industry,even with no prior programming experience.
Using Scala,a language known to contain “everything and the kitchen sink,” you’ll begin coding on a gentle learning curve by applying the basics of programming such as expressions,control flow,functions,and classes. You’ll then move on to an overview of all the major programming paradigms. You’ll finish by studying software engineering concepts such as testing and scalability,data structures,algorithm design and analysis,and basic design patterns.
With Software Engineering from Scratch as your navigator,you can get up to speed on the software engineering industry,develop a solid foundation of many of its core concepts,and develop an understanding of where to invest your time next.
What You Will Learn
Use Scala,even with no prior knowledge
Demonstrate general Scala programming concepts and patterns
Begin thinking like a software engineer
Work on every level of the software development cycle
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