Please make a comment to this thread with a DEV post that you think deserves to be read more broadly. If it's your own post that's fine.
It could ...
For further actions, you may consider blocking this person and/or reporting abuse
You know how some people say that it's useless to re-implement array methods in terms of
.reduce
.... well, it turns out it's not that useless. We can use that handy "feature" to build composable operations on top of reducers, and use.reduce
itself as an iteration protocol. This stuff is insane.Transducers in javascript
Heiker ć» Dec 28 '20 ć» 15 min read
10 Things I Wish Iād Learned Sooner After Being a Developer for 10 Years
Alex Lakatos š„ ć» Nov 17 '20 ć» 8 min read
Updated my post recently, it's a comprehensive cheatsheet along with some examples. Let me know your feedback :)
Python regular expression cheatsheet and examples
Sundeep ć» Sep 23 '19 ć» 9 min read
I wrote a post to introduce beginners to git as well as highlight some handy practices while working with git.
Handy Git Commands and practices to improve your workflow
Ted Ngeene ć» Jan 16 ć» 10 min read
2 Tips to Clean Ugly if Statements
Petros Koulianos ć» Jan 18 ć» 1 min read
Tool which analyzes your github star history
I made a tool which analyses your Github star history
nurgasemetey ć» Jan 18 ć» 1 min read
Running Rust in WebAssembly in a Pool of Concurrent Web Workers in JavaScript
Alessandro Genova ć» Jan 18 ć» 2 min read
Entity Framework Core Spotify data seed generator
Dries Deboosere ć» Jan 17 ć» 19 min read
Creating a Featured Posts collection in 11ty
Jonathan Yeong ć» Jan 18 ć» 2 min read
Gilded Rose kata revisited
Sandor Dargo ć» Aug 9 '18 ć» 1 min read
A great series by Tracy for those who wish to start learning react.
The vanilla Javascript basics to know before learning React JS
Jane Tracy š©š½āš» ć» Sep 20 '20 ć» 9 min read