Programming
Showing 1633–1644 of 1793 results
The Fundamentals of Quantum Computing
A course on Quantum Computing for the novice.
The Go CLI Playbook
This course introduces the Go CLI and gives a thorough overview of the functionality that it offers. You'll learn how to compile and test Go programs, manage workspaces, and explore Go’s development environment.
The Go Programming Language Guide – Code Like a Pro
Simplify building and compiling apps with Go Programming Language. Learn Golang in this Go Programming Language tutorial.
The Go Standard Library
The Go standard library is a set of packages that contain pre-written code to help you build applications at a faster rate. This course will show you how to leverage these packages to handle input, read and write files, create logs, and more.
The Hacker’s Guide to Scaling Python
Learn advanced techniques to scale Python applications for handling high-performance needs.
The Handbook for Ruby Developers
A comprehensive guide for Ruby developers, covering best practices, advanced techniques, and industry standards.
The How and Why of Writing Functions
Increase the flexibility of your code by writing custom functions.
The JavaScript Interview Handbook: 100+ Interview Questions
Prepare for JavaScript job interviews with a comprehensive guide covering 100+ interview questions and answers.
The Many Approaches to XML Processing in .NET Applications
LINQ to XML makes working with XML documents easy. You can use XML instead of a SQL database for small amounts of data.
The MVC Pattern in Ruby
Explore the Model-View-Controller (MVC) pattern in Ruby, focusing on structuring applications for maintainability and scalability.
The No Nonsense Introduction To Big Data, Hadoop and Streaming
Get a hands-on introduction to big data technologies, including Hadoop, Spark, and data streaming.
The Pandas Bootcamp | Data Analysis with Pandas Python3
Learn Data Science with Pandas to Analyse Data with Programming Examples