InfoQ Homepage Development Content on InfoQ
-
Aurelia's Rob Eisenberg Joins Microsoft
Rob Eisenberg, the creator of Aurelia, the alternative JavaScript framework, has taken a job with Microsoft leaving some in the community to wonder how well supported Aurelia will be in the future. Members of the Aurelia team have said that there should not be a big change.
-
First Release of Project Bletchley on Microsoft Azure Blockchain-as-a-Service
Microsoft announced the first release of Project Bletchley, which is Microsoft's approach to building a cloud-based enterprise consortium blockchain ecosystem. This first release is primarily focused on a questionnaire based automated deployment along with roadmap details for the Cryptlet middleware tier.
-
MicroProfile Group Holds Discussion Panel Event during JavaOne
On 22nd September, the MicroProfile group held a panel event in San Francisco to discuss the current and future situation. Albeit not being part of JavaOne, the fact that it coincided in time and city made it easy for conference-goers to attend. The panel included representatives from RedHat, Payara, SouJava, Tomitribe, IBM, and the LJC, and speculated about the shape of future Java development.
-
How GitHub Designed its New Load Balancer
GitHub has been at work for the last year to develop a new load balancer, the GitHub Load Balancer (GLB), aimed to be able to scale to billions of connections per day running on commodity hardware. GitHub engineers Joe Williams and Theo Julienne explain how GLB was designed.
-
JavaOne 2016 - Day 2 "Thinking in Parallel"
InfoQ attends"Thinking in Parallel" session at JavaOne 2016,
-
JavaOne 2016 - Day 1 Highlights
Day 1 of JavaOne 2016 topics: learning about Java 8&9 features, Docker for Java developers, and development tools for Java EE 8. InfoQ highlights a few of the day's interesting sessions.
-
Node.js v7 Beta Brings Canary in a Gold Mine
The Node.js Foundation has released the v7 beta for Node.js. Its release coincides with v6 becoming the foundation's second LTS release, where its life will continue under Active LTS and Maintenance until April 2019.
-
Ceylon 1.3 Adds Support for Building Android Apps and More
Ceylon, RedHat’s strongly statically typed language for the JVM, has reached version 1.3. Released one year after version 1.2, Ceylon 1.3 is a major release bringing Android support, npm integration, and a plugin for IntelliJ IDEA and Android Studio, in addition to new language features and improvements.
-
Gradle Releases Version 3.0 of Their Polyglot Build Tool
Gradle announced a milestone version 3.0 release of their polyglot build tool that offers Gradle Cloud Services, an improved Gradle Daemon, improved IDE support, and initial support for Java 9.
-
How YouTube's Recommendation Algorithm Works
In a recent paper published by Google, YouTube engineers analyzed in greater detail the inner workings of YouTube’s recommendation algorithm. The paper was presented on the 10th ACM Conference on Recommender Systems last week in Boston. In this news item we analyze how YouTube uses deep learning to operate one of the largest and most complex recommendation systems in industry.
-
Yelp Introduces More Data and Features with New Fusion API
Yelp announced the release of a brand new API called Fusion which provides developers with higher granularity filtering across Yelp data, greater access to uploaded photos and Yelp business partner data, and 24 hour caching.
-
JavaOne 2016 Keynotes Cover the Future of Java Near and Far
JavaOne 2016 opened with reminiscence of the past 21 years of Java, with mentions of JavaSoft and Sun. From there on it was all about Java's future - near and far. In this article InfoQ summarizes the Keynotes by the industry leaders.
-
Spring Releases Versions 2.3.1 and 2.4.0 Web Services
Spring recently announced multi-version updates of their Web Services project with release version 2.3.1 featuring minor patches and a new version 2.4.0 rebased to run on Spring Framework 4.3 and Spring Security 4.1 and designed to be forward compatible with Spring 5.0.
-
Refactoring and Code Smells – A Journey Toward Cleaner Code
Refactoring helps to move towards cleaner code that is easier to understand and maintain. It takes practice and experience to recognise code smells: symptoms of bad design which indicate deeper problems in the code. Tools can be helpful to refactor in small steps and prevent breaking the code.
-
JavaOne 2016 – Audience Gets a Glimpse of the Power of JShell
JShell brings about Read-Eval-Print Loop (REPL) to Java. REPL is an efficient, interactive way for developers to validate their code snippets without having to compile, run and then debug their entire program.