Yasuhiro Nakano

Yasuhiro Nakano
Favorite Quote
Code is like humor. When you have to explain it, it’s bad. – Cory House
Joined Endertech
2013
Primary Title
Development Manager
Secondary Title(s)
Lead Developer, Frontend Specialist
About Me

Loves clean code. Weekend Musician. Soccer and LA sports fan.

Education

B.S. in Computer Science from CSU Long Beach, 2005

Experience

25+ years web development

Skills

Web front-end development, Linux server setup, shell scripting

Technologies

CSS, React, Perl, PHP, Apache, MySQL, PostgreSQL, Linux, C/C++

Articles by Yasuhiro Nakano
Integrating Avalara with Shopify Checkout to Clearly Show Recycling Fees
E-Commerce
Shopify
Some states require mattress recycling fees to appear as their own tax line during checkout. This article walks through how we combined Avalaras AvaTax API, Shopify metafields, middleware, and Checkout UI extensions to display a clear tax and recycling-fee breakdown in Shopify checkout for two brands.
Two Years Later: TailwindCSS Is Thriving
Web Development
Web Design
React
Headless
Shopify
Two years ago, I predicted TailwindCSS would fade like Bootstrap. I was wrong. Both frameworks are thriving in 2025, but not competing. They evolved instead.
Add a background image with TailwindCSS
Web Development
Web Design
React
Headless
How to add a background image with TailwindCSS and CSS variables.
Tailwind CSS: A Short Review
Design
In this short article, we will elaborate on the features of Tailwind CSS, along with the pros and cons of the framework.
Multi Store Setup in Magento 2
E-Commerce
Design
We will use one Website. The site will have three Stores. The domain names will share one common base domain. The additional stores will use subdomains. Create three Virtual Hosts for these domains on your web server.
CSS FlexBox Intro
Software
Design
FlexBox is the best tool to create a grid-like layout with CSS. Better than TABLE tags, better than inline-block DIVs !