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 be recent, or it could be classic.
And then read through the thread and ❤️ posts where you like. I'm hoping that the wisdom of the crowds can help unearth some great content every day.
Use the post's link liquid tag to display it fully, i.e.:
{% link https://dev.to/devteam/for-empowering-community-2k6h %}
And feel free to add why you want to want to give it more love.
Don't worry about whether you've picked the best post, let the readers decide if it should rise to the top.
Top comments (11)
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