Published onFebruary 27, 2021Argument For Using AtomsProgramming-LanguagesElixirAtoms offer some distinct advantages over strings. Learn more about them in this blog post.
Published onSeptember 25, 2020Complex Number Deep Learning with TensorflowTensorFlowMachine-LearningKerasTensorFlow has limited complex number support. Write the operations yourself to maintain automatic differentiation.
Published onMarch 26, 2020Why I Love ElixirElixirProgramming-LanguagesFunctional-ProgrammingDiscussion about why the Elixir programming language sticks out.
Published onFebruary 23, 2020Typescript Saved My Game's PerformanceTypescriptWeb-DevGame-DevThe Typescript TypeChecker caught a nasty bug causing massive performance issues.
Published onJuly 11, 2019Decouple Your Javascript Using Event Driven ProgrammingGame-DevElixirWeb-DevUse event driven programming to minimize the coupling of components in a distributed game engine.