HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cjw3

no profile record

comments

cjw3
·vor 4 Jahren·discuss
Geora | Software Engineer (Payments/DeFi) | REMOTE (Australia & Singapore only) | Full Time | https://www.geora.io/

At Geora, we're building a platform to connect farmers with supply-chain finance, backed by sustainability credentials and data-rich assets. After recently raising a seed round we're looking to grow our fully-remote core team and continue building out our finance product over the next few years.

We are looking for a software engineer with experience in building applications for payments, finance, or banking, to lead the development of the Geora finance product, including integrating worldwide in-platform payments in fiat currencies, encoding complex financial instruments in smart contracts, and incorporating decentralised finance and crypto payments into the platform. Our small engineering team has a lot of freedom to experiment and build solid tech, with our current stack including Ethereum and Solidity smart contracts, a TypeScript GraphQL API, Elm frontend, and a growing number of services in Haskell and PureScript (we love functional programming!).

Check out the position and our other openings here [1] or email us at hello (at) geora (dot) io.

[1]: https://www.geora.io/careers/software-engineer-payments-defi
cjw3
·vor 5 Jahren·discuss
We use this for TypeScript development at my company. Using swc for transpilation reduces build time from ~10s (small-ish codebase) to near instant. We can then wrap it in entr [1] to get live API reloading for free.

For type checking, you can run the TypeScript compiler in another window in watch mode, or just rely on editor warnings until the code hits CI.

[1]: https://eradman.com/entrproject/