Open in app

Sign In

Write

Sign In

Lance Watanabe
Lance Watanabe

69 Followers

Home

About

Dec 3, 2022

Introduction to Docker (build -> ship -> run)

Why should we use Docker: Many containers can be placed in a single host Flexible resource sharing Server agnostic Ease of moving and maintaining your applications Authentication: After you login to dockerhub using the CLI, docker will store an authentication key in the config.json file on your local machine. You…

Docker

9 min read

Introduction to Docker (build -> ship -> run)
Introduction to Docker (build -> ship -> run)
Docker

9 min read


Oct 12, 2022

How to add a command to $PATH for Mac zsh

Tired of getting command not found? Here’s a quick guide Navigate to the bin folder for your CLI application in your command line. Then run pwd to “print working directory.” pwd output: /Users/yourcomputer/Documents/google-cloud-sdk/bin append the directory to the $PATH using the following command path+=('/Users/yourcomputer/Documents/google-cloud-sdk/bin') export the new path export PATH

Command Line

1 min read

Command Line

1 min read


Aug 25, 2022

DNS Terms

Address Record (A Record): A domain name that maps to an IPv4 address. CName (Canonical Name): Root domain. The subdomain of maps.google.com, will have a CNAME value of google.com. Therefore, when a DNS hits maps.google.com, it will trigger another DNS lookup for google.com. Let’s Encrypt: A free certificate authority that…

Software Development

2 min read

DNS Terms
DNS Terms
Software Development

2 min read


Aug 19, 2022

AWS Key Terms

How is AWS structured: AWS has servers throughout the world. These servers are categorized into regions, VPC’s, and availability zones. Region: Collection of availability zones Virtual Private Cloud (VPC): Specific space within a region that spans across all availability zones within a region. Availability Zone: A data center within a…

AWS

5 min read

AWS Key Terms
AWS Key Terms
AWS

5 min read


Published in

Don’t Leave Me Out in the Code

·Jul 29, 2022

Deploy an App with Docker

Here is a quick guide to deploying an app to Docker. To get started, create a simple Node (React, Vue, etc) application and download Docker Desktop (https://www.docker.com/products/docker-desktop/) Docker: Container management software Image: Instructions to build a container. Each image has multiple layers (Ubuntu, filesystem, dependencies). Container: A container runs an…

Docker

2 min read

Deploy an App with Docker
Deploy an App with Docker
Docker

2 min read


Apr 27, 2022

Getting Started with AWS

IAM (Identity and Access Management): The root account has all privileges. It is difficult to restrict privileges for the root user so AWS recommends accessing the console using IAM user accounts. Policies: Defines permissions and can be applied to users, groups, and roles User: A person Group: A collection of…

AWS

14 min read

Getting Started with AWS
Getting Started with AWS
AWS

14 min read


Published in

Don’t Leave Me Out in the Code

·Apr 13, 2022

Getting Started with Docker

Goal: Docker isolates an application and its dependencies into a self-contained unit that can run anywhere. Remove the need for physical hardware, allowing for more efficient use of computing resources, both in terms of energy consumption and cost effectiveness. A virtual machine is an emulation of a real computer that…

Docker

6 min read

Getting Started with Docker
Getting Started with Docker
Docker

6 min read


Published in

Don’t Leave Me Out in the Code

·Apr 6, 2022

AWS CloudFront Basics

When a user request an image at http://mywebsite.com/myimage.png, this request is routed through a complex network to reach the original server which causes latency. To bypass this latency, you can use AWS CloudFront. CloudFront is AWS’ Content Delivery Network (CDN) service. It caches data and acts as an intermediary between…

AWS

3 min read

AWS CloudFront Basics
AWS CloudFront Basics
AWS

3 min read


Published in

Don’t Leave Me Out in the Code

·Mar 28, 2022

My AWS Account Got Hacked. How to Remove the Lightsail Instances?

Over the weekend my AWS account got hacked. The hacker created 2,000 lightsail instances. AWS suspended my account after an hour when it recognized the suspicious activity. However, after my account was reinstated was where I ran into the biggest problems. AWS claims they do not have the authority to…

AWS

3 min read

My AWS Account Got Hacked. How to Remove the Lightsail Instances?
My AWS Account Got Hacked. How to Remove the Lightsail Instances?
AWS

3 min read


Published in

Don’t Leave Me Out in the Code

·Dec 31, 2021

What is .bashrc?

.bashrc is a script that runs whenever a Bash shell is started. You can put any commands in this script. This .bashrc file is found in your home directory. So let’s start. Create .bashrc file in home directory. ~ is a shortcut for the home directory. touch ~/.bashrc open your .barshrc file using nano nano ~/.bashrc Write a command. In the command below, we add the bin folder to the end of the existing $PATH variable.

Mac

1 min read

Mac

1 min read

Lance Watanabe

Lance Watanabe

69 Followers
Following
  • Michael Tong

    Michael Tong

  • Christie Tang

    Christie Tang

  • Erik Voorhees

    Erik Voorhees

  • Radian Krisno

    Radian Krisno

  • Jeff Lung

    Jeff Lung

See all (7)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams