JavaScript to Lua compiler with runtime library. Contribute to PaulBernier/castl development by creating an account on GitHub. (more…)
Read more »
Recording audio involves a series of steps:
1) Start recording the audio
2) While recording, store the audio data chunks
3) Stop recording… (more…)
Read more »
ReScript is a robustly typed language that compiles to efficient and human-readable JavaScript. It comes with a lightning fast compiler toolchain that scales... (more…)
Read more »
I was doing code review for a coworker yesterday, and it soon became obvious that he used a linter and that the linter gave him a bright idea: use strict comparisons. Using strict comparisons is a great rule to follow. === instead of ==, !== instead of !=... (more…)
Read more »
Front-end development tools have advanced and succeeded in the last few years. These days JS libraries and frameworks can streamline the workflow, boost the development process and offer better capabilities in terms of responsive design.
Read more »