Explore >> Select a destination


You are here

lenholgate.com
| | www.lenholgate.com
0.2 parsecs away

Travel
| | [AI summary] The author shares updates on their embedded assembly programming journey, specifically detailing their successful implementation of unit testing for serial protocol code in a servo controller project.
| | loufranco.com
2.4 parsecs away

Travel
| | [AI summary] The article discusses strategies for effectively adding unit testing to old codebases, emphasizing testing before refactoring, while learning the code, and before fixing bugs to ensure reliability.
| | colinmackay.scot
3.5 parsecs away

Travel
| | This is the first in a series of posts on Paramore.Brighter. I'm writing this as a series of recipes, with the aim of you picking up a point quickly and getting going with it. The code for this post is on GitHub, you can find it here: GitHub Basic solution In .NET Core there is
| | anthonysciamanna.com
16.3 parsecs away

Travel
| Code katas provide an opportunity to practice our software development skills, recognize patterns, and learn how to apply techniques. In general, we pro...