Advertisement
Membership
Login
ACCU Buttons
Browse in : | > Journals > Overload |
• Blogs
ACCU Topics
(2)
- ACCU magic
Afterwood
Description : Magazines sometimes use the back page for adverts or summaries. Chris Oldwood has decided to provide us with his afterwords, or ‘afterwood’. by Chris Oldwood
Category: [ Overload Journal #133 - June 2016 ]
Description : Magazines sometimes use the back page for adverts or summaries. Chris Oldwood has decided to provide us with his afterwords, or ‘afterwood’. by Chris Oldwood
Category: [ Overload Journal #133 - June 2016 ]
Editorial: Where Does All The Time Go?
Description : There’s never enough time. Frances Buontempo wonders what this really means. by Frances Buontempo
Category: [ Overload Journal #132 - April 2016 | Journal Editorial ]
Description : There’s never enough time. Frances Buontempo wonders what this really means. by Frances Buontempo
Category: [ Overload Journal #132 - April 2016 | Journal Editorial ]
The Tao of Scratch
Description : Scratch is an environment designed to help young people learn to code. Patrick Martin walks us through it. by Patrick Martin
Category: [ Overload Journal #132 - April 2016 | Programming Topics ]
Description : Scratch is an environment designed to help young people learn to code. Patrick Martin walks us through it. by Patrick Martin
Category: [ Overload Journal #132 - April 2016 | Programming Topics ]
Knowledge-Sharing Architects As An Alternative to Coding Architects
Description : Should architects write code? Sergy Ignatchenko explores this controversial subject. by Sergey Ignatchenko
Category: [ Overload Journal #132 - April 2016 | Programming Topics ]
Description : Should architects write code? Sergy Ignatchenko explores this controversial subject. by Sergey Ignatchenko
Category: [ Overload Journal #132 - April 2016 | Programming Topics ]
QM Bites: Understand Windows OS Identification Preprocessor Macros
Description : There’s confusion between user-defined and predefined Windows 32/64-bit operating-system identification macros. Matthew Wilson shines light on the issue. by Matthew Wilson
Category: [ Overload Journal #132 - April 2016 | Programming Topics ]
Description : There’s confusion between user-defined and predefined Windows 32/64-bit operating-system identification macros. Matthew Wilson shines light on the issue. by Matthew Wilson
Category: [ Overload Journal #132 - April 2016 | Programming Topics ]
Why Collaboration is Key for QA Teams in an Agile World
Description : Agile processes can have an impact on QA departments. Greg Law considers how they can adapt to survive and even thrive. by Greg Law
Category: [ Overload Journal #132 - April 2016 | Process Topics ]
Description : Agile processes can have an impact on QA departments. Greg Law considers how they can adapt to survive and even thrive. by Greg Law
Category: [ Overload Journal #132 - April 2016 | Process Topics ]
How to Diffuse Your Way Out of a Paper Bag
Description : Diffusion models can be used in many areas. Frances Buontempo applies them to paper bag escapology. by Frances Buontempo
Category: [ Overload Journal #132 - April 2016 | Programming Topics ]
Description : Diffusion models can be used in many areas. Frances Buontempo applies them to paper bag escapology. by Frances Buontempo
Category: [ Overload Journal #132 - April 2016 | Programming Topics ]
Stufftar
Description : How do you quickly transfer data from one machine to another? Ian Bruntlett shows us the bash script he uses. by Ian Bruntlett
Category: [ Overload Journal #132 - April 2016 | Programming Topics ]
Description : How do you quickly transfer data from one machine to another? Ian Bruntlett shows us the bash script he uses. by Ian Bruntlett
Category: [ Overload Journal #132 - April 2016 | Programming Topics ]
QM Bites: looping for-ever
Description : Never-ending loop constructs can confound user and compiler in subtle ways. Matthew Wilson offers advice to maximise portability and transparency.
Category: [ Overload Journal #132 - April 2016 | Programming Topics ]
Description : Never-ending loop constructs can confound user and compiler in subtle ways. Matthew Wilson offers advice to maximise portability and transparency.
Category: [ Overload Journal #132 - April 2016 | Programming Topics ]
Using Enum Classes as Bitfields
Description : Scope enums have many advantages over standard enums. Anthony Williams shows how to use them as bitmasks. by Anthony Williams
Category: [ Overload Journal #132 - April 2016 | Programming Topics ]
Description : Scope enums have many advantages over standard enums. Anthony Williams shows how to use them as bitmasks. by Anthony Williams
Category: [ Overload Journal #132 - April 2016 | Programming Topics ]
9.7 Things Every Programmer Really, Really Should Know
Description : Most of us have heard of the twelve step program. Teedy Deigh introduces a 9.7 step plan for programmers.
Category: [ Overload Journal #132 - April 2016 | Programming Topics ]
Description : Most of us have heard of the twelve step program. Teedy Deigh introduces a 9.7 step plan for programmers.
Category: [ Overload Journal #132 - April 2016 | Programming Topics ]
Editorial: Be lucky
Description : Do you consider yourself unlucky? Frances Buontempo wonders what we can do to avoid disasters. by Frances Buontempo
Category: [ Overload Journal #131 - February 2016 | Journal Editorial ]
Description : Do you consider yourself unlucky? Frances Buontempo wonders what we can do to avoid disasters. by Frances Buontempo
Category: [ Overload Journal #131 - February 2016 | Journal Editorial ]
Defining Concepts
Description : Concepts provide a new way of constraining code. Andrew Sutton shows us how to define and use them. by Andrew Sutton
Category: [ Overload Journal #131 - February 2016 | Programming Topics ]
Description : Concepts provide a new way of constraining code. Andrew Sutton shows us how to define and use them. by Andrew Sutton
Category: [ Overload Journal #131 - February 2016 | Programming Topics ]
On Zero-Side-Effect Interactive Programming, Actors, and FSMs
Description : Functional programming is alien to many programmers. Sergey Ignatchenko considers parallels between actors and finite state machines.
Category: [ Overload Journal #131 - February 2016 | Programming Topics ]
Description : Functional programming is alien to many programmers. Sergey Ignatchenko considers parallels between actors and finite state machines.
Category: [ Overload Journal #131 - February 2016 | Programming Topics ]
Template Programming Compile Time Combinations & Sieves
Description : Functional style frequently uses sequences. Nick Weatherhead applies these ideas to combinations in C++. by Nick Weatherhead
Category: [ Overload Journal #131 - February 2016 | Programming Topics ]
Description : Functional style frequently uses sequences. Nick Weatherhead applies these ideas to combinations in C++. by Nick Weatherhead
Category: [ Overload Journal #131 - February 2016 | Programming Topics ]
Classdesc: A Reflection System for C++11
Description : C++ lacks direct support for reflection. Russell Standish brings an automated reflection system for C++, Classdesc, up to date. by Russell Standish
Category: [ Overload Journal #131 - February 2016 | Programming Topics ]
Description : C++ lacks direct support for reflection. Russell Standish brings an automated reflection system for C++, Classdesc, up to date. by Russell Standish
Category: [ Overload Journal #131 - February 2016 | Programming Topics ]
QM Bites : Maximising Discoverability of Virtual Methods
Description : C++11 introduced override as a contextual keyword. Matthew Wilson encourages us to use it. by Matthew Wilson
Category: [ Overload Journal #131 - February 2016 | Programming Topics ]
Description : C++11 introduced override as a contextual keyword. Matthew Wilson encourages us to use it. by Matthew Wilson
Category: [ Overload Journal #131 - February 2016 | Programming Topics ]
So Why is Spock Such a Big Deal?
Description : Spock testing in a Java environment is all the rage. Russel Winder talks through the history of testing on the JVM and demonstrates why Spock is so groovy. by Russel Winder
Category: [ Overload Journal #131 - February 2016 | Programming Topics ]
Description : Spock testing in a Java environment is all the rage. Russel Winder talks through the history of testing on the JVM and demonstrates why Spock is so groovy. by Russel Winder
Category: [ Overload Journal #131 - February 2016 | Programming Topics ]
Editorial: Reduce, reuse, recycle
Description : The introduction of a carrier bag tax has caused a little fuss. Frances Buontempo considers if it has lessons for programmers.
Category: [ Overload Journal #130 - December 2015 | Journal Editorial ]
Description : The introduction of a carrier bag tax has caused a little fuss. Frances Buontempo considers if it has lessons for programmers.
Category: [ Overload Journal #130 - December 2015 | Journal Editorial ]
Once Again on TCP vs UDP
Description : TCP and UDP have different properties. Sergey Ignatchenko weighs up their pros and cons. by Sergey Ignatchenko
Category: [ Overload Journal #130 - December 2015 | Programming Topics ]
Description : TCP and UDP have different properties. Sergey Ignatchenko weighs up their pros and cons. by Sergey Ignatchenko
Category: [ Overload Journal #130 - December 2015 | Programming Topics ]