Liz Lam

Liz Lam @grepliz

About: I love open source, coffee and tinkering.

Location:
Oakland
Joined:
Jan 7, 2019

Liz Lam
articles - 44 total

The ABC's of grep - A

Welcome to The ABC's of grep! Here we will explore the different flags for our beloved command and...

Learn More 0 0Oct 25 '23

Use jq to format p4 changes output to SQLite

There are so many possibilities once data is structured. In my last post about formating p4 changes...

Learn More 0 0Jul 26 '23

Use jq to format p4 changes output to JSON.

UPDATE: Just a few days after hitting publish on this blog, a few folks from the Perforce community...

Learn More 0 0Jul 22 '23

Some Quick Thoughts on Seven Languages in Seven Weeks - Part 4

This is a continuation of my thoughts on Seven Languages in Seven Weeks by Bruce Tate. After over a...

Learn More 0 0May 8 '23

Some Quick Thoughts on Seven Languages in Seven Weeks - Part 3

This is a continuation of my thoughts on Seven Languages in Seven Weeks by Bruce Tate. “Clojure and...

Learn More 0 0May 8 '23

Some Quick Thoughts on Seven Languages in Seven Weeks - Part 2

This is a continuation of my thoughts on Seven Languages in Seven Weeks by Bruce Tate. The Scala...

Learn More 4 0Dec 19 '21

Some Quick Thoughts on Seven Languages in Seven Weeks - Part 1

Some quick thoughts as I work through Seven Languages in Seven Weeks by Bruce Tate.

Learn More 2 0Dec 19 '21

Setting up Fathom Lite in a Docker Container

Photo by Markus Winkler on Unsplash I have recently been playing around with Fathom to gather...

Learn More 4 0Nov 16 '20

A Gentle Introduction to the Git Command Line

Git is a version control system written by Linus Torvalds in 2005. It was created specifically to...

Learn More 8 0Oct 7 '20

How to use the fetch API with and without async/await

'How to use the fetch API with and without async/await'

Learn More 13 0Aug 21 '20

Learning With Video Games

I just recently finished Service Workies by Dave Geddes. It is a video game style tutorial that...

Learn More 5 0Aug 3 '20

Create Your Own Quote API with Netlify Functions - Part 3

3 part series

Learn More 6 0Jul 7 '20

Create Your Own Quote API with Netlify Functions - Part 2

3 part series

Learn More 1 0Jul 2 '20

Create Your Own Quote API with Netlify Functions - Part 1

A 3 part series on Netlify Functions.

Learn More 7 0Jun 26 '20

Reverse Whiteboarding Part 2

How do I assess candidates after a technical interview?

Learn More 3 0May 27 '20

Make Your Objects Unchangeable with Object.freeze()

Achieve immutability with Object.freeze().

Learn More 8 3May 5 '20

3 Git Aliases I Can't Live Without

A couple of aliases I like to use.

Learn More 6 0Apr 3 '20

Make Your Basic CSS Grids Internet Explorer Proof

It's happened to all of us. The UX designer hands over a fairly complex UI mockup. You spend days w...

Learn More 6 0Feb 26 '20

My Top 5 Tech Documentaries

I have always enjoyed watching tech documentaries. It's fun to learn about different technologies an...

Learn More 8 1Feb 4 '20

Not Defined vs. Undefined in JavaScript

There are two conditions that are closely worded but mean very different things in JavaScript. A...

Learn More 11 3Jan 29 '20

Catalog Your Blogs

Photo by Maksym Kaharlytskyi I've always loved writing. When I entered the tech industry, it felt...

Learn More 5 0Dec 16 '19

Explore and Delete Files in vim

Hello World! I'm back to talk to about my favorite editor. Did you know that you are not just...

Learn More 10 6Dec 3 '19

Partially Stage and Commit Changes in Git

Did you know you can partially stage and commit your changes in git? Suppose you have file...

Learn More 9 3Nov 20 '19

How to Use Tabs in vim

I started using tabs just recently in vim and found it pretty useful. Create There are...

Learn More 12 4Nov 15 '19

Output to the Console, with Feeling

Did you know there are other levels of messaging that can be sent to the browser's console?

Learn More 11 2Oct 24 '19

How to Split Screens in vim

Have you ever found yourself going through a long file in `vim` and wishing you could split your screen?

Learn More 11 0Oct 14 '19

3 Ways to Comment Out Blocks of Code in vi

Learning vi for the first time can be really intimidating. The learning curve is a bit high and ther...

Learn More 24 9Sep 19 '19

Push & Pop Your Way Through the Directory Stack

How to use pushd, popd and dirs.

Learn More 8 0Sep 4 '19

My Top 3 Tech Newsletters

My top 3 technical newsletters.

Learn More 6 0Aug 26 '19

Reverse Whiteboarding

Changing the interview process for the better.

Learn More 16 4Aug 5 '19