HackerTrans
TopNewTrendsCommentsPastAskShowJobs

droyson

no profile record

Submissions

Construction vs. Software Development

medium.com
1 points·by droyson·3 years ago·2 comments

The AI Prompt Library for Marketers

mailmodo.com
1 points·by droyson·3 years ago·0 comments

[untitled]

1 points·by droyson·3 years ago·0 comments

Dark Mode Email Checker

checkdarkmode.com
2 points·by droyson·3 years ago·0 comments

Deno Experience

medium.com
3 points·by droyson·4 years ago·0 comments

Creating a JavaScript Library

medium.com
2 points·by droyson·4 years ago·0 comments

Bot to Solve Wordle

medium.com
1 points·by droyson·4 years ago·0 comments

The 100 Day Experiment

medium.com
2 points·by droyson·4 years ago·0 comments

Migrating to AWS Step Functuons

medium.com
2 points·by droyson·4 years ago·0 comments

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

17 points·by droyson·5 years ago·15 comments

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

wa.droyson.xyz
1 points·by droyson·5 years ago·4 comments

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

github.com
7 points·by droyson·5 years ago·2 comments

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

npmjs.com
3 points·by droyson·5 years ago·1 comments

comments

droyson
·3 years ago·discuss
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 years ago·discuss
Unlike most other programming languages it is super easy to write hello world and proceed from there.
droyson
·5 years ago·discuss
Thanks. This might be the one thing I've been looking for.
droyson
·5 years ago·discuss
Sadly I'm not in UK but thanks anyways
droyson
·5 years ago·discuss
Ah.. this is interesting. Looks like I wasn't the only one bugged with this problem
droyson
·5 years ago·discuss
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 years ago·discuss
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 years ago·discuss
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