Anuncios Libros Cursos Categorías

Arrays and lists in Kotlin: Getting started with these mutable and immutable structures

15-01-2026 - Andrés Cruz

Arrays and lists in Kotlin: Getting started with these mutable and immutable structures

The Array and lists are a fundamental element that allow handling collections of data that in Kotlin are of mutable or immutable type and as a result of this they allow editing the list and/or consulting it only.


Collections in Laravel: Operations, Methods, and Best Practices

15-01-2026 - Andrés Cruz

Collections in Laravel: Operations, Methods, and Best Practices

Learn what collections are in Laravel, how to create and chain operations, key methods, practical examples, and performance best practices.


Laravel: pluck() vs modelKeys(): how to get an array of IDs from an Eloquent Collection

13-01-2026 - Andrés Cruz

Laravel: pluck() vs modelKeys(): how to get an array of IDs from an Eloquent Collection

Learn when to use pluck() or modelKeys() in Laravel to get an array of IDs from Eloquent collections, with real examples and performance tips.