A post by Jon Randy ๐๏ธ
A post by Jon Randy ๐๏ธ
A post by Jon Randy ๐๏ธ
A post by Jon Randy ๐๏ธ
Just read a great paper on LLMs. I strongly suggest reading it, but here's the...
This is a submission for DEV Computer Science Challenge v24.06.12: One Byte Explainer. ...
Okay, lets dive straight into the code... const fib = n => Math.floor((((1 + 5**.5)/2)**n -...
In the ever-evolving landscape of online content creation, the utilization of generative AI has...
The two biggest (and unfortunately widespread) misconceptions about closures: A closure is...
There's a new โAIโ coding assistant on the block, and it outshines all others I've seen by a very...
Following on from my little experiment with a basic number range syntax in JS, I decided (as with...
Given the following code: function add(a, b) { return a + b } const add1 = function(a, b) { ...
WARNING: using this technique in production code may result in injury or death during code...
The rapid pace of improvement in processor speeds over the years - and of hardware performance/cost...
I was going to write a post on this, but this tweet pretty much sums up my thoughts on the...
TL;DR - please like/share/comment on this post if you'd like once again to use our beloved...
Can anyone else remember the time when DEV had interesting, non-repetitive articles? Content...
Okay - first things first... I am in no way anti clean code, and I'm not saying it is necessarily a...
I've been frustrated for a while at the lack of easy pixel manipulation functionality in the canvas...
Click for spoilers Turboprop allows you to use arrays as property accessors to both get and set...
Without this little rubber keyed wonder, I would not be the programmer I am today... Who else got...
If so, what are your reasons?
Okay, so this may seem like a lazy post since it is essentially reposting the content of others - but...
Since you're all on DEV - I think it's safe to assume that you probably like development, or at the...
Today on 'Cooking with Metho', we'll be making a nice curry. Ingredients 1 x metho -...
So, whilst Sets were a great addition to JavaScript, there did seem to be some glaring omissions. The...
[insert reworked page from MDN reference documentation here] Link to my mediocre 'Web Development...
Following on from the previous introduction to Metho, I decided to throw together metho-number as a...
TL;DR Metho allows you to easily and safely add methods in the form of dynamic properties...
Following on from Ben's post I thought it might be interesting to turn the question around the other...