an update on my server, plus a teaser for future content…
statically typed languages
why i favor statically typed over dynamically typed languages
project: chess
an implementation of chess
project purpose
a lesson I learned in a recent project
quality software
the 5 key traits of quality software
why c++ shouldnt be an introductory language
dissceting c++ and it’s use as an introductory language
project: table of truth
a web program that allows the user to create their own table of truth
conditional rendering in flutter
a neat little tip in flutter
how to test multiple futures in dart
Completer and how to use it
male female flowchart problem
You are given an array containing either F or M, calculate the occurance of Fs and Ms in the array.