Advertisement
Membership
Login
ACCU Buttons
Design of applications and programs or Process Topics or Overload Journal #103 - June 2011
Browse in : |
All
> Topics
> Design All > Topics > Process All > Journals > Overload > o103 All of these categories |
- Options:
- View Article Map
- View Archives
Monitoring: Turning Noise into Signal
Description : Creating useful logging is a constant challenge. Chris Oldwood shows us how structured logging helps.
Category: [ Design of applications and programs | Overload Journal #144 - April 2018 ]
Description : Creating useful logging is a constant challenge. Chris Oldwood shows us how structured logging helps.
Category: [ Design of applications and programs | Overload Journal #144 - April 2018 ]
The Interface to Component Pattern and DynaMix
Description : Dynamic Polymorphism is hard in C++. Borislav Stanimirov demonstrates how the DynaMix library helps.
Category: [ Design of applications and programs | Overload Journal #144 - April 2018 ]
Description : Dynamic Polymorphism is hard in C++. Borislav Stanimirov demonstrates how the DynaMix library helps.
Category: [ Design of applications and programs | Overload Journal #144 - April 2018 ]
Practical Cryptographical Theory for Programmers
Description : Cryptography is a daunting subject. Deák Ferenc helps you get started.
Category: [ Design of applications and programs | Overload Journal #144 - April 2018 ]
Description : Cryptography is a daunting subject. Deák Ferenc helps you get started.
Category: [ Design of applications and programs | Overload Journal #144 - April 2018 ]
Testing Times (Part 2)
Description : Pete Goodliffe continues the journey into software testing.
Category: [ Process Topics | CVu Journal Vol 30, #1 - March 2018 ]
Description : Pete Goodliffe continues the journey into software testing.
Category: [ Process Topics | CVu Journal Vol 30, #1 - March 2018 ]
Getting Personal
Description : Chris Oldwood considers the effect of personal choice on delivering software.
Category: [ Process Topics | CVu Journal Vol 30, #1 - March 2018 ]
Description : Chris Oldwood considers the effect of personal choice on delivering software.
Category: [ Process Topics | CVu Journal Vol 30, #1 - March 2018 ]
A Wider Vision of Software Development
Description : Is code a hopeful arrangement of bytes? Charles Tolman brings his Organising Principles series to a close.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Description : Is code a hopeful arrangement of bytes? Charles Tolman brings his Organising Principles series to a close.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
An MWSR Queue with Minimalist Locking
Description : Multithreaded queues come in many flavours. Sergey Ignatchenko describes his implementation of a multiple writer single reader queue.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Description : Multithreaded queues come in many flavours. Sergey Ignatchenko describes his implementation of a multiple writer single reader queue.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Testing: Choose the Right Level
Description : Testing can be easy. Andy Balaam considers levels to keep your focus just right.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Description : Testing can be easy. Andy Balaam considers levels to keep your focus just right.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
C++ with Meta-classes?
Description : Meta-classes will allow us to detail class requirements. Francis Glassborow compares them to developments of C++ in the 1990s.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Description : Meta-classes will allow us to detail class requirements. Francis Glassborow compares them to developments of C++ in the 1990s.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Practical Scale Testing
Description : Everyone wants scalable systems. Arun Saha explores methods for testing scalability.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Description : Everyone wants scalable systems. Arun Saha explores methods for testing scalability.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Afterwood
Description : Can you code on paper in an interview? Chris Oldwood recounts his attempts to write a calendar.
Category: [ Process Topics | Overload Journal #143 - February 2018 ]
Description : Can you code on paper in an interview? Chris Oldwood recounts his attempts to write a calendar.
Category: [ Process Topics | Overload Journal #143 - February 2018 ]
Visualisation of Multidimensional Data
Description : Frances Buontempo considers how to represent large data sets.
Category: [ Design of applications and programs | CVu Journal Vol 29, #6 - January 2018 ]
Description : Frances Buontempo considers how to represent large data sets.
Category: [ Design of applications and programs | CVu Journal Vol 29, #6 - January 2018 ]
Programmers’ Puzzles
Description : Francis Glassborow reviews his last challenge and presents a new one.
Category: [ Design of applications and programs | CVu Journal Vol 29, #6 - January 2018 ]
Description : Francis Glassborow reviews his last challenge and presents a new one.
Category: [ Design of applications and programs | CVu Journal Vol 29, #6 - January 2018 ]
CAS (Re)Actor for Non-Blocking Multithreaded Primitives
Description : Lock free programming can be difficult. Sergey Ignatchenko shows how copy and swap can work for reactors.
Category: [ Design of applications and programs | Overload Journal #142 - December 2017 ]
Description : Lock free programming can be difficult. Sergey Ignatchenko shows how copy and swap can work for reactors.
Category: [ Design of applications and programs | Overload Journal #142 - December 2017 ]
A Design Example
Description : Design issues cause problems. Charles Tolman considers an organising principle to get to the heart of the matter.
Category: [ Design of applications and programs | Overload Journal #142 - December 2017 ]
Description : Design issues cause problems. Charles Tolman considers an organising principle to get to the heart of the matter.
Category: [ Design of applications and programs | Overload Journal #142 - December 2017 ]
Evolutionary Computing Frameworks for Optimisation
Description : Evolutionary algorithms can find optimal solutions to problems. Aurora RamÃrez and Chris Simons give us an overview.
Category: [ Design of applications and programs | Overload Journal #142 - December 2017 ]
Description : Evolutionary algorithms can find optimal solutions to problems. Aurora RamÃrez and Chris Simons give us an overview.
Category: [ Design of applications and programs | Overload Journal #142 - December 2017 ]
Marking Benches
Description : Too slow! Russel Winder reminds us that benchmarking code performance is a complicated issue.
Category: [ Design of applications and programs | Overload Journal #141 - October 2017 ]
Description : Too slow! Russel Winder reminds us that benchmarking code performance is a complicated issue.
Category: [ Design of applications and programs | Overload Journal #141 - October 2017 ]
Afterwood
Description : Too soon! Chris Oldwood reviews optimisation in the development process.
Category: [ Process Topics | Overload Journal #141 - October 2017 ]
Description : Too soon! Chris Oldwood reviews optimisation in the development process.
Category: [ Process Topics | Overload Journal #141 - October 2017 ]
Navigating a Route
Description : Pete Goodliffe helps us work with unfamiliar code.
Category: [ Process Topics | CVu Journal Vol 29, #4 - September 2017 ]
Description : Pete Goodliffe helps us work with unfamiliar code.
Category: [ Process Topics | CVu Journal Vol 29, #4 - September 2017 ]
A New Competition
Description : Francis Glassborow presents a new challenge for CVu readers.
Category: [ Design of applications and programs | CVu Journal Vol 29, #4 - September 2017 ]
Description : Francis Glassborow presents a new challenge for CVu readers.
Category: [ Design of applications and programs | CVu Journal Vol 29, #4 - September 2017 ]