InfoQ Homepage Architecture & Design Content on InfoQ
-
How Facebook Improved their iOS App Start Time
Facebook engineer Natansh Verma explained how they managed to reduce the launch time of the Facebook app for iOS and shave a few seconds off by streamlining their dependencies and using UDP priming.
-
Google Cloud Security Scanner reaches General Availability
On October 7, 2015 Google announced its App Engine security service, Google Cloud Security Scanner, has reached general availability. This past February, Google launched a beta version of this service.
-
IBM's Swift Response
IBM has committed itself to the Swift platform, with a newly launched Swift Engineering blog and a web-based Swift sandbox environment to allow users to test out Swift code remotely.
-
ASP.NET 5 and .NET Core RC Ready for Production
Microsoft recently released .NET Core and ASP.NET 5 Release Candidate, supported on Windows, OS X and Linux. Microsoft states this release is ready for production and will support it. Both release candidates are considered feature complete on Windows, OS X and Linux, although minor features may still be added until the final release.
-
Java 9 Delayed By 6 Months?
Oracle's Java Chief Architect Mark Reinhold has proposed delaying the release of Java 9 for 6 months to allow for more complete testing of the modularity features at the heart of the release.
-
Microservices and Integration from an Enterprise Perspective
Common misconceptions in large enterprises that Kim Clark meets are that microservices are fine grained WSDL operations or that APIs are microservices. A reason for this is that they are confusing interface granularity with component granularity, Clark claimed in a presentation at this year’s Microservices Conference in London.
-
Introducing Microsoft PowerApps
At the Convergence EMEA 2015 conference, Microsoft introduced its latest service called Microsoft PowerApps. The service is currently in limited preview which will allow selected enterprise customers the opportunity to use the service prior to a general availability release.
-
Introducing Amazon Inspector
At the recent Re:Invent conference, Amazon announced a new security assessment and compliance service. The service is called Amazon Inspector and is currently in preview.
-
Microservices, DevOps and PaaS - The Impact on Modern Java EE Architecture
InfoQ sat down with Markus Eisele, developer advocate at Red Hat, at the Devoxx BE conference, and asked about his thoughts on implementing microservice architectures within large-scale enterprise organisations. The conversation was primarily based on his recent O'Reilly mini-book publication, “Modern Java EE Design Patterns: Building Scalable Architecture for Sustainable Enterprise Development".
-
Verizon's ThingSpace Platform Facilitates Development of New Internet of Things Applications
Verizon has launched a new platform named ThingSpace, the objective of which is to simplify the development and deployment of Internet of Things (IoT) applications. ThingSpace developers can utilize APIs and hardware bundled with developer kits that perform the actual IoT measurements and gather the data for transfer to the analysis platform.
-
Scaling Stateful Services
Caitie McCaffrey, distributed systems engineer at Twitter, talked about the benefits of stateful services which are less known than their stateless counterparts in the industry and how they can be scaled at the Strange Loop conference. The benefits include data locality and higher availability and stronger consistency models. McCaffrey also gave real world examples of stateful services.
-
MongoDB Hits 3.2 and Becomes Enterprise Ready
MongoDB recently announced the newest version of its NoSQL database synonymous product. Building upon the new features introduced in 3.0 release, 3.2 is expanding and solidifying MongoDB’s interest towards the corporate world.
-
WordPress.com Replaces PHP with JavaScript
WordPress.com has replaced PHP with web technologies and a RESTful back-end API for the administration console.
-
Apache Maven JDeps Plugin 3.0.0 Released
A new maven plugin that uses the jdeps utility to find uses of JDK Internal APIs has been released. When activated, the plugin will force a failure if the code uses any internal API. Internal APIs will be unaccessible as of Java 9, therefore this plugin helps developers adapt their code to the next version of Java. Despite being labeled as 3.0.0, this is the first release of the plugin.
-
Microsoft Azure Scale Sets in Public Preview
In a recent blog post, Mark Russinovich, cto of Microsoft Azure, announced a public preview feature called Azure Scale Sets. Azure Scale Sets are an Azure Compute resource which allow you to deploy and manage a group of virtual machines (VMs) as a collective group, or set.