This book is the bare minimum guide helping you to start programming from scratch. In almost anything, the hardest part is to get the ball rolling. After reading this book you will be comfortable with programming. Further learning will require less effort since the ball is already rolling. This...
Results for "programming"
10 Free Ebooks on Computers, Internet and Programming by Manning Publications
Manning is an independent publisher of computer books and video courses for software developers, engineers, architects, system administrators, managers and all who are professionally involved with the computer business. They also publish for students and young programmers, including occasionally...
250 Free Web Design, UI / UX, CSS, Usability and Programming Ebooks
English scientist Tim Berners-Lee invented the World Wide Web in 1989. He wrote the first web browser computer program in 1990 while employed at CERN in Switzerland. Upon the introduction of a web browser, it's only a matter of time that branding, presentation and creativity start to crawl slowly...
The Schema Programming Language: 4th Edition
Scheme was introduced in 1975 by Gerald J. Sussman and Guy L. Steele Jr., and was the first dialect of Lisp to fully support lexical scoping, first-class procedures, and continuations. In its earliest form it was a small language intended primarily for research and teaching, supporting only a...
Programming React Native
Programming React Native is a book that aims to teach you cross platform mobile app development for both iOS and Anrdoid with the help of Facebook's revolutional React Native framework.We'll also try to do the impossible and build a book that will still be valuable to you for a long time, even...
Crafting Interpreters: A handbook for making programming languages
This book contains everything you need to implement a full-featured, efficient scripting language. You'll learn both high-level concepts around parsing and semantics and gritty details like bytecode representation and garbage collection. Your brain will light up with new ideas, and your hands will...
Smooth CoffeeScript: Discover the Beauty of Functional Programming in CoffeeScript
Try CoffeeScript in your HTML 5 web browser. Edit examples, run programs, solve exercises without installation or plug-ins. Compatible with up-to-date desktop browsers and Mobile Safari even offline. Smooth CoffeeScript is a book about CoffeeScript and programming. Start with programming...
Eloquent JavaScript 2nd Edition: A Modern Introduction to Programming
This is a book about getting computers to do what you want them to do. Computers are about as common as screwdrivers today, but they contain a lot more hidden complexity and thus are harder to operate and understand. To many, they remain alien, slightly threatening things.We've found two effective...
JUnit Programming Cookbook
JUnit is a unit testing framework to write repeatable tests. JUnit has been important in the development of test-driven development, and is one of a family of unit testing frameworks which is collectively known as xUnit that originated with SUnit. A research survey performed in 2013 across 10,000...