F# and DotEnv

Read Time: 3 minutes

Often the question arises, what is the best way to manage environment variables for a project. Many languages have libaries precisely for this issue. A common approach is the use of a .env file, .NET and F# are no different. In today’s post I’ll take a brief look at leveraging DotEnv in an F# application.

Read More

Coding with Color

Read Time: 3 minutes

Code comes in many shapes and sizes. Often this means differing paradigms with text or gui workflow tools, but there are other ways. Enter Evo, a robot that leverages coding in the form of color. I recently had the opportunity to play with one of the little bots. It is intended as an educational toy for kids, and it fits the bill perfectly. More than that, it is an interesting case study in seeing the world differently. Take code beyond text, and into a realm that can easily appeal to kids (young and old).

Read More