InfoQ Homepage Architecture & Design Content on InfoQ
-
WinRT/XAML Performance Fundamentals
The three Pillars of Performance, Fast, Fluid, and Efficient, have been the common theme at the performance sessions this year. In the session XAML Performance Fundamentals we see ways to detect and solve problems that prevent us from achieving these pillars.
-
Application Reliability in Windows Store Apps
Testing is critical, but not enough. This is the theme of Harry Pierson’s session on application reliability in Windows Store apps.
-
Performance: Planning Costs Less than Rearchitecting
Making an application “fast” isn’t a real goal because it can’t be measured. An application may seem fast at first, but as performance starts to slip developers often don’t notice it. But this can be fixed by using a vocabulary that describes application performance in terms of concrete, measurable terms.
-
Outsource User Management and Authentication with Stormpath
Most applications these days require user management, authentication, and authorization from the beginning and even a minor mistake can be disastrous. To help developers focus more on what the application actually does, Stormpath is offering turnkey user management and authentication services. Using these services, applications can authenticate users via a single API call.
-
Joy of StackMob
In the beginning of MBaaS, there was StackMob. Since then the mobile ecosystem has become flooded with competitors in this new approach to app dynamics. InfoQ takes a closer look at the Mobile Backend as a Service (MBaaS) provider StackMob and its privacy practices.
-
Programming with Connected Devices in Windows 8.1
A major emphasis of WinRT 8.1 is the ability to control devices over HID, Bluetooth, and USB interfaces. These devices range from toys and gadgets to Point of Sale (POS) hardware to powerful 3D printers.
-
WinRT 8.1, Ready for Line-of-Business
Windows 8.1 brings with it a lot of much needed functionality to WinRT (i.e. Windows Store) apps that make is a viable platform for line of business and point of sale applications. These include multiple-window support, USB/Bluetooth integration, and a HTTP stack that is unified with Internet Explorer’s shared cache.
-
Red Hat Adds Commercial Public Cloud Offering to OpenShift PaaS
Red Hat OpenShift, the open source Platform-as-a-Service (PaaS), introduced a new cloud-hosted commercial edition called OpenShift Online. This gives Red Hat both a private and public edition of OpenShift and fits into Red Hat’s broader strategy of delivering a top-down application stack for the modern enterprise data center.
-
Build Your Own IDE with Gemini
Do you need your own IDE for your project’s domain specific language? One option is Visual Studio Shell, but that is often far too massive to deploy and can be difficult to work with. A lightweight alternative is the Gemini framework by Tim Jones.
-
Evaluating Porting Efforts with Xamarin Mobility Scanner
Xamarin has announced the availability of Xamarin Mobility Scanner, a free online service for scanning .NET libraries in order to evaluate the effort needed to port them to Android, iOS, Windows Phone and Windows Store.
-
Licensing Restrictions Plague the new Portable Class Libraries
Microsoft has been releasing Portable Class Library versions of some really important libraries including the BCL Portability Pack, Async, Stream Compression and ZIP Archives, and Microsoft HTTP Client Libraries. And with the newest version of Mono also supporting PCL, one would think this would be a huge win for cross-platform developers. But that’s not the case.
-
Matthew Kaufman on why Skype is Dropping Peer-to-Peer
In the wake of the NSA revelations in the United States, Skype’s decision to switch from a peer-to-peer network to a server-based network has raised some eyebrows. In a recent email Matthew Kaufman, principal architect of Skype, explained why the change was necessary.
-
WSO2 Donates Stratos to the Apache Foundation
Apache Stratos has entered incubation with contributors from Cisco, NASA, Citrix and Engine Yard, among others. WSO2 still keeps their open source middleware under their control.
-
DB2 Express Now Offers 16 GB of RAM
IBM has relaxed the memory restrictions on the free version of their flagship database. Version 10.5 of DB2 Express-C can now use up to 16 GB of RAM. The product already allowed for unlimited database sizes on disc but is limited to a single socket (2 cores).
-
RESTful Web Services Framework Jersey 2.0 Released, Implementing JAX-RS 2.0 Specification
Final version of the RESTful Web Services Framework Jersey 2.0 was recently released. New features includes a Client API, Hypermedia support, Filters and interceptors, and support for asynchronous Clients and Services. Jersey 2.0 is a reference implementation of the JAX-RS 2.0 API Specification, (JSR 339), released late May.