InfoQ Homepage Languages Content on InfoQ
-
InfoQ eMag: DevOps Toolchain for Beginners
This eMag aims at providing an overview of an example set of tools that would constitute a typical toolchain. These are popular tools today, but you should look at them as illustrations of the kind of tasks and workflows you might need to perform in your organization as you move along a DevOps path.
-
InfoQ eMag: Java 8
The release of Java 8 was considered a game changer for the Java platform. With new features like lambda expressions, streams, and the new Date and Time APIs, the Java 8 demonstrates that a language can be modernized without compromising stability or backward compatibility. In this eMag we explore some of the important or lesser known features of Java 8, along with a glimpse of how we got here.
-
Modern Web Essentials Using JavaScript and HTML5
Developing single page applications with JavaScript and HTML5 solves an enterprise pain point - how to reach users on various platforms without diminishing user experience. This book provides tools for a thorough understanding of three topics integral to effective enterprise-level, web SPA development: JavaScript language essentials, HTML5 specification features, and responsive design principles.
-
InfoQ eMag: REST
Over the past 15 years the term REST has been used and discussed a lot, whether it's when comparing with Web Services, used within the context of Cloud, or of course when talking about use the Web we use every day. In this eMag you will learn about these and other important aspects of REST.
-
InfoQ eMag: Scalability
This eMag examines topics such as how Twitter re-architected its code-base to improve stability and performance, the approaches Netflix uses to be hyper-resilient, and how Java is replacing C++ for low latency coding. We also look at some lower level tricks such as feedback controls for auto-scaling, and using memory and execution profiling to identify performance bottlenecks in Java.
-
InfoQ eMag: JavaScript
This eMag contains some of InfoQ‘s best JavaScript content: research results on JavaScript MVC frameworks and languages, an interview with Bryan Cantrill on running Node.js in production, a feature-by-feature comparison between Backbone and AngularJS, and a developer’s tutorial on building web apps with Ember.js.
-
InfoQ eMag: Java Performance
Selecting and properly tuning your Java Garbage Collector can be the difference between a performant application and a drag. In this eMag we look at the inner workings of the latest garbage collectors and we investigate the revolutionary new Garbage First collector, from theory to tuning.
-
InfoQ eMag: Application Lifecycle Management
The InfoQ ALM eMag assembles a collection of popular content recently published on InfoQ.com. Learn strategies for automating your build and deployment processes, implementing a continuous integration system, and how to continuously test your mobile applications. Results from the latest InfoQ Research question also show you what ALM tools organizations are adopting today.
-
InfoQ eMag: The Best of Mobile Development
The Mobile Development eMag brings together a selection of popular mobile development articles recently published on InfoQ.com. Learn strategies and best practices for developing native, HTML5, and hybrid mobile apps, see the results from the InfoQ cross-platform mobile tools survey, and gain perspective on the future of mobile development.
-
TypeScript for C# Programmers
TypeScript is an open source lanaguage from Microsoft that solves this problem by introducing an optional type system and class-based object-orientation, which make great tooling for large applications possible. TypeScript lets you write JavaScript that is robust enough for the enterprise and that can run in any browser, on any host and on any operating system.
-
InfoQ eMag: The Best of NoSQL
The InfoQ NoSQL eMag brings together a selection of popular NoSQL articles recently published on InfoQ.com. Get a complete overview of the current NoSQL movement, learn how NoSQL relates to the CAP Theorem, and get practical guidance on setting up and using a popular NoSQL database.
-
Identity Management on a Shoestring
The authors of this book share their experience and lessons learned while building an enterprise-wide Identity and Access Management system using an architectural approach called LIMA.