Red-Green-Code

Deliberate practice techniques for software developers

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

Time Tortoise: Timers

By Duncan Smith Leave a Comment Apr 19 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. Consider the basic Time Tortoise workflow: Select an activity Start the timer Do […]

Continue

Time Tortoise: Time Segment Add and Delete

By Duncan Smith Leave a Comment Apr 12 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. Over the past few weeks, I have been implementing time segments. Last week […]

Continue

Time Tortoise: XAML Input Validation

By Duncan Smith Leave a Comment Apr 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. The typical way to create a time segment in Time Tortoise is to […]

Continue

Time Tortoise: Time Segments in the UI

By Duncan Smith Leave a Comment Mar 29 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. Earlier this month, I wrote about time segments, a fundamental part of time […]

Continue

Time Tortoise: Visual Studio 2017 Upgrade

By Duncan Smith Leave a Comment Mar 22 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. Two weeks ago, Visual Studio 2017 officially launched. Although preview and release candidate […]

Continue

Time Tortoise: Time Segments

By Duncan Smith Leave a Comment Mar 15 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. The most fundamental pieces of a time tracker are activities and time segments. […]

Continue

Time Tortoise: Three Test Topics

By Duncan Smith Leave a Comment Mar 8 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. One of the preconditions for using test-driven development is a willingness to spend […]

Continue

Time Tortoise: Code Coverage

By Duncan Smith Leave a Comment Mar 1 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. A key part of test-driven development (TDD) is writing unit tests first, and […]

Continue

Time Tortoise: Add, Save, and List

By Duncan Smith Leave a Comment Feb 22 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. Incremental Build Model Last week I made my first commit to the GitHub […]

Continue

Initial Commit: Time Tortoise

By Duncan Smith Leave a Comment Feb 15 0

Since the beginning of the year, I have been doing some research for a project related to time tracking. As part of the research, I build a tiny sample app to try out the technology stack that I’ll be using. This week, I’m making my first few commits to the GitHub repository that I’ll be […]

Continue
  • « Previous Page
  • 1
  • …
  • 36
  • 37
  • 38
  • 39
  • 40
  • …
  • 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