A Fun CSS Text Effect
A quick demo of a fun CSS text effect using background-clip: text and text-stroke, with notes on browser compatibility.
A quick demo of a fun CSS text effect using background-clip: text and text-stroke, with notes on browser compatibility.
Explains how to create halftone patterns using CSS, covering gradients, masks, and filters for a retro printing effect.
A tutorial on implementing a search feature for a React table using the React Table Library and external data manipulation.
Learn how to remove duplicate values from arrays in JavaScript using Sets and the filter method with indexOf.
Explains the CSS drop-shadow filter, its advantages over box-shadow for non-rectangular shapes, clipped elements, and grouped components.
Explains higher-order functions in functional programming, covering their definition, uses for abstraction, and adding functionality.
Explores JavaScript Array methods like map(), filter(), every(), and some() as alternatives to traditional for loops for cleaner, more functional code.
A guide to creating a custom text input filter for Django Admin to improve performance over standard search fields.
A tutorial on creating a custom search filter pipe for the *ngFor directive in Angular 2 to replace Angular 1.x filters.
Announcement of a new blog by a Tapestry 5 committer, featuring posts on the framework, releases, and integration with JSR-303.
Django 1.1 introduces F() expressions for database queries, enabling field comparisons and arithmetic in filter() and update() methods.