Skip to content

Computer Science for Self-Taught Developers, published by Packt

License

Notifications You must be signed in to change notification settings

PacktPublishing/Fundamentals-for-Self-Taught-Programmers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fundamentals for Self-Taught Programmers

Fundamentals for Self-Taught Programmers

This is the code repository for Fundamentals for Self-Taught Programmers, published by Packt.

Embark on your software engineering journey without exhaustive courses and bulky tutorials

What is this book about?

Software engineering is a set of techniques, including programming, within the computer science discipline associated with the development of software products. This practical guide to software engineering will enable aspiring and new developers to satisfy their curiosity about the industry and become ready to learn more about the basics before beginning to explore programming languages, along with helping junior and upcoming developers to effectively apply their knowledge in the field.

This book covers the following exciting features:

  • Gain an understanding of the software engineering landscape
  • Get up and running with fundamental programming concepts in C#
  • Implement object-oriented programming (OOP) in C#
  • Gain insights on how to keep the code readable and reusable
  • Discover various tips and tricks to efficiently prepare for a software engineering interview
  • Implement various popular algorithms using C#

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter07.

The code will look like the following:

for (int i = 1; i <= 10; i++) {
 Console.WriteLine(i);
}

Following is what you need for this book: This book is for anyone who is curious about programming and interested in entering the field of software engineering by beginning at the fundamentals. No prior knowledge of computer science or software engineering is necessary.

With the following software and hardware list you can run all code files present in the book (Chapter 1-13).

Software and Hardware List

Chapter Software required OS required
5-12 .NET 7 or higher Windows, Mac OS X, and Linux (Any)
5-12 Visual Studio Code Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Jasmine Greenaway is a New York City-based technologist, software engineering instructor, speaker, and technical community organizer. Her background is in full-stack web development with experience across multiple industries such as retail, gaming, and developer tooling. She’s currently part of the Cloud Advocacy team at Microsoft, working with academic communities such as students and educators who are ready to infuse their curriculum and careers with cloud technology. Jasmine has a passion for helping newcomers to tech, understanding the struggles of what it takes to get started and stay motivated. She teaches programming and computer science fundamentals at local colleges in the New York City area.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781801812115

About

Computer Science for Self-Taught Developers, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages