InfoQ Homepage News
-
Experiences from the Scaled Agile Journey of Vodafone Turkey
At the Agile Greece Summit 2015 Erhan Köseoğlu presented a case study of scaling agile from Vodafone Turkey. InfoQ interviewed him about why Vodafone decided to implement agile, how they dealt with situations where people resisted, how they established a culture that supports agile, how they involved their customers in the agile transition, and which advice he want to give to C-level executives.
-
Android Studio 1.4 Adds Support for Vector Graphics
Google has released Android Studio 1.4 with support for vector graphics, a theme editor, templates for the Design Support Library, and easier connection to a Firebase account.
-
QCon SF '15:Uber, Facebook, Twitter, Netflix Case Studies; Adrian Crockcroft & Erik Meijer Confirmed
QCon San Francisco is coming up on November 16-18th and registrations are up 49% over last year. QCon’s annual practitioner-driven conference is designed for top-level software developers and influencers. A full schedule and list of talks is available at https://qconsf.com.
-
Introducing Reactive Streams
Modern software increasingly operates on data in near real-time. There is business value in sub-second responses to changing information and stream processing is one way to help turn data into knowledge as fast as possible, Kevin Webber explains in an introduction to Reactive Streams.
-
Oracle Propose New Mobile OpenJDK Project
Oracle propose a new OSS project within OpenJDK to focus on porting the JDK to popular mobile platforms such as iOS, Android, and Windows Mobile. Oracle plans on contributing build system, Hotspot and JDK source changes required to target mobile platforms with a version of Java SE.
-
Infosys Scraps Bell Curve for Performance Evaluation
Vishal Sikka, CEO of Infosys announced that Infosys has stopped using the bell curve phenomenon which is used to evaluate its 176,000 employees' performance.
-
Ionide is a New Atom-based F# IDE Written in F#
Ionide, based on the Atom Editor, is a suite of packages that aim to provide a full-featured, modern, cross-platform, open-source IDE for F# development. InfoQ has talked with Ionide’s creator, Krzysztof Cieślak.
-
Reduce the Risk of Failure With Elm
At Strange Loop 2015, Richard Feldman gave an overview of how using Elm in production has sped up his team's development cycle and improved the quality of their app.
-
Meteor 1.2: ECMAScript 2015 and support for AngularJS, React
Meteor 1.2 has been released, announcing ECMAScript 2015 as the official JavaScript of the Meteor platform, along with support for Angular and React.
-
Importance of Cultural Shift in Continuous Delivery Model
Technology leaders are moving towards Continuous Delivery and Agile to accelerate business innovation.This post talks about the importance of cultural shift in successful Continuous Delivery implementation in the organizations.
-
HashiCorp Release Nomad Scheduler and Otto Application Delivery Tool
At the inaugural HashiConf conference, held in Portland, USA, HashiCorp announced the release of a new distributed scheduler platform named ‘Nomad’ that is capable of scheduling containers, VMs and standalone applications; and a new application delivery tool named ‘Otto’ that builds upon the existing Vagrant tool by enabling the management of remote application deployments.
-
Debate: Adding Non-nullable References to C#
The recent proposal to add non-nullable references to C# by Microsoft’s Mads Togersen sparked quite a debate in the .NET community. The reactions were diverse, ranging from praise to preferring status quo.
-
JavaScript Streams Introduced at Strange Loop
At the Strange Loop 2015 conference, Pam Selle introduced streams in JavaScript, showing what they're good for and how developers can use them.
-
Key Takeaways from the 'Agile on the Beach' Conference: Day Two
Key messages on day two of the 'Agile on the Beach' conference included that self-organising teams who embrace ‘autonomy, purpose and mastery’ create a successful and resilient culture, there is need for technical leadership that encompasses programming, people and processes, and being truly agile involves working with ‘an ever evolving set of ever evolving practices’.
-
Domain Events and Eventual Consistency
Eventual consistency is a design approach for improving scalability and performance. Domain events, a tactical element in Domain-Driven Design (DDD), can help in facilitating eventual consistency, Florin Preda and Mike Mogosanu writes in separate blog posts, each describing the advantages achievable.