dev 148
- My code is not shipped! Should I care? Mar 31, 2021
- C++ concepts in real life Mar 24, 2021
- How to write your own C++ concepts? Part II. Mar 17, 2021
- You have to ask for it! Mar 13, 2021
- How to write your own C++ concepts? Part I. Mar 10, 2021
- Concepts shipped with the C++ standard library Mar 3, 2021
- C++ concepts with classes Feb 24, 2021
- 4 ways to use C++ concepts in functions Feb 17, 2021
- How to turn failures into growth in 5 steps? Feb 13, 2021
- The concept behind C++ concepts Feb 10, 2021
- The big STL Algorithms tutorial: sorting operations Feb 3, 2021
- Can virtual functions have default arguments? Jan 27, 2021
- Passion leads to specialization! Jan 23, 2021
- The big STL Algorithms tutorial: partitioning operations Jan 20, 2021
- Three ways to use the = delete specifier in C++ Jan 6, 2021
- What is virtual inheritance in C++ and when should you use it? Dec 23, 2020
- Santa's Christmas Wishlist Dec 19, 2020
- A story of nasty a bug: AWS DynamoDB UI special character escaping Dec 16, 2020
- The big STL Algorithms tutorial: modifying sequence operations - rotate functions Dec 9, 2020
- Read to boost your career! Dec 5, 2020
- The most important git practice Dec 2, 2020
- Emergent Design: The Evolutionary Nature of Professional Software Development by Scott Bain Nov 28, 2020
- When to use const in C++? Part IV: parameters Nov 25, 2020
- When to use const in C++? Part III: return types Nov 18, 2020
- What do you want from a job, that is the question Nov 15, 2020
- When to use const in C++? Part II: member variables Nov 11, 2020
- When to use const in C++? Part I: functions and local variables Nov 4, 2020
- Sharpen your axe and chop down the tree quickly Oct 31, 2020
- Confessions of an addict: Just a few lines... Oct 28, 2020
- User-defined literals in C++ Oct 21, 2020
- Strong types for containers Oct 14, 2020
- DevReads to fill up your reading list Oct 7, 2020
- Cmake Project Creator at your disposal Sep 30, 2020
- How to share data in Jenkins? Sep 23, 2020
- Happy International Programmers' Day Sep 12, 2020
- The big STL Algorithms tutorial: modifying sequence operations - how to get distinct elements Sep 8, 2020
- Let me introduce Daily Cpp Interview Sep 2, 2020
- Covariant return types Aug 19, 2020
- The big STL Algorithms tutorial: modifying sequence operations - rotate functions Aug 12, 2020
- Virtual Trip Report: C++ On Sea 2020 Jul 29, 2020
- Why should we always catch exceptions by reference? Jul 22, 2020
- The big STL Algorithms tutorial: modifying sequence operations - turn things around Jul 15, 2020
- Try-catch everything without macros Jun 24, 2020
- Occupying a seat vs. show me your skill! Jun 10, 2020
- The big STL Algorithms tutorial: modifying sequence operations - remove calls Jun 3, 2020
- Loops are bad, algorithms are good! Aren't they? May 13, 2020
- The 4 Different Levels of Autonomy Apr 29, 2020
- The big STL Algorithms tutorial: replace N elements Apr 22, 2020
- The quest of private inheritance in C++ Apr 1, 2020
- The seniority trap Mar 18, 2020
- The big STL Algorithms tutorial: modifying sequence operations - fill and generate Mar 11, 2020
- Immediately invoked lambda functions Feb 19, 2020
- What makes a training advanced? Feb 5, 2020
- The big STL Algorithms tutorial: modifying sequence operations - replace* Jan 29, 2020
- I went to DevOps D-Day #5 Jan 15, 2020
- Default Member Initializers in C++ Jan 8, 2020
- The big STL Algorithms tutorial: transform's undefined behaviour Dec 18, 2019
- Does this string declaration compile? Nov 27, 2019
- My DEV birthday gift for you: DEV.to Analytics! Nov 20, 2019
- The big STL Algorithms tutorial: transform Nov 6, 2019
- The brand new assignment expression of Python 3.8 Oct 16, 2019
- The big STL Algorithms tutorial: modifying sequence operations - move and swap Sep 25, 2019
- What's wrong with this person?! No! What's wrong with you? Sep 18, 2019
- The dead singleton and three ways to overcome it Sep 4, 2019
- Why clean code is not the norm? Aug 28, 2019
- The big STL Algorithms tutorial: modifying sequence operations - copy et al. Aug 14, 2019
- Forty and still a dev? Aug 7, 2019
- The big STL Algorithms tutorial: the rest of non-modifying sequence operations Jul 24, 2019
- RivieraDev 2019 - the gastronomical dev conference Jul 16, 2019
- The C++ Standard Library: A Tutorial and Reference by Nicolai Josuttis Jul 10, 2019
- How do you prepare your commits? Jul 3, 2019
- Travel report: CPPP 2019 Jun 26, 2019
- Take the lead! Jun 12, 2019
- The Slow Birth of a Developer Jun 6, 2019
- It's - not - so easy May 22, 2019
- The big STL Algorithms tutorial: find et al. May 15, 2019
- Be severe only with yourself May 1, 2019
- Parameterized testing with GTest Apr 24, 2019
- Lesson of a booking: Don't trust the system! Apr 10, 2019
- The big STL Algorithms tutorial: for_each Apr 3, 2019
- Production code as a playground? Mar 20, 2019
- The Curiously Recurring Template Pattern (CRTP) Mar 13, 2019
- Do your job Feb 27, 2019
- The big STL Algorithms tutorial: all_of, any_of, none_of Feb 20, 2019
- The big STL Algorithms tutorial: Introduction Jan 30, 2019
- Who should be the master? Jan 16, 2019
- The Three Laws of Objects Jan 8, 2019
- Professional learners we are Dec 26, 2018
- Lambda Expressions in C++ Dec 19, 2018
- Reconquering my job in 15 steps Dec 5, 2018
- How to use ampersands in C++ Nov 25, 2018
- A few words about team buildings Nov 14, 2018
- How do you declare a function in C++? Nov 7, 2018
- Live with your results Oct 24, 2018
- How I set up my Git Oct 17, 2018
- Are you a fraud? Oct 3, 2018
- How not to quit Sep 26, 2018
- It's not your job! Sep 5, 2018
- Deliberate practice and memory management Aug 29, 2018
- Stop reading! Aug 15, 2018
- Gilded Rose kata revisited Aug 8, 2018
- The cost of CPU operations Jul 25, 2018
- How to grow antifragile as a developer Jul 11, 2018
- Why to use the 'override' specifier in C++ 11? Jul 5, 2018
- I went to RivieraDEV 2018 Jun 1, 2018
- How to automatically format your C++ code regardless the IDE you use May 30, 2018
- The 7 worst things a manager can do to a newcomer May 4, 2018
- Class initialization and nasty cores Apr 11, 2018
- Sane office environment with code review guidelines Mar 28, 2018
- How to choose your first programming language Mar 21, 2018
- Design Stamina Hypothesis Mar 6, 2018
- Briefly about Mutation Testing Feb 14, 2018
- Practice with a timer! Feb 6, 2018
- How Wine-Disco is progressing? Jan 25, 2018
- Briefly about Mutation Testing Jan 11, 2018
- New year, a new beginning Jan 3, 2018
- Briefly about Chaos Engineering Dec 20, 2017
- Demistify stars in Python Dec 13, 2017
- Cypher tutorial: Relationships with a varying length Dec 6, 2017
- Cypher tutorial: OPTIONAL MATCH Nov 22, 2017
- Cypher tutorial: the RETURN keyword Nov 8, 2017
- Ramping up a new team: let's mob Nov 1, 2017
- Cypher tutorial: the MATCH keyword Oct 25, 2017
- Reflections on the dojo I facilitated at Soiree du Test Logiciel Oct 18, 2017
- Cypher tutorial: the CREATE keyword Oct 11, 2017
- Introduction to cypher Oct 4, 2017
- CodinGame at Amadeus Sep 29, 2017
- Programming on rails: Railway Oriented Programming! Sep 27, 2017
- Upcoming coding dojo about graph databases Sep 15, 2017
- Introduction to graph databases Sep 6, 2017
- What can you use for visualizing a graph? Aug 24, 2017
- How to use rules in JUnit Aug 8, 2017
- Are you a monogamous or a polygamous developer? Jul 25, 2017
- Naming conventions for interfaces in Java Jul 18, 2017
- Meet Neo4j again Jul 11, 2017
- I made my first open source contribution Jun 27, 2017
- Test driven development with Spring Jun 22, 2017
- Horror with Maven - dependency management vs dependencies Jun 20, 2017
- Getting familiar with Kafka Jun 15, 2017
- A new app Jun 12, 2017
- TDD as if you meant it Jun 7, 2017
- Attending my first IT conference May 16, 2017
- Looking for challenges in open source Mar 12, 2017
- Story of a failure Mar 5, 2017
- My latest user story is about being a consultant Feb 22, 2017
- Tooling is great! Jan 24, 2017
- Refactor Knuth's Prime Printer Jan 17, 2017
- The Hashtag Square Jan 6, 2017