Quick Intro to JavaScript Web Workers
A quick introduction to javascript web workers including syntax use, and possible real-world applications. Resources: - https://developer.mozilla.org/en-US/d... (more…)
Read more »
Refactoring is an inevitable part of software development. However learning to write codemods basically gives you refactoring superpowers. Read more