How to Blur Faces in a Video from Command Line
1.5.2023
Privacy is always incredibly important, especially with visual media where you may not have the permission of individuals in the video. If you’re filming something in public, it’s likely you’ll catch someone’s face who simply doesn’t want or need to be identified. This...
Collective #762
28.4.2023
The “const” Deception * Keyv * Neat CSS * Crafting the Next.js Website
CSS content-visibility
28.4.2023
The CSS language is full of small gaps which are frustrating to navigate. Between CSS properties to hide a container and its contents, there is still room for improvement. visibility: hidden keeps height and width integrity while display: none on a container hides everything. You can...
Building a WebGL Carousel with React Three Fiber and GSAP
27.4.2023
Learn how to create an interactive 3D carousel using WebGL, React Three Fiber, and GSAP with this step-by-step tutorial
Image Tiles Menu Animation
26.4.2023
An animation featuring image tiles that transform into a full image when a menu item is clicked
Case Study: Studiogusto
25.4.2023
Get a glimpse of the creative and innovative techniques used by Studiogusto, a dynamic agency, in designing their new website to better reflect their values and showcase their expertise
5 JavaScript UI Components to Never Ask “How Do I Build That” Again
24.4.2023
Discover how Progress Kendo UI, a commercial-grade UI library featuring data grids, charts, schedulers, date pickers, and rich content editors, streamlines UI development and saves time for web developers
Collective #761
21.4.2023
WordPress Playground * Wayyy * Phind * Space Elevator * AutoFocusDOF
UI Interactions & Animations Roundup #31
19.4.2023
It's time for a new collection of Dribbble shots featuring trendsetting creative animations and motion designs that will ignite your inspiration
11 Revenue-Boosting Benefits of White Label Website Builders
18.4.2023
Wondering if your agency should use a website builder with or without white labeling? This post will explore 11 reasons why you should be using a white label website builder from now on
How to Get a Computer’s Hardware ID
18.4.2023
Cheating in online games is a huge issue these days — just ask anyone playing PUBG. Cheaters aren’t difficult for players to spot but vendors oftentimes don’t do enough to punish these villains. Krafton recently announced they would start banning cheaters by hardware ID, which...
JavaScript Array Group
17.4.2023
Managing, sorting, and manipulating data with JavaScript is a skill we’ve often delegated to third party libraries like lodash. As the JavaScript language progresses, however, these features eventually get. added to the JavaScript specification. Two such APIs for grouping of Array data...