Software Consultant | Functional Programmer | Connect with me on Twitter
Subscribe to my newsletter and never miss my upcoming articles
Bindings are nothing but FFI According to wiki: A foreign function interface (FFI) is a mechanism by which a program written in one programming...
Tiny things that make or break you! · We all know how important ' Decision Making' is for success, yet we make wrong decisions often. While it's easier...
Break it down, to build it up! · Being aware of what the best minds are up to in the tech inspires and helps many. Be it a new technology, know-how, best...
When you're learning rescript, you would want to render your Reactjs app to a DOM node. It is not as simple as ReactDom.render(<App/>, #root). Here is...