BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Infrastructure Content on InfoQ

  • Managing Change with Immutable Servers

    Immutable servers provide extreme levels of control over system state, however this can require fundamental changes in the views of systems, patterns, deployments, application code, and team structure as Chad Fowler, CTO of 6wunderlist.com, writes in his recent blog post "Trash Your Servers and Burn Your Code: Immutable Infrastructure and Disposable Components".

  • Windows Event Log Integration with ETW

    ETW or Event Tracing for Windows is a high performance logging system that is available for Windows Vista and later operating systems. On a typical system it can handle over 100,000 events per second, but those events are discarded unless something is listening. With the new EventSource library, a portion of those events can be copied to the Windows Event Logged.

  • Ti.Next-What’s It All About Appcelerator?- Part 2 of 2

    In his recent post, ‘Thoughts on Ti.Next’ for the Appcelerator web site, CEO Jeff Haynie talked about the reasons that the popular MBaaS provider is busy revamping Titanium, their signature SDK.

  • Scaling Dropbox

    Being clever about system architecture in advance is hard. Scaling successfully is more about being clever with metrics and introspection, creating efficient build and provisioning processes and being comfortable with radical change. These are some of the keys to scaling at Dropbox according to Rajiv Eranki in his recent presentation at the 2013 RAMP Conference.

  • Combining Data, Intuition and Fun in Lean Startup

    The lean startup is a “scientific approach to creating and managing startups” as Eric Ries describes in the lean startup principles. It uses “hard things” like validated learning with experiments and data. But what the “soft things” like intuition, guts, feelings, passion, inspiration and fun, do they also matter when you are developing new products?

  • Latest Technology Trends on the Radar

    Thoughtworks recently released a new installment of their technology radar highlighting techniques enabling infrastructure as code, perimeterless enterprises, applying proven practices to areas without, and lightweight analytics.

  • Winds of Change: SkyDrive Gets Text Editor, New Name

    Microsoft's SkyDrive is not just getting a new name, but it also is getting enhanced offline browsing abilities as well as a new lightweight text editing component.

  • Atlassian Bamboo 5 Connects the DevOps Dots

    Atlassian, makers of Jira and Confluence, have released version 5 of their continuous delivery tool Bamboo. Its deployment projects connect Jira Issues and code commits to deployments in various environments. It is possible, to mark a deployment as approved or broken. These features create end-to-end transparency from code to deployments supporting DevOps collaboration.

  • Oracle Resurrects getCallerClass, At Least for Now

    Oracle has reversed their decision to remove the method sun.reflect.Reflection.getCallerClass(int) in Java 7u40. The method is planned to remain at least through Java 7.

  • Architects: Chickens or Pigs in an Agile Development Process?

    Can architects play a meaningful role in agile projects, or does their tendency to do “big design up front” make them a sideline resource? Nick Malik, an Enterprise Architect with Microsoft, recently explored this topic in a blog post and concluded that architects can absolutely play a key role in software projects that use Scrum.

  • Scarce Resources Hampering Bug Fixing in Eclipse

    Doug Schaefer, project lead for Eclipse CDT, the Eclipse project that provides Eclipse-style execution, editing, and refactoring to C and C++ projects, laments about the scarcity of resources in the Eclipse community resulting in Eclipse bugs going unaddressed for years.

  • Dependency Principles for SOA

    Earlier this year Ganesh Prasad discussed the concept of thinking of SOA as "Dependency-Oriented Thinking". Based upon further interactions and involvement with real-world use cases, Ganesh has come up with a dozen principles which he believes can help successful SOA.

  • Closing the Gap: Latest Windows Azure Release Beefs Up Database, Load Balancing

    Microsoft VP Scott Guthrie announced a range of updates to Windows Azure that fill in platform gaps while leapfrogging market leader AWS in one particular area. The new database export service provides a much-needed backup capability – albeit with controversial pricing – and the updated Traffic Manager delivers a cross-region load balancing experience that appears superior to what AWS offers.

  • Event Store 2.0 Released with Security Support and the Projections Library in Beta

    Version 2.0 of the Event Store, (an Event Source based persistence engine), was released last week with support for security, allowing for lock down of the Event Store and setting up Access Control Lists on event streams. The Projections library is now in beta and more documentation has been added.

  • Tim Fox: What's new in Vert.x 2.0

    In recent years, new trends like mobile clients and social networks forced web applications to handle more and more concurrent connections. This resulted in new server architectures based on eventing and asynchronicity which you can find for example in Vert.x. Tim Fox told InfoQ what's new in version 2.0 of Vert.x.

BT