HackerTrans
トップ新着トレンドコメント過去質問紹介求人

droyson

no profile record

投稿

Construction vs. Software Development

medium.com
1 ポイント·投稿者 droyson·3 年前·2 コメント

The AI Prompt Library for Marketers

mailmodo.com
1 ポイント·投稿者 droyson·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 droyson·3 年前·0 コメント

Dark Mode Email Checker

checkdarkmode.com
2 ポイント·投稿者 droyson·3 年前·0 コメント

Deno Experience

medium.com
3 ポイント·投稿者 droyson·4 年前·0 コメント

Creating a JavaScript Library

medium.com
2 ポイント·投稿者 droyson·4 年前·0 コメント

Bot to Solve Wordle

medium.com
1 ポイント·投稿者 droyson·4 年前·0 コメント

The 100 Day Experiment

medium.com
2 ポイント·投稿者 droyson·4 年前·0 コメント

Migrating to AWS Step Functuons

medium.com
2 ポイント·投稿者 droyson·4 年前·0 コメント

Ask HN: Is there an app/site that curates news weekly

17 ポイント·投稿者 droyson·5 年前·15 コメント

Show HN: Start a new conversation on WhatsApp without having to save contact

wa.droyson.xyz
1 ポイント·投稿者 droyson·5 年前·4 コメント

Show HN: SWR(stale while revalidate) library for JavaScript apps

github.com
7 ポイント·投稿者 droyson·5 年前·2 コメント

Show HN: A TypeScript declarations bundler that works with Webpack 5

npmjs.com
3 ポイント·投稿者 droyson·5 年前·1 コメント

コメント

droyson
·3 年前·議論
I don't know much about mining though it would be a great idea to draw parallels between seemingly unrelated industries. Any resources in context to mining?
droyson
·5 年前·議論
Unlike most other programming languages it is super easy to write hello world and proceed from there.
droyson
·5 年前·議論
Thanks. This might be the one thing I've been looking for.
droyson
·5 年前·議論
Sadly I'm not in UK but thanks anyways
droyson
·5 年前·議論
Ah.. this is interesting. Looks like I wasn't the only one bugged with this problem
droyson
·5 年前·議論
One api to get the ip details. This provides with the alpha code for the country. A second api to fetch calling code for the country. Code's here: https://github.com/droyson/wa-connect/blob/main/js/countryCo...
droyson
·5 年前·議論
The name “SWR” is derived from stale-while-revalidate, a HTTP cache invalidation strategy popularized by HTTP RFC 5861 (https://tools.ietf.org/html/rfc5861). SWR is a strategy to first return the data from cache (stale), then send the fetch request (revalidate), and finally come with the up-to-date data.
droyson
·5 年前·議論
The declaration-bundler-webpack-plugin (https://github.com/smol/declaration-bundler-webpack-plugin) is no longer maintained by the OP and sadly it doesn't work with Webpack 5. So I forked the original plugin and updated it to work with Webpack5. Post any issues on Github: https://github.com/droyson/types-webpack-bundler/issues