- Search In A Box With Docker, Elastic Search, and Selenium – This tutorial will show you how to build a search service in a box. It'll have a graphical front end to search for some funny jokes (well, they made me laugh). Notably, you'll be able to build, test, and package it into a container with a push of a button.
- 15 tools Java developers should use after a major release – JAXenter – How do you prepare to fully understand the impact of new code on your system? Alex Zhitnitsky takes us through the gear Java developers should have in their proverbial tool box.
- OCaml – programming language supporting functional, imperative and object-oriented styles – OCaml is an industrial strength programming language supporting functional, imperative and object-oriented styles
- OCaml-Java – run OCaml code on a JVM, and manipulate Java entities from OCaml. – The goal of the project is to provide seamless integration of OCaml and Java: run OCaml code on a JVM, and manipulate Java entities from OCaml.
- A Docker base image for Ruby, Python, Node.js and Meteor web apps #docker – Passenger-docker is a Docker image meant to serve as a good base for Ruby, Python, Node.js and Meteor web app images. In line with Phusion Passenger's goal, passenger-docker's goal is to make Docker image building for web apps much easier and faster.
- Project Spartan and the Windows 10 January Preview Build – IEBlog – Yesterday, we announced that Windows 10 will ship with a brand new browser, codenamed “Project Spartan.” Designed for Windows 10, Spartan provides a more interoperable, reliable, and discoverable experience with advanced features including the ability to a
- The Swift Swift Tutorial: Using Segues and Delegates in Navigation Controllers (Part 1 — The Template) – The Swift Swift Tutorial: Using Segues and Delegates in Navigation Controllers
- A Comprehensive Guide to Building a Scalable Web App on Amazon Web Services – Part 1 – My target audience is the developer who has a few web or mobile apps under their belt and understands core programming concepts, but now wants to learn how to build their scalable app in AWS. This guide will also be valuable to developers working in larger organizations who are already running an AWS app, or those who wish to migrate to AWS.
- Advanced Java Application Deployment Using Docker | Tutum Blog – ollowing Deploying a Java Application with Docker and Tutum this article will demonstrate how to implement and deploy a more enterprise-focused application using Tutum. In a nutshell, we will start from the previously developed hello world application and add some important features in a real life application:
- Working at Netflix #culture #hiring – In this post I'll describe my experience at Netflix: starting with recruiting, the culture, my work as a performance architect, and finally our mission. I'm excited by what we are doing as a company, and I hope this can (or can continue to) inspire positive changes across our industry.
- TypeScript: Industrial-strength JavaScript – TypeScript is a typed superset of JavaScript that compiles to plain JavaScript – JavaScript may be the language of the Web, but Typescript is better suited to the enterprise