InfoQ Homepage Development Content on InfoQ
-
Swift’s Benchmarking Suite is Now Open Source
Apple has open sourced Swift’s benchmarking suite, a key piece in tracking Swift performance and catching performance regressions when adding new features to the language.
-
Jevgeni Kabanov and Sten Suitsev, from ZeroTurnaround, Talk about JRebel for Android
After announcing the first stable release of JRebel for Android, InfoQ reached out to Jevgeni Kabanov, founder and CEO of ZeroTurnaround, and Sten Suitsev, Product Manager of JRebel for Android, to find out more about what lead to the creation of this product and what might be coming next in their pipeline.
-
From Monolith to Microservices, Zalando's Journey
Last week Microxchg 2016, one of the leading conferences about microservices was held in Berlin, Germany. Rodrigue Schaefer from Zalando gave a speech about their transition from a monolithic application to microservices. This article explores in detail the findings and challenges faced by a large organization with over 1000 engineers migrating to microservices.
-
Discontinued Technology in .NET Core
While some applications will have an easy migration path to .NET Core, especially ones based on ASP.NET MVC, others may run into problems. Not just obvious ones such as porting from WinForms or WPF to Universal Windows Applications (UWP), but subtler issues that are deep within the core of the .NET Framework.
-
Organisational Learning and the Importance of Real Communication
InfoQ interviewed Stephen Carver about how bringing in procedures and rules often doesn't help to prevent problems, enabling communication between engineers working in different companies, taking learnings from failure to a next level to prevent similar problems, and what engineers can do if they want to influence decisions on developing and releasing products.
-
Microsoft Announces ASP.NET Core Schedule Changes and Renaming Clarifications
Microsoft made some clarifications on ASP.NET a few weeks ago. Jeffrey T. Fritz, program manager at Microsoft, explains the recent changes in the schedule. He also gives some details related to the renaming from ASP.NET 5 to ASP.NET Core 1.0.
-
Mozilla Announces Focus on Connected Devices
Mozilla has this week revealed more details regarding its intention to pivot from Firefox OS to “Connected Devices” -- to some concern from the community.
-
GitHub Pages Moves to Jekyll 3.0 to Improve Performance
According to GitHub, Jekyll 3.0 will make GitHub Pages faster and easier to use, though the switch will not be painless for all existing sites due to some features being removed in the process.
-
Racket 6.4 Improves Security and Adds Incremental Garbage Collection
Racket, a multi-paradigm programming language belonging to the Lisp/Scheme family, has reached version 6.4, PLT announced. The new version adds several new features, including an incremental garbage collector (GC), and fixes a vulnerability in the web server.
-
Apple Open CloudKit to Server-to-Server Requests
Apple has recently announced that CloudKit, OS X and iOS framework that provides access to Apple’s cloud platform, is now open to server-to-server web requests. This removes the previous restriction of accessing the CloudKit public database only from iOS and Mac apps and through Apple’s web site.
-
Angular Releases Version 1.5, Narrows Focus
Angular 1.5 has been released, introducing a new component helper which aims to get developers closer to what they'll encounter in version 2, easing the transition. Along with a flurry of other new features, version 1.5 is the biggest update in 9 months.
-
Microxchg Conference Day 2 Recap
The second day of the Microxchg conference took place last Friday with more interesting talks coming up. Stefan Tilkov analyzed from his consulting experience how different is architecture in the real world, with microservices blending in a disconnected mess with potentially several different frontend monoliths. Adrian Cockcroft from Battery Ventures and ex-Netflix took the stage next, arguing ...
-
Puppet Enterprise Targets Application Orchestration
Rags Srinivas talks to Luke Kanies, CEO of Puppet Labs and a seasoned DevOps veteran about application orchestration, the past, present and future of DevOps.
-
Retargeting .NET Code
Given the number of different platforms .NET developers can choose from, switching target platforms can be a chore given the difference in APIs available. The .NET Portability Analyzer provides a way to simplify a platform switch and supports moving .NET code in either direction.
-
GitHub's Scientist Aims to Help Refactoring Critical Paths
GitHub has just made available Scientist 1.0, a Ruby library that will help developers refactor or rewrite their code with confidence, writes GitHub engineer Jesse Toth, and that was used at GitHub over the last few years for a number of projects. InfoQ has spoken with Toth.