ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Browse in : > Journals > Overload
• Blogs
ACCU Topics  (2)
  • ACCU magic

Type Mosaicing with Consultables and Delegates
Description : If several classes need to work together lots of boilerplate code is often needed. Nicolas Bouillot introduces type mosaicing to avoid this. by Nicolas Bouillot
Category: [ Overload Journal #130 - December 2015 | Programming Topics ]
The Universality and Expressiveness of std::accumulate
Description : Folding is a highly generic operation available through std::accumulate. Paul Keir goes beyond reduction, with the help of C++14’s polymorphic lambdas. by Paul Keir
Category: [ Overload Journal #130 - December 2015 | Programming Topics ]
QM Bites – The two sides of Boolean Parameters
Description : Boolean parameters are tempting but make life difficult. Matthew Wilson advises us to avoid them (almost) all the time. by Matthew Wilson
Category: [ Overload Journal #130 - December 2015 | Programming Topics ]
Identify your Errors better with char[]
Description : Error codes still get used instead of exceptions. Patrick Martin and Dietmar Kühl consider how to use char arrays for better information. by Patrick Martin and Dietmar Kühl
Category: [ Overload Journal #130 - December 2015 | Programming Topics ]
CPU Clocks and Clock Interrupts, and Their Effects on Schedulers
Description : Instructions to sleep for a second almost never result in precisely one second’s sleep. Bob Schmidt walks us through the mechanics of why. by Bob Schmidt
Category: [ Overload Journal #130 - December 2015 | Programming Topics ]
Failure is an option
Description : Motivational speeches and aphorisms are clichés. Frances Buontempo wonders if they sometimes do more harm than good. by Frances Buontempo
Category: [ Overload Journal #129 - October 2015 | Journal Editorial ]
Introducing Concepts
Description : Concepts in C++11 had many false starts. Andrew Sutton show why they are a big deal now they are with us. by Andrew Sutton
Category: [ Overload Journal #129 - October 2015 | Programming Topics ]
Building and Running Software on an Ubuntu Phone
Description : Many of us has a smartphone. Alan Griffiths shows us how to hack an Ubuntu Touch phone. by Alan Griffiths
Category: [ Overload Journal #129 - October 2015 | Programming Topics ]
Password Hashing: Why and How
Description : Password hashing is important. Sergey Ignatchenko explains how to do it properly. by Sergey Ignatchenko
Category: [ Overload Journal #129 - October 2015 | Programming Topics ]
An Inline-variant-visitor with C++ Concepts
Description : Concepts are abstract. Jonathan Coe and Andrew Sutton provide us with a concrete example of their use. by Jonathan Coe
Category: [ Overload Journal #129 - October 2015 | Programming Topics ]
Semi-automatic Weapons
Description : Automating work can save time and avoid mistakes. But Frances Buontempo doesn’t think you should script everything. by Frances Buontempo
Category: [ Overload Journal #128 - August 2015 | Journal Editorial ]
Multi-threading at Business-logic Level is Considered Harmful
Description : Multi-threaded code promises potential speed-up. Sergey Ignatchenko considers how it often slows things down instead. by Sergey Ignatchenko
Category: [ Overload Journal #128 - August 2015 | Programming Topics ]
Two Daemons
Description : Most people have come across C++11’s forwarding references. Dietmar Kühl explains what && really means. by Dietmar Kühl
Category: [ Overload Journal #128 - August 2015 | Programming Topics ]
Don’t Design for Performance Until It’s Too Late
Description : People claim optimisation can cause unreadable code. Andy Balaam argues good performance should be at the core of code design. by Andy Balaam
Category: [ Overload Journal #128 - August 2015 | Programming Topics ]
Template Programming Compile Time String Functions
Description : Practising old exercises in new ways can keep you sharp. Nick Weatherhead demonstrates some well-known code katas using C++ compile time tricks. by Nick Weatherhead
Category: [ Overload Journal #128 - August 2015 | Programming Topics ]
Numbers in JavaScript
Description : JavaScript floating point numbers can confuse C++ programmers. Anthony Williams draws our attention to some surprising behaviour.
Category: [ Overload Journal #128 - August 2015 | Programming Topics ]
Editorial: A little more conversation, a little less action
Description : A tension exists between talking and doing. Frances Buontempo wonders which matters more. by Frances Buontempo
Category: [ Overload Journal #127 - June 2015 | Journal Editorial ]
Meet the Social Side of Your Codebase
Description : Programming requires collaboration. Adam Tornhill suggests some ways to uncover communication paths in your organisation. by Adam Tornhill
Category: [ Overload Journal #127 - June 2015 | Programming Topics ]
Mocks are Bad, Layers are Bad
Description : Many people use mocks in their unit tests. Andy Balaam asks if there’s a better way. by Andy Balaam
Category: [ Overload Journal #127 - June 2015 | Programming Topics ]
Non-Superfluous People: Architects
Description : No developer is an island. Sergey Ignatchenko continues his series of non-superfluous people by looking at the role of architects. by Sergey Ignatchenko
Category: [ Overload Journal #127 - June 2015 | Programming Topics ]
  |<   <<   11   12   13   14   15   16   17   18   19   20   >>   >|