Skip to content

The Daily Code

A blog about all things code and code related

A Journey to Better Coding

This is my challenge to myself to post on code every day for a year. Whether about a language feature, algorithm or engineering practice, I plan to use this to become better at my craft. Fellow code geeks are welcome to join me on my journey.

Hash Tables

August 19, 2017 rottedfrog

Okay I’ve failed in epic fashion at daily posts. It’s a lot harder than I expected, and I expected it…

Continue Reading →

Filed under: Data Structures

Reactive Programming

August 14, 2017 rottedfrog

Something I’ve just started looking at this month is reactive programming. Reactive programming is related to event driven programming, but…

Continue Reading →

Filed under: reactive

Non Nullable Reference Types in C#

August 13, 2017 rottedfrog

One of the big potential new features on the slate for C# 8 is non-nullable reference types. Swift has had…

Continue Reading →

Trees

rottedfrog

I promise that I am really going to blog about things other than data structures and abstract data types, but…

Continue Reading →

Filed under: Data Structures

Dynamic Arrays

rottedfrog

Now Arrays are the basic building block of most complex data structures. But they have a few problems, the biggest…

Continue Reading →

Arrays vs Linked Lists 2

August 11, 2017 rottedfrog

So last time we looked at Locality of Reference and how accessing our memory sequentially was much faster than accessing…

Continue Reading →

Locality of Reference

August 9, 2017 rottedfrog

Take a look at the code below. We have 2 loops summing the contents of a 2 dimensional array. They…

Continue Reading →

Filed under: C#, Data Structures, Performance

Arrays vs Linked Lists

August 8, 2017 rottedfrog

Arrays are awesome. They form the backbone of all software, and they are the most simple data structure. An array…

Continue Reading →

Filed under: C#, Data Structures

Data structures are important for our survival

August 5, 2017 rottedfrog

This is my first blog post! I’m going to opine on data structures. Data structures is on my mind at…

Continue Reading →

Filed under: Data Structures

Recent Posts

  • Hash Tables
  • Reactive Programming
  • Non Nullable Reference Types in C#

Recent Comments

    Archives

    • August 2017
    Copyright © 2026 The Daily Code — Primer WordPress theme by GoDaddy