Search
Collective #471
26.11.2018
Progress-estimator * Felipe * Fibre * Electricity * Hue * What, exactly, is the DOM? * Essential TypeScript Types * Canvas Proximity Mask
Collective #471 was written by Pedro Botelho and published on Codrops
Understanding The Underlying Processes of JavaScript’s Closures And Scope Chain
5.7.2018
When developers start exploring the JavaScript programming language, the concept of Scope and Closures can be expected to be a hurdle to their progress. The reason behind this behavior is the compl
Animating Progress
30.4.2018
Jonathan Snook on the complexity of animating the <progress> element. If you’re unfamiliar, that’s the element that spits out a bar chart-like visual that indicates a position between two values:
This example has custom styles, but you get the point.
Jonathan's post shows off a method...
Collective #410
26.4.2018
Native-Like Animations * Grid to Flex * Sketch UX Kit * Day.js * Classroomies * Recurss * Animating Progress * VHS Effects
Collective #410 was written by Pedro Botelho and published on Codrops
Reset File Changes with git
25.4.2018
There are many different philosophies when it comes to code review but mine is fairly simple: I like receiving early “work in progress” patches, I like to be positive in my code review messages, and if a patch is 90% there, I like to finish the patch myself so the project...