Senior Software Engineer
-
Songtradr
- Derry/Belfast, Ireland
-
19:18
(UTC) - https://daryl-findlay.com
Pinned Loading
-
JS function that will curl a server ...
JS function that will curl a server asynchronously for each element in an array ([1,2,3] = 3) and log out the request/response times 1time_namelookup: %{time_namelookup}\n
2time_connect: %{time_connect}\n
3time_appconnect: %{time_appconnect}\n
4time_pretransfer: %{time_pretransfer}\n
5time_redirect: %{time_redirect}\n
-
react-accordion
react-accordion PublicCustomisable accordion component built with React
TypeScript 3
-
Quick and Dirty interest calc
Quick and Dirty interest calc 1const interestCalc = (init, rate, years, verbose) => {
2if (!verbose) {
3const fv = init * (1 + rate) ** years;
4console.log(`Total: £${fv.toFixed(2)}. Total Earned: £${(fv - init).toFixed(2)}`);
5return;
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.