A guide to solving SVG rendering issues on iOS and Safari in React Native using Expo.
I had to implement an API which might take more than 30 sec and encountered Cloudflare timeout error. In order to solve this, I used transfer encoding chunked.
My previous portfolio site was built with Gatsby.js. As for Gatsby.js, I think it is easy to use and I personally like it, but I decided to rebuild it with Hugo simply because I wanted to try Hugo.
Prisma does not officially support PostGIS. So I had to research how to handle with PostGIS's geometry column with Prisma. In this post, I share how to deal with it by Prisma and Nest.js
My engineer friends and I discussed how to make the shortest FizzBuzz code in a bar.
I used DeepL API to translate text. Here in this article, I explain how to start DeepL API for free.
This is a portfolio website of a web developer from Tokyo. On this page, I introduce myself and this website.
For a recent project, I needed to generate and return TSV and CSV files dynamically without storing them locally. In this article, I'll share my findings and explain the process step by step.
I describe how to specify the array type request parameter with Axios
Getting totp with Node.js for debugging multiple user's authentication.