Remove finds matching values, not positions, even with mixed types.
Remove finds matching values, not positions, even with mixed types.
PHP Array Key Casting Explained
PHP automatically casts array keys in ways you might not expect! This tutorial reveals the shocking truth about array key types.
Learn why integer 1, string "1", and float 1.5 all become the same array key in PHP. Understanding this behavior is crucial for avoiding bugs!
Essential PHP knowledge for intermediate and advanced developers.
#PHP #Arrays #PHPTutorial #CodingTips #Programming #TypeCasting #WebDevelopmen...
Oh, the joys of academia! 🤓 Apparently, #arrays are just #functions in disguise! 🎭 Next, they'll tell us that bubble sort is an avant-garde performance art piece! 🎨 Let's just fork this on #GitHub and pretend we understand. 🙄
https://futhark-lang.org/blog/2026-01-16-are-arrays-functions.html #academia #bubble_sort #humor #HackerNews #ngated
PostgreSQL arrays có thể thay thế quan hệ một‑nhiều, nhiều‑nhiều, nhưng thực chất là lưu trữ tài liệu ẩn. Dù dùng kiểu integer[] hay JSON list, bạn đang ưu tiên locality hơn chuẩn hoá, giúp truy xuất nhanh nhưng tiềm ẩn chi phí. Hãy cân nhắc trade‑off khi thiết kế DB. #PostgreSQL #Database #Arrays #CSDL #LậpTrình #DataModeling
https://www.reddit.com/r/programming/comments/1qh13xf/the_hidden_cost_of_postgresql_arrays/
Stop Turning Everything Into Arrays (and Do Less Work Instead), by (not on Mastodon or Bluesky):
https://allthingssmitty.com/2026/01/12/stop-turning-everything-into-arrays-and-do-less-work-instead/
Why Object of Arrays (SoA Pattern) Beat Interleaved Arrays: A JavaScript Performance Rabbit Hole, by (not on Mastodon or Bluesky):
#Development
Stop turning everything into arrays · Iterator helpers give us a native, lazy alternative https://ilo.im/169s5j
_____
#Programming #Coding #JavaScript #IteratorHelpers #Arrays #WebDev #Frontend
TypeScript Strictness Is Non-Monotonic: Strict-Null-Checks and No-Implicit-Any Interact, by @huonw.bsky.social:
PHP Array Identity Comparison String vs Integer Keys
Are string keys and integer keys the same in PHP arrays? This mind-blowing tutorial reveals the truth!
Watch the comparison between array with string key "1" versus array with integer key 1. The result will change how you think about PHP arrays!
Perfect for PHP developers who want to avoid subtle bugs in their code.
#PHP #Arrays #PHPTutorial #CodingTips #Programming #WebDevelopment #PHPDevelo...
How to Group Arrays in JavaScript Without “reduce()”, by (not on Mastodon or Bluesky):
#Development #Techniques
Grouping JavaScript arrays · “If you’re still reaching for reduce(), give these a try.” https://ilo.im/167fns
_____
#Arrays #JavaScript #ES2024 #Browser #WebDev #Frontend #Backend
#Development #Techniques
Stop using ‘.reverse().find()’ in JavaScript · ‘findLast()’ and ‘findLastIndex()’ are cleaner and safer https://ilo.im/1672pg
_____
#Arrays #ES2023 #JavaScript #React #Browser #WebDev #Frontend #Backend
Systolic #arrays and bfloat16 multipliers, 2 components of tensor #processing units that are responsible for accelerating your #deeplearning model training time. https://youtu.be/JC84GCU7zqA #programming #cpu #tpu #matrix #multiplication #artificialintelligence :thaenkin:
Finally, Safe Array Methods in JavaScript, by (not on Mastodon or Bluesky):
https://allthingssmitty.com/2025/09/08/finally-safe-array-methods-in-javascript/
#Development #Introductions
Safe array methods in JavaScript · A tiny syntax change makes a big difference https://ilo.im/166pp4
_____
#Arrays #JavaScript #ES2023 #React #NodeJS #Browser #WebDev #Frontend #Backend
Learning Web Development: JSON and Processing Files in Node.js, by @rauschma:
https://2ality.com/2025/08/javascript-json-processing-files.html
Learning Web Development: Arrays in JavaScript, by @rauschma: