InfoQ Homepage Development Content on InfoQ
-
Enterprise Developers Stuck on .NET 4.0
Whenever a new version of the CLR is released, such as .NET 2.0 and 4.0, developers are understandably reluctant to upgrade. CLR updates bring subtle changes to the runtime behavior that can break pre-existing code. But when it comes to .NET 4.5’s library-only release, the problem comes down to operating systems.
-
.NET Immutable Collections Ready for Production
With the exception of ImmutableArray, Microsoft’s Base Class Library team has completed their production version of .NET’s Immutable Collections. Along with it are design guidelines for other types of immutable objects.
-
Developers Instantly See Code in Context With New Cloud-Based Codenvy Factory
Cloud-based IDE provider Codenvy has introduced the idea of “instant projects” where developers can jump into a configured environment and immediately begin coding. These temporary environments require no authentication and open up interesting new possibilities for developers seeking community assistance or evaluating technology.
-
Open Source Tablet Unveiled at JavaOne
During this year's JavaOne conference, Oracle engineers unveiled a prototype tablet made with off-the-shelf parts and an interface built on Java SE 8. The "DukePad", as it is known, was revealed to attendees during the conference's technical keynote.
-
Webix JavaScript UI Library Helps to Build Cross Platform HTML5 and CSS3 Applications
XB Software Ltd has recently released its JavaScript UI library codenamed Webix which includes over 40 components that enables you to build not only Android and iOS apps but also traditional windows and web based applications.
-
WebStorm 7.0 Adds Support for Even More Web Technologies
JetBrains has just released WebStorm 7.0 GA with support for EJS, Mustache, Handlebars, Web Components, Stylus, Karma, Istanbul, Compass, and comes with various enhancements.
-
Ceylon Is Feature Complete
Gavin King, leader of the Ceylon project, has announced the availability of M6 release, which has also been tagged as Ceylon 1.0 Beta, the language been considered feature complete. This release includes complete language specification, a command-line toolset – compilers for JVM and JavaScript VMs, documentation compiler –, an SDK, and an Eclipse-based IDE.
-
Using Feedback Techniques for the gov.uk Website
Jake Benilov will give a talk on September 27 at Agile Tour Brussels about feedback techniques used for making gov.uk. InfoQ did an interview with Jake about using the feedback techniques and how the team applies lean startup with minimum viable products to do user research.
-
PowerShell Tools for Visual Studio with Editor, Debugger Extensions and Project System Support
PowerShell Tools for Visual Studio has been released with features such as syntax highlighting, IntelliSense, code folding, function navigation, script Output in addition to support for breakpoint, locals, stack frame and project system.
-
QConSF '13: JS Creator Brendan Eich Keynote Confirmed; Engineering Culture, Hadoop, NoBackend
71% of speakers have been confirmed - including keynoters Brendan Eich and Rich Hickey - for the 7th annual QCon San Francisco 2013. New to the schedule this year: In-depth tracks on Hadoop, Engineering Culture, 'NoBackend', and the API Lifecycle. QConSF will take place at the Hyatt Regency San Francisco at the Embarcadero on November 11-15, 2013. Register before Oct 25th and save $400.
-
InfoQ's Interview with Trevor Eckhart- “Discoverer” of Carrier IQ Root Kit
Trevor Eckhart became a household name when his video demonstrating Carrier IQ software in action and the questions that it engendered went viral. Culminating in the Department of Homeland Security’s recent recommendation to government employees to ensure that their mobile devices are Carrier IQ-free. InfoQ caught up with Mr. Eckhart for an update on this perceived threat to mobile privacy.
-
Icenium Mist Adds ZIP Upload, Remote GIT, Moving Code Blocks and Keyboard Shortcuts
Icenium Mist enables you to extract the contents of a ZIP file including the ability to access GIT remotely. It also provides support for moving code blocks within the code editor and also adds keyboar shortcuts for commonly used tasks.
-
JRuby 9K Expected in 2014 Ready for Production
Charles Nutter, one of the lead developers of JRuby, announced the release of version 9000 (9K) in 2014. The new release targets the same feature set as Ruby MRI 2.0 and possibly 2.1 as well. Better performance, concurrency support and overall availability and portability provided by the use of the JVM can make this version suitable for production systems.
-
Just in Time Notifications for Visual Studio 2013
Visual Studio 2013 is integrating a revised Notification Center to inform when updates are available and quickly prioritize their importance.
-
Why You Should Care About Behaviour-Driven Development
Agile has helped us move away from creating upfront requirements but we still have a huge amount of waste with lots of discovery and misunderstandings late in sprints. BDD is meant to decrease this by improving the communication between people working in the problem and solution domains, Matt Wynne states in a recent overview of Behaviour-Driven Development.