Red-Green-Code

Deliberate practice techniques for software developers

  • Home
  • About
  • Contact
  • Project 462
  • CP FAQ
  • Newsletter

Time Tortoise: An Assembly Binding Log Parser

By Duncan Smith Leave a Comment Nov 18 0

This is one in a series of articles about Time Tortoise, a Universal Windows Platform app for planning and tracking your work schedule. For more on the development of this app and the ideas behind it, see my Time Tortoise category page. I have written before about the .NET Assembly Binding Log Viewer (part 2, […]

Continue

Time Tortoise: Self-Hosting Task Backlog

By Duncan Smith Leave a Comment Nov 11 0

This is one in a series of articles about Time Tortoise, a Universal Windows Platform app for planning and tracking your work schedule. For more on the development of this app and the ideas behind it, see my Time Tortoise category page. In order to be viable for self-hosting, Time Tortoise needs a few more […]

Continue

Time Tortoise: Self-Hosting Cheat Sheet

By Duncan Smith Leave a Comment Nov 2 0

This is one in a series of articles about Time Tortoise, a Universal Windows Platform app for planning and tracking your work schedule. For more on the development of this app and the ideas behind it, see my Time Tortoise category page. It’s November, which means there are only two months left in my Time […]

Continue

Time Tortoise: Resolving Dependencies, Part 3

By Duncan Smith Leave a Comment Oct 28 0

This is one in a series of articles about Time Tortoise, a Universal Windows Platform app for planning and tracking your work schedule. For more on the development of this app and the ideas behind it, see my Time Tortoise category page. I found an interesting technique this week related to the NuGet/xUnit.net dependency issue […]

Continue

Time Tortoise: Using SystemWrapper for Unit Testing

By Duncan Smith Leave a Comment Oct 21 0

This is one in a series of articles about Time Tortoise, a Universal Windows Platform app for planning and tracking your work schedule. For more on the development of this app and the ideas behind it, see my Time Tortoise category page. An ongoing challenge when writing unit tests is isolating the class under test […]

Continue

Time Tortoise: Upgrading to .NET Standard

By Duncan Smith Leave a Comment Oct 14 0

This is one in a series of articles about Time Tortoise, a Universal Windows Platform app for planning and tracking your work schedule. For more on the development of this app and the ideas behind it, see my Time Tortoise category page. In January of this year, when I first started experimenting with the code […]

Continue

Time Tortoise: Daily Summary File, Part 2

By Duncan Smith Leave a Comment Oct 5 0

This is one in a series of articles about Time Tortoise, a Universal Windows Platform app for planning and tracking your work schedule. For more on the development of this app and the ideas behind it, see my Time Tortoise category page. This week’s task: an initial implementation of the Daily Summary File.

Continue

Time Tortoise: Unit Testing SignalR

By Duncan Smith Leave a Comment Sep 27 0

This is one in a series of articles about Time Tortoise, a Universal Windows Platform app for planning and tracking your work schedule. For more on the development of this app and the ideas behind it, see my Time Tortoise category page. In a recent code coverage check, I noticed that I was missing test […]

Continue

Time Tortoise: Daily Summary File

By Duncan Smith Leave a Comment Sep 20 0

This is one in a series of articles about Time Tortoise, a Universal Windows Platform app for planning and tracking your work schedule. For more on the development of this app and the ideas behind it, see my Time Tortoise category page. I’m working on a text file user interface for Time Tortoise. For the […]

Continue

Time Tortoise: Settings, Part 2

By Duncan Smith Leave a Comment Sep 16 0

This is one in a series of articles about Time Tortoise, a Universal Windows Platform app for planning and tracking your work schedule. For more on the development of this app and the ideas behind it, see my Time Tortoise category page. Last week, I described the settings infrastructure that I’m building for Time Tortoise. […]

Continue
  • « Previous Page
  • 1
  • …
  • 33
  • 34
  • 35
  • 36
  • 37
  • …
  • 49
  • Next Page »

Getting Started

Are you new here? Check out my review posts for a tour of the archives:

  • 2023 in Review: 50 LeetCode Tips
  • 2022 in Review: Content Bots
  • 2021 in Review: Thoughts on Solving Programming Puzzles
  • Lessons from the 2020 LeetCode Monthly Challenges
  • 2019 in Review
  • Competitive Programming Frequently Asked Questions: 2018 In Review
  • What I Learned Working On Time Tortoise in 2017
  • 2016 in Review
  • 2015 in Review
  • 2015 Summer Review

Archives

Recent Posts

  • Do Coding Bots Mean the End of Coding Interviews? December 31, 2024
  • Another Project for 2024 May 8, 2024
  • Dynamic Programming Wrap-Up May 1, 2024
  • LeetCode 91: Decode Ways April 24, 2024
  • LeetCode 70: Climbing Stairs April 17, 2024
  • LeetCode 221: Maximal Square April 10, 2024
  • Using Dynamic Programming for Maximum Product Subarray April 3, 2024
  • LeetCode 62: Unique Paths March 27, 2024
  • LeetCode 416: Partition Equal Subset Sum March 20, 2024
  • LeetCode 1143: Longest Common Subsequence March 13, 2024
Red-Green-Code
  • Home
  • About
  • Contact
  • Project 462
  • CP FAQ
  • Newsletter
Copyright © 2025 Duncan Smith