Screaming Notes and Tasks

https://medium.com/media/c4ed344abccb24fde34e345b77e832c5/hrefFor as long as I can remember, I’ve kept my markdown notes in files by date (e.g. 2024–09–17.md) relying on tagging and search to find a note based on content. This works okay, but when I...

Read More
Sep 18, 2024
All your project work, always available, in one place.

Lately, I’ve been thinking a lot about how important it is to keep software artifacts as close to the source code as possible. It’s even more important on large software projects.Most of the projects I’ve encountered in my 26 year career in software...

Read More
Jan 30, 2024
How I automate my changelog with imdone!

I work full time as an advising consultant and software engineer, so I really need to automate a lot my work on imdone. For starters, I use imdone to plan and manage releases of imdone.Being the first user of an imdone release allows me to try out ne...

Read More
Feb 23, 2022
3 Reasons Why TODO Comments Are a Good Thing…

For Uncovering Technical Debt Hiding in Your Code!Over the last 20 years I’ve been an IT Developer, Test Engineer, Software Architect, Enterprise Architect, Engineering Manager, Scrum Master, Entrepreneur and Product Manager. I’ve worked full time in...

Read More
Oct 19, 2017
Exposing technical debt before it’s a problem

Writing software all day, you come across opportunities to refactor or eliminate technical debt. But you can’t always take the time to right the wrongs of programmers past and present. So you write yourself a note, or worse, you write a TODO comment....

Read More
Jun 09, 2017
Tweet from TODO comments with imdone-atom and glitch

imdone-atom and imdone.io have received an upgrade! We now have a new integration type, webhooks. The cool thing about webhooks, is they’re 100% flexible, eventful, and now because of glitch, easy as hell to implement. To get you started, I’ve put to...

Read More
Apr 10, 2017
NEW: imdone-atom 2.2.0 Webhooks!

https://glitch.com/edit/#!/imdone-webhook-twitterNow you can integrate any way you want. Just configure the payloadURL of your imdone.io project’s webhook. The payloadURL will receive an HTTP POST with the following JSON body.{ "taskNow": {}, // h...

Read More
Apr 07, 2017
TODO notifications in Atom Editor

We’ve got a great new feature for you in imdone-atom 2.1.25. Well, it’s been around for a while, but we’ve made it more useful.Now you can quickly get back to work after you answer that call from your kids or respond to your coworker in slack , with...

Read More
Mar 28, 2017
Seriously, imdone

When managing tasks becomes your biggest taskAre you an IT or Business Manager who attends a lot of meetings? Do you take notes, keep to do lists and know what a text editor is? If this sounds like you, then read on because I’m gonna help you save a...

Read More
Feb 21, 2017