I've created a tiny library which improves performance for GraphQL + Knex. tl;dr ...
Logging is important for all production-ready service. It will significantly affect our productivity...
After struggled with Amazon Alexa, Bluez, PulseAudio. /etc/bluetooth/main.conf [General] -Enable...
I've been using husky for over 2 years and was a big fan of it. However, husky v5 enforces us to upda...
Recently mixing TypeScript and GraphQL is becoming a defacto standard of modern web development....
I'd like fzf.vim GFiles to add my current directory to initial query. Before: After: I end up...
I am running applications in production with AWS ECS Fargate provisioning with Terraform. I was suffe...
useReducer in TypeScript, strictly typed version
Getting initial notification in React Native seems not to work RN 0.59.x. https://github.com/react-n...
I've created monor, which is an interactive monorepo command executor. It filters all commands under...
As of Circle CI 2.1, we can define custom commands and new CircleCI CLI. I found the following code...
React Navigation's default screen navigation on Android looks strange, because it creates modals even...
I've automated app deployment with CircleCI + Slack + Google Apps Script. Create slack bot Get Slac...
To use styled-components + FlatList, we have to write like this: interface User { id: number n...
From latest OSX update, some plugins started to not working. Especially, deoplete and UltiSnips sho...
[Added] Sentry has a complete manual integration guide. It might be waste of time for you to read thi...
I've created graphql-rest-proxy. This tool enables to proxy GraphQL request to REST api. https://git...
We can scroll tmux output with C-b [ by default, and it provides vim like key binding. However,...
My previous workflow in my personal project was like this: git checkout -b awesome-feature Edit fil...
What is this It is said that "Sell Before You Build", so I would like to hear you about my...
We would like to get object value type. Assume this object: const query = { getUserAndBook: {...
I created a tiny experimental library,...
Vim is my favorite editor, while React is my favorite frontend framework. Of course I use Vim to...
I am Vim lover, but I have never created nor published my Vim plugin. This time I created my first p...
I found Styled Component is much convenient for me to write styles with React. However, I already...
tl;dr dotenv-vault is a simple dotenv management tool, keeping tokens secret....
3.x In MobX 3.x, Writing async actions is a little verbose. import { observable, runInA...
tl;dr I created a repository for my friend to show how Braintree by Paypal works. I...
I personally like to code with alcohol, especially Vodka🍸. With alcohol, I feel like I could do every...
I created and update my resume on GitHub. This is not a normal way but works well for me. [edited] I...