InfoQ Homepage Development Content on InfoQ
-
Agile Teams and Managers can Collaborate to Solve Impediments
Impediments are issues that hinder agile teams. They are problems that teams are facing, which they need to solve. Managers can help agile teams in several ways to solve impediments.
-
What's Exciting in New JavaScript Libraries
A number of new JavaScript libraries have popped up at GitHub and we decided to take a look at some of the more promising ones.
-
Apache Spark 1.2.0 Supports Netty-based Implementation, High Availability and Machine Learning APIs
Apache Spark 1.2.0 was released with Netty-based implementation, High Availability and Machine Learning APIs. It represents the work of 172 contributors from over 60 institutions and comprises more than 1000 patches. InfoQ talks with Patrick Wendell, a Spark committer and PMC member.
-
A MS Certification Based on Publishing an Application
Microsoft has been trying to create generally accepted software development certifications for at least two decades. In an attempt to distinguish between those who actually know the material and those who are just good at memorizing study guides they’ve tried a variety of tactics. This time they are allowing programmers to submit examples of their work for credit towards a certification.
-
Should Agile Projects Be Innovative?
Agile was considered to be synonymous with innovation. However, Scrum Alliance co-founder Mike Cohn earlier criticized modern Scrum for focusing too much on meeting the time goals at the expense of exploring innovative solutions
-
Run Java 8 Code on .NET with IKVM
A release candidate for IKVM with Java 8 support is now available.
-
SQL Server Roundup
A lot of small releases were made by Microsoft’s SQL Server team last month. Some of the highlights include Power BI for on-site servers, System Center support for SQL Server 2014, and updated Java/PHP drivers.
-
QCon London 2015: Google, Netflix Keynotes Confirmed; Tutorials At-a-Glance (March 2-6, 2015)
John Wilkes, Principal Software Engineer at Google and Roy Rapoport, Manager of Insight Engineering at Netflix have been confirmed to keynote at the 9th annual QCon London (Mar 2-6, 2015). All four keynotes, 65/100 speakers, and 13 tutorials are now confirmed, including 19 conference tracks. Register before Jan 26 and save £290.
-
Microservices, Containers and Docker
Working with a microservices architecture creating small services with a need for light-weight mechanisms, independent deployment, scalability and portability, a container technology like Docker can provide an ideal environment for deployment of these services with respect to speed, isolation management, and lifecycle.
-
2014 JavaScript in Review
2014 has been an impressive year for JavaScript and its place on the web. We've covered a lot of stories on InfoQ from MVC frameworks to small, specialized libraries.
-
Alex Bordei on Scaling NoSQL Databases
Network performance, virtualization and testing are some of the considerations to address performance and scalability issues with NoSQL databases. Alex Bordei wrote about scaling NoSQL databases and tips for increasing performance when using these data stores.
-
Shippable Launches Version 2.0 Leveraging Docker-Based Applications
Shippable recently announced its new platform in the virtualization space, which now supports containerized workflows
-
FoundationDB 3.0 Scales to New Heights
<a href="https://foundationdb.com/">FoundationDB</a> has released version 3.0 of its <a href="https://foundationdb.com/key-value-store">key-value store</a> with a primary focus on scalability and performance.
-
jQuery Takes Over the Pointer Events Polyfill from Google
The Chromium team announced back in August that Google is no longer working on implementing Pointer Events in Chrome in order to focus on Touch Events. Now they have given control to the Pointer Events polyfill library to jQuery which is hoping to “drive developer adoption of this unified event system” and eventually see “all browsers implement this standard natively.”
-
AutoMapper 3 Adds Open Generic and Callback Support
AutoMapper, .NET’s most popular object-to-object mapping library, has been updated with a large set of new features including support for open generics and callbacks. AutoMapper 3.3 is expected to the final version in the 3.x series.