Neverwinter’s High Priority Bug
From the outside, writing code can seem closer to the practice of mathematics than something like painting or sculpture. Not so.... more »
Tweet 0 Comments Save Tags: methodology , news , reviews , tools
Using ASM to calculate test coverage in a new way. (Java)
Using ASM to calculate test coverage in a new way. ASM is an all purpose Java bytecode manipulation and analysis framework.
Tweet 0 Comments Save Tags: agile , java , methodology , tools
Architecting for High Availability
Attila Narin discusses AWS concepts: Availability Zones, RDS Multi-AZ deployments, SQS and Auto Scaling, Elastic IP, load balancing, DNS,... more »
Tweet 0 Comments Save Tags: methodology
WPF For the WinForms Coder- Part 2
This isn't exactly a "tutorial" but is a part of this 'WPF for the WinForms coder' transitional series. We all know that Visual... more »
Tweet 0 Comments Save Tags: .net , how-to , methodology , microsoft
Types of MVC Architecture
In this article we will see comparison of different types of MVC architecture we have.
Tweet 0 Comments Save Tags: methodology , open source , php , research
Bezier Curves Part 1 [Linear Algebra Series]
Starting off, what is a Bezier Curve? It is a curve defined by 2 or more control points which determine how the curve looks. The first... more »
Tweet 0 Comments Save Tags: c-and-cpp , flash-flex , how-to , methodology
Slack, the missing concept
This article is oriented to teams with mid-level proficiency in an Agile process, like mine. Impostor syndrome at work or new... more »
Tweet 1 Comments Save Tags: agile , how-to , methodology
Why the Repository Pattern
Follow up to the previous EF framework beginners guide.
Tweet 0 Comments Save Tags: how-to , methodology , server , standards
Let's Measure Something Meaningless
Measuring something meaningful is hard, so let’s measure something that is meaningless but easy. Like your hours at work!
Tweet 0 Comments Save Tags: agile , methodology , opinion , reviews
Absolute Estimating vs. Relative Estimating
I’ve started work on some new videos and this time it’s all about Agile Estimating, Planning and Contracts. This is the obvious next step... more »
Tweet 0 Comments Save Tags: agile , methodology , reviews
Do you have architects or senior developers?
Why there are very few good Java Architects? Well, most people will say to me, that this isn’t true, they have Java Architects in their... more »
Tweet 3 Comments Save Tags: java , methodology , server , trends
Creating Shazam in Java
This got me interested in how a program like Shazam works… And more importantly, how hard is it to program something similar in Java?
Tweet 0 Comments Save Tags: how-to , java , methodology , tools
How to automatically choose a camera viewing angle of any 3D model
When I wrote stljs, a library to read, write, and convert STL to PNG, one of the things I had to decide was how to calculate where the... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
5 Links for Developers and IT Pros 5-17-13
This week: Netflix CIO Mike Kail on redefining IT, the twisted mind of the software tester and promoting Agile in Waterfall culture.
Tweet 0 Comments Save Tags: agile , methodology , trends
Hothousing: New Concept or New Word?
Have you heard the term hothousing? Want to know what it is and how to run a session? When do you use this? What's the format like? What... more »
Tweet 0 Comments Save Tags: agile , frameworks , methodology
Leadership in Software Development.
Developers are very logical and analytical. In the world of DiSC, which is a behavior assessment tool, most programmers fall into the D... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology , reviews
So, I Heard You Guys Like Software Comics
We don't exactly have Scott Adams on staff to draw witty satires about office shinanigans, but we always enjoy putting out a few good... more »
Tweet 0 Comments Save Tags: agile , humor , methodology
Why Are You Not a Software Engineer?
Extreme Programming (XP) has been around for a long time, but most developers are not following these Agile practices.
Tweet 0 Comments Save Tags: agile , methodology
Learn Git Branching
This application is designed to help beginners grasp the powerful concepts behind branching when working with git. We hope you enjoy this... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
Serializing in C++ leveraging template metaprogramming
An approach to object serialization using C++ typing information. When the type of an object is known both at sender and receiver side... more »
Tweet 0 Comments Save Tags: c-and-cpp , methodology , research
Taking One for the Team...the Refactoring of Failure
Allowing for a bank holiday and foreseeable absences, the team's Sprint Planning budget came to around 42 story points. Unfortunately,... more »
Tweet 0 Comments Save Tags: agile , methodology , reviews
In case of emergency, System.exit
Article covering the System.exit method and why it is advisable to avoid using it unless absolutely necessary.
Tweet 1 Comments Save Tags: java , methodology , opinion , usability
Certified Agile: the PMI-ACP Exam
What's the point of PMI's Agile Certified Practitioner (PMI-ACP) certification? What's it like to sit for the exam - and what do you need... more »
Tweet 0 Comments Save Tags: agile , methodology , opinion
Why Most Agile Adoptions Fail
This short video introduces some ideas that will help us map why we can’t get agile going and take effective steps to actually succeed with it.
Tweet 0 Comments Save Tags: agile , how-to , methodology , opinion
Programming :: When to use Interfaces in your application
There are several advantages in utilizing the features of Interfaces in general programming. As you may already know, interfaces define a... more »
Tweet 0 Comments Save Tags: java , methodology