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,...
Results for "programming"
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
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
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
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
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...
A Competitive Programming Course – Solving Problems Using Algorithms and Data Structures
This is a free competitive programming course (2016 edition), about algorithms, mathematics and programming, taught at Reykjavík University, Iceland. It is a three-week long course, with a fresh lecture and problem set for each day. Although it was created in 2016, the course is still relevant by...
96 Free Programming, Computer Science and Math Ebooks That You Need To Download Today
Some would say that the hunt for knowledge is a never ending adventure, and I bet all of us will agree on this. There are so many things to learn, test and try out but various limitations are stopping us from getting there. Not to mention the nearly unlimited free resources of ebooks out there...
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...