Results for "programming"

42 Free and Paid Programming Resources to Learn Web Development

42 Free and Paid Programming Resources to Learn Web Development

Anyone can become a web developer. You don't need to be a tech wizard or possess a never-ending list of formal qualifications; as long as you're passionate about the field and willing to learn, a career in web development is well within your reach. From HTML and CSS, to testing, version control,...

550 Software and Programming Podcasts for Your Listening Pleasure

550 Software and Programming Podcasts for Your Listening Pleasure

One reason that podcasts are becoming more popular is their convenience. Users can listen to audio episodes while running, cooking, and cleaning, along with numerous other scenarios. As such, they offer an easy way to absorb information while doing something else. Programming podcasts come in many...

215 Free Ebooks & Resources on Game Development and Graphics Programming

215 Free Ebooks & Resources on Game Development and Graphics Programming

Getting started in game development is easy. If you can code, you can develop games. It takes a few tools and some time, but it's a useful skill, even for app developers. Knowing how to develop games, even simple ones, can build your skill set. Sometimes game development is a challenging, painful...

22 Free Go Programming Ebooks

22 Free Go Programming Ebooks

Go is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. Go was originally built for programs related to networking and infrastructure. It was intended to replace popular high-performance server-side languages like Java and C++....

7 Free Java Programming Ebooks

7 Free Java Programming Ebooks

Java was originally called Oak but upon discovering there was another programming language with the same name, the development team renamed it to Java after one of the brands of coffee available in a local shop. The language grew out of a project to develop a personal digital assistance [PDA],...

x86-64 Assembly Language Programming with Ubuntu

x86-64 Assembly Language Programming with Ubuntu

The purpose of this text is to provide a reference for University level assembly language and systems programming courses. Specifically, this text addresses the x86-64 instruction set for the popular x86-64 class of processors using the Ubuntu 64-bit Operating System (OS). While the provided code...

Mostly Adequate Guide to Functional Programming

Mostly Adequate Guide to Functional Programming

This is a book on the functional paradigm in general. We'll use the world's most popular functional programming language: JavaScript. Some may feel this is a poor choice as it's against the grain of the current culture which, at the moment, feels predominately imperative. However, I believe it is...