Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

ariya.io

ariya.io

Get the latest updates from ariya.io directly as they happen.

Follow now 135 followers

Latest posts

Last updated 23 days ago

The Illusion of Perfect LLM Code

23 days ago

I recently tested several different LLMs by tasking them with implementing a...

One Decade Later: Revisiting Five Front-End Kung Fu Moves

about 2 months ago

Exactly ten years ago, I gave a talk at the SF JavaScript...

Geolocation and Interactive Maps

almost 13 years ago

Geolocation feature in a web browser is the key to improve the...

ECMAScript 6 and Proxy

almost 13 years ago

Being able to intercept a certain operation to an object can be...

Detecting JavaScript Libraries and Versions

almost 13 years ago

In the spirit of making our web browsing activities more secure, often...

Sequences using JavaScript Array

almost 13 years ago

Generating a sequence is a common programming task. This is rather easy...

Prime Numbers, Factorial, and Fibonacci Series with JavaScript Array

almost 13 years ago

Instead of using loops, JavaScript Array object is quite powerful to create...

Profile-Guided JavaScript Optimization

almost 13 years ago

Profile-guided optimization (PGO) is a known compiler technique to produce an optimized...

Encouraging Shorter Tech Talk

almost 13 years ago

Attending technical events, from the local after-hours meetups to the high-caliber and...

Continuous Painting Mode in Chrome

almost 13 years ago

Getting a consistent 60 fps experience on mobile web means that we...

JavaScript Kinetic Scrolling: Part 1

almost 13 years ago

Flick list, with its momentum effect and elastic edge, becomes a common...

Searching with Array.prototype.some

almost 13 years ago

Iterating over an array to search for an item is a pretty...