Published inFAUN — Developer Community 🐾Golang’s fmt.Sprintf() and Printf() DemystifiedGo’s creators used the functionality of C’s printf and scanf as a basic template for fmt.Sprintf(). However, for non-C developers, the way…Aug 22, 20202Aug 22, 20202
Published inFAUN — Developer Community 🐾Git Step-by-Step: Renaming a master Branch to mainIf we have the power to make the world better, more inclusive, and less offensive, as technologists, we should accept the challenge to act…Jul 20, 2020Jul 20, 2020
Published inFAUN — Developer Community 🐾Zero to Hero: Set Up Your Mac for Software DevelopmentIf you’re starting from zero with a fresh, new MacBook Pro or 18-core (!!) iMac Pro, here’s how to get set up for code hero-ery… ism… uh……Jun 29, 2020Jun 29, 2020
Published inFAUN — Developer Community 🐾Securing Files on Windows, macOS, and LinuxSecurity is ever important. To ease the human burden you might want to programmatically lock down file permissions. However, if you are…Apr 30, 2020Apr 30, 2020
Published inFAUN — Developer Community 🐾pyenv: Multi-version Python development on MacPython developers and testers often support multiple Python versions. Switching back and forth between versions can be a pain. The…Mar 7, 20204Mar 7, 20204
Published inFAUN — Developer Community 🐾Fixing virtualenv 20.0.xHours ago, virtualenv was updated four major versions from 16.7.9 to 20.0.3. The result was a lot of broken CI with the update rated…Feb 12, 2020Feb 12, 2020
Published inFAUN — Developer Community 🐾macOS Catalina Xcode, Homebrew, Gems Developer HeadachesIf you’re a developer and you’ve upgraded to macOS Catalina Version 10.15, chances are you have or will see some errors. Below we’ll look…Oct 23, 201910Oct 23, 201910
Published inFAUN — Developer Community 🐾Terraform Acceptance Testing: The BasicsContributing to Terraform, HashiCorp’s open-source infrastructure as code (IaC) tool, is a great way to learn, get into open-source, and…Oct 2, 2019Oct 2, 2019
Published inFAUN — Developer Community 🐾Azure Pipelines and Git Tag QuirksYour continuous integration/continuous deployment (CI/CD) pipeline likely charts a different course for release tags. However, Azure…Sep 24, 20191Sep 24, 20191
Published inFAUN — Developer Community 🐾Azure Pipelines and Python Virtual EnvironmentsVirtual environments in Python can cause quite a few problems with Windows-based Azure Pipelines. From unreported errors, to…Aug 28, 2019Aug 28, 2019