Best Go ProverbsDon’t communicate by sharing memory, share memory by communicating: In Go, it’s recommended to use channels for communication between…Jun 28Jun 28
Published inDon’t Leave Me Out in the CodeSQL BasicsSQL (Structured Query Language) is the language used to communicate with the database.Jan 27Jan 27
How to add a command to $PATH for Mac zshTired of getting command not found? Here’s a quick guideOct 12, 2022Oct 12, 2022
DNS TermsAddress Record (A Record): A domain name that maps to an IPv4 address.Aug 25, 2022Aug 25, 2022
AWS Key TermsHow is AWS structured: AWS has servers throughout the world. These servers are categorized into regions, VPC’s, and availability zones.Aug 19, 2022Aug 19, 2022
Published inDon’t Leave Me Out in the CodeDeploy an App with DockerHere is a quick guide to deploying an app to Docker. To get started, create a simple Node (React, Vue, etc) application and download Docker…Jul 29, 2022Jul 29, 2022
Getting Started with AWSIAM (Identity and Access Management): The root account has all privileges. It is difficult to restrict privileges for the root user so AWS…Apr 27, 2022Apr 27, 2022
Published inDon’t Leave Me Out in the CodeGetting Started with DockerGoal: Docker isolates an application and its dependencies into a self-contained unit that can run anywhere. Remove the need for physical…Apr 13, 2022Apr 13, 2022
Published inDon’t Leave Me Out in the CodeAWS CloudFront BasicsWhen a user request an image at http://mywebsite.com/myimage.png, this request is routed through a complex network to reach the original…Apr 6, 2022Apr 6, 2022