I was working on a problem on Codewars.com and I stumbled upon an interesting solution on StackOverflow. Someone was asking how to reverse an array WITHOUT using .reverse(). Here is one solution someone wrote: let reverse=a=>[...a].map(a.pop,a) I... (more…)
Read more »
In this post, we will dive into the most important things every Docker user should keep in mind to secure their deployments. (more…)
Read more »
In this tutorial we’ll learn how to create CSS keyframes in JavaScript using JSON and small modules. We’ll be creating this simple interactive demo below tha... (more…)
Read more »
After I finished the first article I wasn't sure how long it would be before we'd have enough topics... (more…)
Read more »