Michael Lee πŸ•

Michael Lee πŸ• @michael

About: Maker of things, giver of high-fives πŸ–

Location:
Cary, NC
Joined:
Apr 14, 2017

Michael Lee πŸ•
articles - 69 total

Why is it you can execute a function on the right side of an AND && operator in JavaScript

I always assumed that operators like && and || are for comparing true and false statements on...

Learn More 13 4Mar 31 '22

Add a YouTube stats widget to your iPhone with JavaScript

In this article, I'll be showing you how to add a YouTube widget to your iPhone that pulls in a coupl...

Learn More 18 2Jan 26 '21

Avoiding the awkward 2 seconds after a Zoom call looking for that end button

You’ve just wrapped up your meeting, you’re saying bye to your colleagues but then there’s a second o...

Learn More 20 6Oct 25 '20

Changing domains for a website hosted on Netlify and how to tell Google you've moved

Cover photo by erica steeves on Unsplash Getting into a new home could be excited! You've scoped...

Learn More 29 4Sep 30 '20

You are a software engineer

A friend of mine is currently on the job hunt. He was sharing with me how hard it's been. I've been o...

Learn More 70 4Oct 21 '19

How to prevent readline in Node from exiting on line event?

I'm working on a command line tool using Node and I'd like to prevent it from exiting when using the...

Learn More 5 4Oct 9 '19

What has your developer journey looked like?

I'm curious about what has everyone's journey into being a developer and as a developer or even after...

Learn More 44 22Sep 26 '19

Rails queueing system, should I use delayed_job or sidekiq?

I'm working on a message queueing system in a Rails application and trying to figure out whether to u...

Learn More 11 8Sep 23 '19

What is the "<>" operator called in Elixir?

I'm reading over the Elixir guides and recently came across the various operators. One of which is th...

Learn More 8 6Sep 6 '19

Why does Rails component classes start with the prefix "Action" or "Active"?

I've noticed this pattern and was just curious if anyone knows the story behind the "Action" or "Acti...

Learn More 4 2Sep 6 '19

Is there a way to subscribe to a series on DEV?

There are so many really cool series going on at DEV, I was wondering if it's possible? Would the bes...

Learn More 12 2Sep 6 '19

The best thing about my job is ___

A) Unlimited LaCroix B) Working remotely C) Wearing t-shirts to work Or share your own answer.

Learn More 4 9Aug 28 '19

Cool, just send me a copy of the code on ___

A) The blockchain B) Dropbox C) Slack Or suggest your own answer.

Learn More 2 12Aug 26 '19

It's going to take ___ to finish that task.

A. Technical debt B. Restarting the production server C. The Rock πŸ’ͺ Or suggest your own answer.

Learn More 3 8Aug 22 '19

Steve Jobs & Steve Wozniak is to Apple as ___ is to ___

A. @ben , @jess , @peter /DEV πŸ‘¨β€πŸ’»πŸ‘©β€πŸ’» B. John Resig/jQuery πŸ“‘ C. DHH/Ruby on Rails πŸ›€ Or suggest your...

Learn More 3 4Aug 21 '19

___ as a Service

A. Side projects B. Automation πŸ€– C. node_modules πŸ“‚ Or suggest your own answer.

Learn More 5 18Aug 20 '19

What I hate hearing most as a developer.

A. Using Vim makes you more productive ⌨️ B. This should be low-hanging fruit πŸ‡ C. Looks good on my...

Learn More 7 23Aug 19 '19

Trust me, I can build software because I learned how to code from ___

A: gifs B: Twitter πŸ₯ C: BTS πŸ‘¨β€πŸŽ€ Or suggest your own answer.

Learn More 9 11Aug 16 '19

A misunderstanding of ______ brought down all of the Internet

A: this in JavaScript B: Wordpress plugins C: Semicolons ; Or suggest your own answer.

Learn More 8 8Aug 15 '19

I got to the bottom of an infinitely scrolling website and found

A: A switch for turning on dark mode 🌝🌚 B: The wrong copyright year in the footer πŸ€¦β€β™€οΈ C: A Bitcoin...

Learn More 3 10Aug 14 '19

git commit -m "_____"

A: πŸŽ‰ B: test C: initial commit Or suggest your own answer.

Learn More 36 37Aug 13 '19

Who are women that should get recognition for their contributions to software?

An observation that I had this morning is that I don't easily know many of the women who have made co...

Learn More 6 6Aug 13 '19

Friends don’t let friends ____ on a Friday afternoon.

A, B or C? Or share your own answer. Happy Friday y’all! πŸ₯³

Learn More 8 17Aug 9 '19

_____ does not Spark Joy, thank it and discard it.

A, B or C? Or suggest your own answer.

Learn More 4 11Aug 8 '19

Bane of my existence as a developer

A, B or C? Or suggest your own answer.

Learn More 13 14Aug 7 '19

My favorite swag from tech conferences are ______

A, B or C? Or suggest your own answer.

Learn More 8 7Aug 7 '19

Resizing panes in tmux

One of the tools I use daily as a developer is tmux. Being able to have multiple panes in a single te...

Learn More 23 1Jul 26 '19

Compile a Jekyll project without installing Jekyll or Ruby by using Docker

My current choice for running my site is Jekyll, a static-site generator written in Ruby. Since I dit...

Learn More 63 8Jun 25 '19

How would you setup a model in Rails to reference the same model type?

Let's say I have a model for a thing called "Chapter". I want to be able to reference the next chapte...

Learn More 7 13Jun 11 '19

How does one go about allowing custom domains to point to your application?

I've been mulling over a web application idea and was wondering how does one go...

Learn More 8 13Apr 25 '19