Skip to content

Planet Code

subscribe

Tweets #ACCUConf @ACCUConf @ACCUOrg

Recent Posts

  • Getting key results right
  • The Excess Strategic WIP problem
  • A new career in software development: advice for non-youngsters
  • Return of the sprint goal? (Infographic)
  • How I write books (my new book)
  • Evaluating estimation performance
  • A Review: Incineration Fest 2022 – Metal is back!
  • The Middle Way – a.k.
  • Twitter and evidence-based software engineering
  • The only thing you can do wrong, and the opposite of agile
  • User Stories by Example: certifcate added to the free courses
  • Improving my vimrc live on stream
  • Evidence-based Software Engineering: now in paperback form
  • Programming language similarity based on their traits
  • On Pitfall – student
  • Devin Townsend at the Royal Albert Hall (again)
  • Agile OKRs extra – yet another book
  • Ecology as a model for the software world
  • How I write books – A book about books
  • NoEstimates panders to mismanagement and developer insecurity
  • Testing Our Students – a.k.
  • Learnings from Decapitated
  • Its the engineers, stupid – one from the heart
  • Réussir avec les OKR en Agile (French OKRs)
  • 4,000 vs 400 vs 40 hours of software development practice
  • No unified theory of agile (Agile mindset cont.)
  • Anthropological studies of software engineering
  • Letter to Anneliese Dodds on the invasion of Ukraine by Russia
  • Galactic North (a review)
  • Study of developers for the cost of a phase I clinical drug trial
  • On A Generally Fractal Family – student
  • User Stories by Example tutorials now Free
  • Growth in FLOPS used to train ML models
  • Migrating source code from RCS to Mercurial
  • The Agile Elephant and the agile mindset
  • Comparison of Matrix events before and after “Extensible Events”
  • Cost-effectiveness decision for fixing a known coding mistake
  • Time For A Chi Test – a.k.
  • Software engineering research is a field of dots
  • wordlexpr: compile-time wordle in c++20
  • A review: Inhibitor Phase by Alastair Reynolds
  • How can I pin dependent packages when using use-package?
  • Estimation experiments: specification wording is mostly irrelevant
  • Pitfall – baron m.
  • Another quick Isso setup tweak
  • Visual Lint 8.0.8.351 has been released
  • semgrep: the future of static analysis tools
  • The difficulties of cascading OKRs
  • Finding patterns in construction project drawing creation dates
  • A Clash of Kings a Review

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Category: Tooling

Docker4c: portable C++ development environment

Installing everything we need to develop C++ applications can be a lengthy, even painful process. Docker makes it possible to build a development environment once and deploy it everywhere. The […]

The post Docker4c: portable C++ development environment appeared first on Simplify C++!.

Posted on 2021-07-25Author Arne MertzCategories c#, Development, Tooling

Reproducible build: environments and scripts

Have you ever seen one of those nasty errors that appear on one machine and not on another? To be able to track those down we need a reproducible build […]

The post Reproducible build: environments and scripts appeared first on Simplify C++!.

Posted on 2018-07-11Author Arne MertzCategories Development, Tooling

Hello CMake!

Since I have mentioned CMake in a handful of past blog posts, it is time to give a short introduction for those that don’t know it yet. CMake is one […]

The post Hello CMake! appeared first on .

Posted on 2018-05-23Author Arne MertzCategories CMake, Tooling

How to Perform Unit Testing Native C++ Code in Visual Studio

Today’s guest post is by Saurabh Hooda. Saurabh is one of the co-founders of hackr.io. You can find Saurabh on Twitter and Medium. image source C++ is, hands down, one […]

The post How to Perform Unit Testing Native C++ Code in Visual Studio appeared first on .

Posted on 2018-04-18Author Saurabh HoodaCategories c#, testing, Tooling

Refactoring Support in Cevelop

In the last days, I’ve played around with Cevelop a bit, mainly interested in the refactoring capabilities it offers. Of course, one of the main points of a modern IDE […]

The post Refactoring Support in Cevelop appeared first on .

Posted on 2017-09-17Author Arne MertzCategories Refactoring, Tooling
Proudly powered by WordPress