/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.nuculabs.de
| | nuculabs.wordpress.com
0.0 parsecs away

Travel
| | Hello ?, In this short article we'll talk about packing integers into binary data in JavaScript using the Buffer, ArrayBuffer and DataView classes. Sometimes in JavaScript, it may be necessary to pack the elements of an array into a byte buffer and then create a new numeric array from the buffer's contents. This can be...
| | www.binovarghese.com
4.5 parsecs away

Travel
| | The spread and rest operators us the same syntax (...) three dots.
| | syntackle.com
3.0 parsecs away

Travel
| | You might be familiar with functions in JavaScript. An IIFE is a special type of function which is invoked implicitly.
| | satharus.me
21.6 parsecs away

Travel
| There are a lot of ways to make the software you write vulnerable (if you're a developer) or to exploit existing software (if you're on the other side). In t...