Blog

The empty office problem by the pandemic

startupJan 2, 23
San Francisco has faced the empty office problem by the Pandemic. So currently, a preferred solution is converting an office building into a residential building because it's cheaper than building a new one. By the way, there are a bunch of regularities that the developers want to tackle before they take on a conversion project.

The primitive type never in Typescript

developmentSep 18, 22
Recently I read Typescript documents more carefully to know them deeply. So this article is one of the things I haven't known well about

What I learned after developing my website with Notion API

developmentDec 5, 21
Recently I developed my website with Notion API. This article tells what I learned, including the Notion file link issue.

How can I make sticky position work in a nested div?

developmentDec 2, 21
When I work on using a sticky position, there are a few cases in which I am confused. So through this article, I will tell you a few instances that you should tackle when a sticky position does not work.

The fundamental of Javascript

tipsNov 9, 21
When I develop with Javascript, I have a few things that are not certain. For my reference, I organize them here.

The future of work by Microsoft

techNov 3, 21
Microsoft revealed how the future of work looks like. I think that they are focusing on making a real 3D avatar in order to make the remote work environment real.

How can I change the modal transition of a presented view controller?

developmentAug 14, 21
In iOS, the default transition between presenting view controller and presented view controller is. CoverVertical. But sometimes, you might want to change it to a different animation style.

Error- helm docker-registry does not have any active endpoint

troubleshootingsJan 15, 20
After I upgrade helm docker-registry to 2.7.1 and I met an error below. ConnectionError: HTTPSConnectionPool(host='

How to clean up none docker images

developmentJan 12, 20
You might create several none docker images during building a docker container. So cleaning up would be good for your local development environment because they might take your local storage.There are two ways that you can clean up.

Cannot distribute via Testflight using fastlane in Jenkins

developmentDec 14, 19
I have been struggled to distribute our beta software via fastlane. It used to say that I put an incorrect username or password. But I already assigned the environment variable like below.