Open in app

Sign In

Write

Sign In

Chad Murobayashi
Chad Murobayashi

532 Followers

Home

Lists

About

Published in Better Programming

·Pinned

10 Tips To Improve Your Technical Writing Skills

Based on my learning experience from the Google Developers Technical Writing pre-course — Whether it is writing documentation, an article, PR comments, or just answering a question on Stack Overflow, writing is an underrated part of being a programmer. Google has a technical writing course on its developer website. This includes pre-class material which consists of reading and some practice questions.

Programming

5 min read

10 Tips To Improve Your Technical Writing Skills
10 Tips To Improve Your Technical Writing Skills
Programming

5 min read


Published in JavaScript in Plain English

·Pinned

My Journey to Become a Software Engineer in a Year of Self-Study

How I changed my career and landed my first developer job — I’m happy to announce that I just started my new career as Software Engineer! I’m sharing my story in hopes to inspire others who are thinking to change their careers as well. Before I wrote my first line of code, I knew nothing about programming. Before we dive into my…

Programming

9 min read

My Journey to Become a Software Engineer in a Year of Self-Study
My Journey to Become a Software Engineer in a Year of Self-Study
Programming

9 min read


Published in Level Up Coding

·Dec 7, 2021

What is the Difference Between Local Storage and Session Storage?

How to store data for a particular domain in the browser — localStorage and sessionStorage are both ways for browsers to store key/value pairs for a particular domain using the Web Storage API. In this article, we will take a look at the difference between localStorage and sessionStorage and learn how to use them. …

JavaScript

4 min read

What is the Difference Between Local Storage and Session Storage?
What is the Difference Between Local Storage and Session Storage?
JavaScript

4 min read


Published in Dev Genius

·Nov 4, 2021

How to Use the Set Object in JavaScript

What is the Set object and how can we use it? — When I first started learning JavaScript, I went through many different tutorials. One thing that I never came across in any of the beginner tutorials was the Set object. The Set object is not a fundamental concept that you must learn about immediately. …

JavaScript

4 min read

How to Use the Set Object in JavaScript
How to Use the Set Object in JavaScript
JavaScript

4 min read


Published in JavaScript in Plain English

·Nov 2, 2021

How to Use the Dialog Component with Headless UI and Tailwind CSS

Easily create a dialog component with Tailwind CSS — Tailwind CSS is one of the most popular options when it comes to styling React applications. You can easily add styles to your components with utility classes, rather than creating external CSS files. If you are new to Tailwind CSS, check out the article below to get started. Introduction to Using Tailwind CSS with Next.js Why you should use Tailwind CSS in your Next.js applicationjavascript.plainenglish.io

Programming

5 min read

How to Use the Dialog Component with Headless UI and Tailwind CSS
How to Use the Dialog Component with Headless UI and Tailwind CSS
Programming

5 min read


Published in JavaScript in Plain English

·Oct 28, 2021

How to Use the useState Hook in React With TypeScript

Add types to the useState hook — TypeScript and React are two of the most popular technologies out there today. You can use them together to build amazing projects taking the benefits from both. React makes it easy to build user interfaces and TypeScript type checks all of the JavaScript to help prevent errors. In this article…

React

6 min read

How to Use the useState Hook in React With TypeScript
How to Use the useState Hook in React With TypeScript
React

6 min read


Published in Better Programming

·Oct 27, 2021

Introduction to Styled-Components in React

Learn how to create a styled component, global theme, and pass props — Styled-components is a popular library that is used to style React applications. It allows you to build custom components by writing actual CSS in your JavaScript. In this article, we will take a look at how to use styled-components in a React application. By the end of the article, you…

Programming

5 min read

Introduction to Styled-Components in React
Introduction to Styled-Components in React
Programming

5 min read


Published in Level Up Coding

·Oct 20, 2021

The Difference Between Controlled and Uncontrolled Components in React

Why do the React docs recommend using controlled components to implement forms? — When dealing with form data in React, you can use either controlled components or uncontrolled components. According to the React docs, a controlled component is the recommended way to go for most cases. “In most cases, we recommend using controlled components to implement forms. In a controlled component, form data…

Programming

4 min read

The Difference Between Controlled and Uncontrolled Components in React
The Difference Between Controlled and Uncontrolled Components in React
Programming

4 min read


Published in Code and Chill

·Oct 14, 2021

My 100th Article on Medium

A look back at 1 year of writing on Medium — I published my first article on Medium on October 25th, 2020. At the time, I wanted to use my blog to show potential employers what I was learning. …

Medium

5 min read

My 100th Article on Medium
My 100th Article on Medium
Medium

5 min read


Published in JavaScript in Plain English

·Oct 13, 2021

JavaScript Tip: Why “0” is Rendered When Using the Logical AND (&&) Operator with Array.length

Understanding how short-circuit evaluation works. — I came across an interesting problem the other day while coding in JavaScript and React. I had an array of items. If there were items in the array, I wanted to render a string notifying the user that there were items. …

JavaScript

4 min read

JavaScript Tip: Why “0” is Rendered When Using the Logical AND (&&) Operator with Array.length
JavaScript Tip: Why “0” is Rendered When Using the Logical AND (&&) Operator with Array.length
JavaScript

4 min read

Chad Murobayashi

Chad Murobayashi

532 Followers

Software Engineer living in Tokyo, Japan. Born and raised in Hawaii.

Following
  • Bernard Bado

    Bernard Bado

  • Yousuf Rafi

    Yousuf Rafi

  • Jessie Vee

    Jessie Vee

  • Jose Granja

    Jose Granja

  • Tom Smykowski 💎

    Tom Smykowski 💎

See all (122)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech