Azure for Developers

Microsoft’s Azure platform has a vast array of features: cloud hosting, web hosting, data analytics, data storage, machine learning, and more—all integrated with Visual Studio, the tool that .NET developers already know. With such a large number …

DevOps in Practice

You hear it a lot: DevOps is not just about tools, but also about changing company culture. But just how does an organization firmly rooted in traditional software development go about making that change? This in-depth report shows how two large organi…

Getting Started with the Web

Want to build your own website—one that represents you, your cause, or your organization—without outside help? With this free guide, Shelley Powers quickly teaches you the basics: you’ll learn how to use HTML, CSS, and other web tools…

You Don’t Know JS: Up & Going

It’s easy to learn parts of JavaScript, but much harder to learn it completely—or even sufficiently—whether you’re new to the language or have used it for years. With the “You Don’t Know JS” book series, you’ll get a more complete understanding of JavaScript, including trickier parts of the language that many experienced JavaScript programmers simply avoid.

The series’ first book, Up & Going, provides the necessary background for those of you with limited programming experience. By learning the basic building blocks of programming, as well as JavaScript’s core mechanisms, you’ll be prepared to dive into the other, more in-depth books in the series—and be well on your way toward true JavaScript.

With this book you will:

  • Learn the essential programming building blocks, including operators, types, variables, conditionals, loops, and functions
  • Become familiar with JavaScript’s core mechanisms such as values, function closures, this, and prototypes
  • Get an overview of other books in the series—and learn why it’s important to understand all parts of JavaScript

By downloading this free report, you agree to receive regular updates on events, video, books, and learning opportunities from O’Reilly Media. 

 

Request Free!

2016 Design Salary Survey

Late last year, O’Reilly Media conducted an anonymous online survey of designer compensation, taking into account several different metrics, including tools, tasks, skills, gender, educational background, geographic location, years of experience,…

Introducing Java 8

Java SE 8 is perhaps the largest change to Java in its history, led by its flagship feature—lambda expressions. If you’re an experienced developer looking to adopt Java 8 at work, this short guide will walk you through all of the major chan…