Yuta Kusuno

Yuta Kusuno @yutakusuno

About: Software Engineer

Location:
Vancouver, BC, Canada
Joined:
Aug 6, 2023

Yuta Kusuno
articles - 10 total

[Rails] How We Reduced API Response Rendering Time by 30%

I work on the backend team supporting an SNS with 170K users, built using Ruby on Rails. We use...

Learn More 17 6Feb 2

[Rails] count vs length vs size with Samples and a Diagram

When working with Active Record in Ruby on Rails, we often need to count the number of records. There...

Learn More 8 0Jun 29 '24

[Hono] Simple Messaging App Using Bun and WebSocket

We often see implementations of WebSocket using the Express framework and Socket.io. However, there...

Learn More 33 2Jun 10 '24

[TS] Consider Type-Safe localStorage

This post was featured in Codeminer42 Dev Weekly #10 on Codeminer42 's engineering blog. In a...

Learn More 12 2May 5 '24

[Next.js] Firebase Authentication with Google Sign-in Using Cookies, Middleware, and Server Actions

This post provides a explanation of implementing user authentication in a Next.js 14 application...

Learn More 52 8Apr 15 '24

[React] Passing Environment Variables to Service Workers

When working with Firebase Cloud Messaging in a React application, creating a service worker (the...

Learn More 7 2Jan 18 '24

[JS] CommonJS vs. ES Modules: Synchronous and Asynchronous Module Loading

JavaScript employs two main module systems: CommonJS using require() and module.exports for imports...

Learn More 11 1Jan 15 '24

[JS] What Happens When “use strict” Is Defined

JavaScript's "use strict" directive allows you to opt into a restricted variant of the language,...

Learn More 11 2Jan 5 '24

[JS] The Top-Level Scope Is NOT Always the Global Scope

Understanding the scope in JavaScript is crucial for writing robust and maintainable code. While in...

Learn More 24 1Jan 4 '24

[JS] Look Back on Hoisting

In JavaScript, understanding hoisting is crucial for any developer. Hoisting can be a tricky concept...

Learn More 2 0Jan 3 '24