It has been nearly a year since the last post so thought it would be good to do a much-needed status of the project! While not production-ready yet there has been some great recent progress in the last year. The project has passed 2000 stars, 10 external ... (more…)
Read more »
I recently received this kind message on LinkedIn from the president of a Canadian cybercrime technology company: (more…)
Read more »
Lately, I realized that I was using the same functionalities in different projects, so I decided to create an npm package to boost my development and make it easy for me to apply those utilities in my applications.
In this article, I will be sharing ... (more…)
Read more »
6 JavaScript test-functions: ok(), not(), x(), fails(), type(), eq()... (more…)
Read more »
Synchronous, app-modal JavaScript dialogs are commonly (and unfortunately) used to harm users. Because of this, the Chromium team highly recommends that you not use JavaScript dialogs. (more…)
Read more »