Advertisement
Membership
Login
ACCU Buttons
Design of applications and programs
Browse in : |
All
> Topics
> Design |
- Options:
- View Article Map
- View Archives
Practical Cryptographical Theory for Programmers
Description : Cryptography is a daunting subject. Deák Ferenc helps you get started.
Category: [ Overload Journal #144 - April 2018 ]
Description : Cryptography is a daunting subject. Deák Ferenc helps you get started.
Category: [ Overload Journal #144 - April 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: [ Overload Journal #143 - February 2018 ]
Description : Is code a hopeful arrangement of bytes? Charles Tolman brings his Organising Principles series to a close.
Category: [ 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: [ 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: [ 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: [ Overload Journal #143 - February 2018 ]
Description : Testing can be easy. Andy Balaam considers levels to keep your focus just right.
Category: [ 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: [ 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: [ Overload Journal #143 - February 2018 ]
Practical Scale Testing
Description : Everyone wants scalable systems. Arun Saha explores methods for testing scalability.
Category: [ Overload Journal #143 - February 2018 ]
Description : Everyone wants scalable systems. Arun Saha explores methods for testing scalability.
Category: [ Overload Journal #143 - February 2018 ]
Visualisation of Multidimensional Data
Description : Frances Buontempo considers how to represent large data sets.
Category: [ CVu Journal Vol 29, #6 - January 2018 ]
Description : Frances Buontempo considers how to represent large data sets.
Category: [ CVu Journal Vol 29, #6 - January 2018 ]
Programmers’ Puzzles
Description : Francis Glassborow reviews his last challenge and presents a new one.
Category: [ CVu Journal Vol 29, #6 - January 2018 ]
Description : Francis Glassborow reviews his last challenge and presents a new one.
Category: [ 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: [ Overload Journal #142 - December 2017 ]
Description : Lock free programming can be difficult. Sergey Ignatchenko shows how copy and swap can work for reactors.
Category: [ 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: [ 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: [ 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: [ 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: [ Overload Journal #142 - December 2017 ]
Marking Benches
Description : Too slow! Russel Winder reminds us that benchmarking code performance is a complicated issue.
Category: [ Overload Journal #141 - October 2017 ]
Description : Too slow! Russel Winder reminds us that benchmarking code performance is a complicated issue.
Category: [ Overload Journal #141 - October 2017 ]
A New Competition
Description : Francis Glassborow presents a new challenge for CVu readers.
Category: [ CVu Journal Vol 29, #4 - September 2017 ]
Description : Francis Glassborow presents a new challenge for CVu readers.
Category: [ CVu Journal Vol 29, #4 - September 2017 ]
A Usable C++ Dialect that is Safe Against Memory Corruption
Description : Suitable allocators for (Re)Actors can speed things up. Sergey Ignatchenko continues his investigation in Allocator for (Re)Actors (Part 2).
Category: [ Overload Journal #140 - August 2017 ]
Description : Suitable allocators for (Re)Actors can speed things up. Sergey Ignatchenko continues his investigation in Allocator for (Re)Actors (Part 2).
Category: [ Overload Journal #140 - August 2017 ]
Metaclasses: Thoughts on Generative C++
Description : Can you simplify C++ with minimal library extension? Herb Sutter shows how metaclasses could make this possible.
Category: [ Overload Journal #140 - August 2017 ]
Description : Can you simplify C++ with minimal library extension? Herb Sutter shows how metaclasses could make this possible.
Category: [ Overload Journal #140 - August 2017 ]
A Functional Alternative to Dependency Injection in C++
Description : Dependency injection allows flexibility. Satprem Pamudurthy showcases a functional alternative in C++.
Category: [ Overload Journal #140 - August 2017 ]
Description : Dependency injection allows flexibility. Satprem Pamudurthy showcases a functional alternative in C++.
Category: [ Overload Journal #140 - August 2017 ]
Rip It Up and Start Again
Description : Jez Higgins shares a tale of re-implementing a software system.
Category: [ CVu Journal Vol 29, #3 - July 2017 ]
Description : Jez Higgins shares a tale of re-implementing a software system.
Category: [ CVu Journal Vol 29, #3 - July 2017 ]
Non-Superfluous People: UX Specialists
Description : User experience specialists are sometimes regarded as superfluous people. Sergey Ignatchenko demonstrates why they can be vital.
Category: [ Overload Journal #126 - April 2015 ]
Description : User experience specialists are sometimes regarded as superfluous people. Sergey Ignatchenko demonstrates why they can be vital.
Category: [ Overload Journal #126 - April 2015 ]
Does Test-Driven Development Harm Clarity?
Description : Is clarity the key thing to aim for when writing software? Andy Balaam considers if TDD harms clarity and if this matters.
Category: [ Programming Topics | Overload Journal #122 - August 2014 ]
Description : Is clarity the key thing to aim for when writing software? Andy Balaam considers if TDD harms clarity and if this matters.
Category: [ Programming Topics | Overload Journal #122 - August 2014 ]
KISSing SOLID Goodbye
Description : Can you remember what SOLID stands for? Chris Oldwood distills it down to two easy to remember principles.
Category: [ Programming Topics | Overload Journal #122 - August 2014 ]
Description : Can you remember what SOLID stands for? Chris Oldwood distills it down to two easy to remember principles.
Category: [ Programming Topics | Overload Journal #122 - August 2014 ]