TOTanner Oakesinoakes.hashnode.dev·Oct 14, 2022 · 15 min readConcurrent Programming in GoWriting concurrent programs in any language requires a different thought-process than the one used for writing sequential programs. Getting into this new mindset takes practice; this can be aided with some simple examples of what these programs look ...00
TOTanner Oakesinoakes.hashnode.dev·Aug 31, 2022 · 7 min readBeginner's Guide to Working with Strings in GoRegardless of your experience in computing, whether you're a beginner without a single written line of code or a senior developer with years of professional experience, strings and how they are represented is a commonly misunderstood concept. This a...00