Search
18 Movie Tie-In Popcorn Buckets We Loved (And Hated)
15.3.2024
As it turns out, the Dune: Part Two sandworm-shaped monstrosity that AMC is passing off as a popcorn bucket isn’t the only one of its kind. In fact, since 2019, AMC has apparently made a killing selling all kinds of collectible tie-in buckets for the year’s biggest blockbusters, from Star Wars:...
JavaScript: Reverse Arrays
26.6.2023
Manipulating data is core to any programming language. JavaScript is no exception, especially as JSON has token over as a prime data delivery format. One such data manipulation is reversing arrays. You may want to reverse an array to show most recent transactions, or simple alphabetic sorting....
JavaScript Array Group
17.4.2023
Managing, sorting, and manipulating data with JavaScript is a skill we’ve often delegated to third party libraries like lodash. As the JavaScript language progresses, however, these features eventually get. added to the JavaScript specification. Two such APIs for grouping of Array data...
Crypto Long & Short: Sorting Out Bitcoin’s P/E Ratio
15.2.2023
This week, Glenn Williams Jr. taps his equity research analyst background – the land of price-to-earnings ratios and other valuation techniques – to sort out whether bitcoin is under- or overvalued. Then, Jennifer Murphy, the CEO of Runa Digital Assets, puts digital assets into very broad...
WDRL — Edition 297: Carbon footprint of ads, JS sorting, PHP the right way and using what we have.
17.3.2022
Hey,
from time to time my intro isn’t entirely web-focused. I always struggle a bit when this is the case because usually it’s about sensitive topics which aren’t easy to discuss in public but this is a personal newsletter. And you can always skip the next paragraph.
personal intro
When I sent...
Legends: Arceus Players Are Begging For Better Ways To Organize Their Pokémon
9.2.2022
Like so many Pokémon games, Pokémon Legends: Arceus encourages players to catch lots and lots of Pokémon. It even incentivizes you to catch tons of the same creature, in order to obtain shinies and to fully complete its enhanced Pokédex. And this time around, instead of storing all those Pokémon...
Topological sort
16.12.2021
Jordan Scales explores the computer science concept of topological sorting, and what it might look like if applied to the concept of z-index in CSS. So, you don’t express what the z-index should be directly; instead, you say exactly …
Level up your .sort game
10.6.2019
Sorting is a super handy JavaScript method that can display the values of an array in a certain order. Whether that’s real estate listings by price, burger joints by distance, or best nearby happy hours by rating, sorting arrays of information is a common need.
If you’re already doing this with...
Git Checkout at Previous Timeframe
9.1.2019
In the past I’ve blogged about checking out branches created on a specific date as well as sorting git branches by date, but one frequent usage of git and dates is checking out a commit at a given time in the past. For example, I often say “Weird, this feature was working a month...
Upgrade AngularJS Sorting Filters to Angular
14.5.2018
In the early days of AngularJS, one of the most celebrated features was the ability to filter and sort data on the page using only template variables and filters. The magic of two-way data binding