David Bolton is a software developer with 40 years of experience, including work at major financial and aerospace firms. He has also designed games at Microprose and written C/C++ programming articles for ThoughtCo in addition to his writings on software development for Dice.
Articles by David Bolton
-
Improving Your Chances at a Job Interview
I was recently given the joyful task of recruiting a developer to our team. “It’ll be easy,” I was told: just ask the HR department to put the word out to a few recruitment agents, they’ll send y… -
5 Ways of Telling That You Used AI on Your CV
Modern AIs based on Large Language Models (LLMs) are pretty amazing. You can use them as writing assistants to create or summarize documents, generate code in many languages (so long as they are… -
What's the Future of C++?
For some time, C++ has seemingly faced a slow decline in popularity. It is now ranked between sixth and ninth places in the most recent GitHub Octoverse and StackOverflow’s developer survey, resp… -
Tips for Reducing Cognitive Load When Coding
What is cognitive load and why do we want to reduce it? When you are reading a block of code, cognitive load is the mental effort needed to understand it. The greater the complexity, the higher t… -
5 Popular IDEs for You to Explore
Back in the Dark Ages (i.e., the 1970s and early 1980s), programming compiled languages was a bit of a clunky process: load the editor, edit the source code, save it out, run the compiler; if any… -
4 Alternatives to Microsoft Publisher You Can Use Today
Back in February 2024, Microsoft announced that its Publisher DTP (Desktop Publishing Solution) will go out of support in October 2026 and no longer be included in Microsoft 365 plans. It's not a… -
State of Kotlin in 2024
Of the two programming languages named after islands, Kotlin at 13 years old is a relative newcomer compared to Java at almost 30 years old. Despite its relative youth, however, Kotlin has made r… -
Do You Have SMART Goals at Work?
You may have only recently heard of SMART (Specific, Measurable, Achievable, Relevant, and Timely) goals, but the concept has been around for decades. It started out as a management-focused frame… -
Swapping C++ for Rust: The Upskilling Opportunity You have Been Waiting for
It's quite a thing when the White House through the Office of the National Cyber Director produces a 19 page technical report saying it's time to start writing memory-safe software. In it we read… -
Advice for New Software Developers and Engineers
So you’re becoming a software developer. What do you need to know about the profession? How can you put yourself in a great position to succeed? Breaking into software development is exciting, bu…