What's the right amount of context needed for effective code review?
How much context is required for an effective code review? The entire file, the code block, the hunk? What do you guys think?
Tweet 0 Comments Save Tags: opinion , standards , tools , web services
Thoroughly Test Your Services
In this series, Robert Schneider, from our training-partner WiseClouds, goes through what you should be thinking about if you’re testing... more »
Tweet 0 Comments Save Tags: how-to , standards , tools
Things to Consider When Featuring Branching with Continuous Integration
So you’re using Continuous Integration and Mercurial as your VCS. CI is great, you’re loving the feedback and feeling good after a green... more »
Tweet 0 Comments Save Tags: methodology , tools
Innovation in Web Performance
Based on years of experience optimizing modern web applications, we invented a set of techniques for optimizing dynamic content. We refer... more »
Tweet 0 Comments Save Tags: announcement , methodology , tools , web design
Identity is the New Perimeter
It was Bill Gates who said that security should be based on "policy, not topology". It's a phrase which always stuck with me.... more »
Tweet 0 Comments Save Tags: security , tools
Building Human Fault-Tolerant Systems
In this really excellent talk from Strata 2013, Twitter's Nathan Marz walks through the challenges and serious rewards of building... more »
Tweet 0 Comments Save Tags: how-to , tools
Project Plugh: Open Source Log Analysis
I'm building an open source log manage/analysis tool that will offer folks what Splunk offers folks, except it's open.
Tweet 0 Comments Save Tags: open source , server , tools
Continuous Delivery and Long-Term Requirements
In this talk, Paul Gerrard discusses continuous delivery, particularly as it pertains to long-term requirements. Testing up front, he... more »
Tweet 0 Comments Save Tags: methodology , opinion , tools
The Feature That Made All the Difference for One Master Tester
Because our customers are software developers and testers, we get to learn from them nearly everyday. Sometimes they even teach us things... more »
Tweet 0 Comments Save Tags: reviews , tools , web services
Tracing Black Boxes I: JMX Insight Into JVM Performance
JMX stands for Java Management Extensions, and while Wikipedia’s page about JMX is a bit sparse, this IBM developerWorks guide provides a... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , tools
Extract Data from Excel Worksheet & Display as Table in PDF Document
This technical tip shows how to use Aspose.Pdf and Aspose.Cells for converting the excel worksheet into Pdf document. In this all the... more »
Tweet 0 Comments Save Tags: .net , php , tools
How to Handle Complex Computing for Excel Users without VBA Skills?
Various tools are developed for different computing. Among these, Excel is the widely used business spreadsheet software for almost all... more »
Tweet 0 Comments Save Tags: how-to , opinion , reviews , tools
Why Plug-and-Use Desktop BI Software Is So Powerful?
The basic function of a calculator is computing, which can be as simple as the four arithmetic operations and also as complex as the... more »
Tweet 0 Comments Save Tags: opinion , reviews , tools , trends
List of Open Source tools for Apache Flex
This blog various open source tools for developing, testing, building & maintaining Apache flex (previously Adobe Flex) based applications.
Tweet 0 Comments Save Tags: flash-flex , open source , tools
ADP4J : Annotation Driven Properties For Java
ADP4J allows you to inject configuration properties in your objects easily using annotations.
Tweet 0 Comments Save Tags: java , open source , tools
What's New in Chrome 27
Chrome 27 was released on May 22, 2013. You probably have it but can check by clicking the tool icon, then About Google Chrome. If all... more »
Tweet 0 Comments Save Tags: reviews , tools
Fixing Linux Locale Warnings/Errors
Sometimes you may get locale warnings on linux system, learn how to fix them in this tutorial.
Tweet 0 Comments Save Tags: research , server , tools , unix-linux
Visual Studio 2012 Support is Added for Aspose .NET & SSRS Components
Many of our users use Visual Studio to speed up development and help organize their code. It’s a flexible development platform, and... more »
Tweet 0 Comments Save Tags: .net , announcement , news , tools
Through the eyes of sonar : equals and hashCode.
Theory and gotchas to implement equals and hashCode methods.
Tweet 0 Comments Save Tags: java , tools
Stay Connected with the Ch9 Events App
No matter what device you're bringing to TechEd this year, be sure to bring the Ch9 Events app with you!
Tweet 0 Comments Save Tags: microsoft , news , tools , trends
Andy and Okra is your Windows 8 App Store MVVM app building supercharger
Today's Modern Monday project by Andrew Wilkinson is one of those kinds of projects that makes me love developers.
Tweet 0 Comments Save Tags: how-to , methodology , tools
The soul of Kinect For Windows Interactions from Soul Solutions
Today is is like a six for one deal day where we highlight a series of articles from Soul Solutions about our favorite hardware device... more »
Tweet 0 Comments Save Tags: how-to , methodology , microsoft , tools
Creating the Virtual Experiment Laboratory app with the Visual Studio 3D Starter Kit
While many people think of 3D applications as primarily being games, 3D graphics also bring educational apps to life. Roberto... more »
Tweet 0 Comments Save Tags: how-to , microsoft , tools
SFML
SFML provides a simple interface to the various components of your PC, to ease the development of games and multimedia applications. It... more »
Tweet 0 Comments Save Tags: announcement , methodology , news , tools
On GC in Games
To summarize: no mainstream language does this “right”. What you want is a language that’s memory safe, but without relegating every... more »
Tweet 0 Comments Save Tags: methodology , opinion , tools