Bert discusses an interesting approach to creating arrays and collections that automatically enforce certain types - both scalar and fully custom
Tag: array
Creating Strictly Typed Arrays and Collections in PHP
Sourcehunt September – Hacktoberfest Edition
Hacktoberfest is starting! In this Sourcehunt, join DigitalOcean's initiative and get a free limited edition t-shirt for contributing to open source!
How to Create and Manipulate Arrays in JavaScript
Learn how to create arrays in JavaScript, and how to manipulate them using their length property.
Arrays, Slices and Basic OOP in Go
Matthew Setter covers Arrays, Slices and Basic OOP in Go. They're different from what you're used to in dynamic languages, but very powerful.
Time Complexity of Algorithms
Alexander Cogneau explains time complexity of algorithms, the Big O notation, and demonstrates how an algorithm can be optimized
Fun with Array Interfaces
Learn about Array Interfaces in a practical Twitter Timeline demonstration