Career Retrospective

This page summarizes the projects mentioned and recommended in the original post on dev.to

AppSignal knows why the f*#k it crashed.
Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
www.appsignal.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. chsm

    Concurrent Hierarchical Finite State Machine language system.

    I decided to attend the University of Illinois, Urbana-Champaign (UIUC). I did my thesis on a C++ implementation of statecharts: CHSM. Without trying, CHSM has actually been used in a few production environments such as Philips, Qualcomm, and for the ANTARES neutrino telescope project at CERN.

  2. AppSignal

    AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.

    AppSignal logo
  3. swishxx

    Simple Web Indexing System for Humans: C++ version

    I decided to write my own indexing and search engine: SWISH++. By simply using balanced binary trees plus mmap instead of traditional I/O, SWISH++’s performance was mere minutes instead of hours.

  4. cdecl

    Composing and deciphering C (or C++) declarations or casts, aka ‘‘gibberish.’’

    In the mean time, I still enjoy hacking on various projects such as cdecl and writing my programming blog. Aside from computers, I enjoy gardening, cooking, and hope to do some travel.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Into the void

    1 project | dev.to | 7 Aug 2026
  • Musings on Structure Declarations

    1 project | dev.to | 21 Feb 2026
  • Good Git Hygiene Practices

    1 project | dev.to | 27 Nov 2025
  • Using Advanced C Preprocessor Macros for a Pre-C23/C++20 __VA_OPT__ Substitute

    1 project | dev.to | 17 Nov 2025
  • Code Coverage Testing in Autotools

    3 projects | dev.to | 12 Nov 2025

Did you know that C++ is
the 7th most popular programming language
based on number of references?