In May 2016, the Bitdefender threat response team isolated several samples from the internal malware zoo while looking into a custom file-packing algorithm. A deeper look into our global telemetry revealed that this piece of malware was strictly affecting... (more…)
Read more »
The last two days I ran a poll on Twitter asking people what they use to debug JavaScript. (more…)
Read more »
JavaScript is a lot like Python! JavaScript borrowed concepts from Python early in its development and there's been a healthy exchange of features between the two ever since. For example, JavaScript took generators and coroutines from Python, shook them u... (more…)
Read more »
I spent the better part of a day moving a project completely off of the ORM we were using (TypeORM). Ever since I started doing web development, I’ve been using some kind of heavy abstraction on top of my database. Whether it’s Mongoose when I used MongoD... (more…)
Read more »
redux-lenses-streaming is a Redux Library that integrates with Lenses WebSocket endpoints that allows you to interact with Kafka Topics. It supports all the ... (more…)
Read more »