Cantitate/Preț
Produs

Software Engineering for Absolute Beginners: Your Guide to Creating Software Products

Autor Nico Loubser
en Limba Engleză Paperback – 31 ian 2021
Start programming from scratch, no experience required. This beginners’ guide to software engineering starts with a discussion of the different editors used to create software and covers setting up a Docker environment. Next, you will learn about repositories and version control along with its uses. Now that you are ready to program, you’ll go through the basics of Python, the ideal language to learn as a novice software engineer. Many modern applications need to talk to a database of some kind, so you will explore how to create and connect to a database and how to design one for your app. Additionally you will discover how to use  Python’s Flask microframework and how to efficiently test your code. Finally, the book explains best practices in coding, design, deployment, and security. 
Software Engineering for Absolute Beginners answers the question of what topics you should know when you start out to learn software engineering. This book covers a lot of topics, and aims to clarify the hidden, but very important, portions of the software development toolkit.
After reading this book, you, a complete beginner, will be able to identify best practices and efficient approaches to software development. You will be able to go into a work environment and recognize the technology and approaches used, and set up a professional environment to create your own software applications.
What You Will Learn
  • Explore the concepts that you will encounter in the majority of companies doing software development
  • Create readable code that is neat as well as well-designed
  • Build code that is source controlled, containerized, and deployable
  • Secure your codebase
  • Optimize your workspace
Who This Book Is For
A reader with a keen interest in creating software. It is also helpful for students.

Citește tot Restrânge

Preț: 21600 lei

Preț vechi: 27000 lei
-20% Nou

Puncte Express: 324

Preț estimativ în valută:
4133 4348$ 3422£

Carte disponibilă

Livrare economică 24 decembrie 24 - 07 ianuarie 25
Livrare express 10-14 decembrie pentru 9210 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484266212
ISBN-10: 1484266218
Pagini: 334
Ilustrații: XXIV, 334 p. 22 illus.
Dimensiuni: 155 x 235 x 23 mm
Greutate: 0.55 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

Chapter 1 : Editors.- Chapter 2 : Setting up the Development Environment using Docker.- Chapter 3 : Repositories and Git.- Chapter 4 : Basic Programming using Python.- Chapter 5 : Coding Styles, Refactoring and Code Calisthenics.- Chapter 6 : Database and Database Design.- Chapter 7 RESTful APIS using flask.- Chapter 8 Testing and Code Quality.- Chapter 9 Planning and designing your code.- Chapter 10 Security.- Chapter 11 CI/CD.

Recenzii

“The content is appropriate for someone who has had some minimal programming experience, for example, classwork or playing around at home, and is ready for their first real project or professional job. … definitely good enough to guide motivated users to search the web for deeper information as each topic becomes relevant. … I enjoyed reading the book and think it will be a useful aid for new developers learning Python production skills.” (David Goldfarb, Computing Reviews, July 22, 2021)

Notă biografică

Nico Loubser has been working in the software development environment for more than 16 years, and holds a post-graduate degree in software engineering from the University of South Africa. He has spent quite a bit of his career as a team lead, and advising on architecture, which prompted him to amalgamate his knowledge and experience into one book. He currently lives in London, where he seeks exposure to an even greater variety of ideas and methods in today’s software development industry. 

Textul de pe ultima copertă

Start programming from scratch, no experience required. This beginners’ guide to software engineering starts with a discussion of the different editors used to create software and covers setting up a Docker environment. Next, you will learn about repositories and version control along with its uses. Now that you are ready to program, you’ll go through the basics of Python, the ideal language to learn as a novice software engineer. Many modern applications need to talk to a database of some kind, so you will explore how to create and connect to a database and how to design one for your app. Additionally you will discover how to use  Python’s Flask microframework and how to efficiently test your code. Finally, the book explains best practices in coding, design, deployment, and security. Software Engineering for Absolute Beginners answers the question of what topics you should know when you start out to learn software engineering. This book covers alot of topics, and aims to clarify the hidden, but very important, portions of the software development toolkit.
After reading this book, you, a complete beginner, will be able to identify best practices and efficient approaches to software development. You will be able to go into a work environment and recognize the technology and approaches used, and set up a professional environment to create your own software applications.
You will:
  • Explore the concepts that you will encounter in the majority of companies doing software development
  • Create readable code that is neat as well as well-designed
  • Build code that is source controlled, containerized, and deployable
  • Secure your codebase
  • Optimize your workspace

Caracteristici

Teaches software development as a whole, as opposed to treating it as a discipline where you only write code Anyone can learn from this book, all you need is a normal level of computer knowledge and how to use the internet Covers the methods and procedures of the software engineering industry Explores good design principles and methodologies used in all the stages of software design