Articles by Tag #filter

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Solving URL Length Issues in Rails Filters and Pagination

I’m writing this post because every solution I found involved JavaScript— but I refused to go down...

Learn More 17 1Feb 22

Blocking FastAPI Access Logs

Have you ever found your FastAPI deployment cluttered with unnecessary access logs? These logs can...

Learn More 8 0Jul 14 '24

Adding efficient Blog Search Functionality with Tailwind CSS and React Nextjs

In my recent project portfolio, I focused on improving the user experience by implementing a...

Learn More 6 0Aug 12 '24

Understanding `filter`, `map`, and `reduce` in JavaScript

As a developer working with JavaScript, it is crucial to understand the built-in array methods that...

Learn More 2 2May 21

Creating an Umbraco Backoffice Accessor for Conditional Page Rendering

Introduction Umbraco is a popular CMS that offers extensive customization and security...

Learn More 1 0Jul 6 '24

Filter & IO redirection command.

Grep grep command is used to find texts from any text input. Passwd file: stores...

Learn More 0 0Aug 8 '24

How to Create a Search Menu to Filter List Items, using CSS and JavaScript

This tutorial explains How to Create a Search Menu to Filter List Items, using CSS and JavaScript....

Learn More 0 0Apr 29

Opacité vs CSS Filter

Quand on place du texte sur image on est toujours confronté au problème de la lisibilité. Je joue...

Learn More 0 0Dec 20 '24

Using htmlq to filter web data

Similar to the jq, the htmlq facilitates the filtering of html data. It can be utilized along with...

Learn More 0 0Aug 18 '24

Removendo arquivos indesejáveis em um repositório Git

Passo a passo para remover arquivos indesejáveis do repositório Git.

Learn More 0 0Apr 2

How to Filter a Collection Using Streams in Java?

Java 8 introduced the Stream API, which allows for functional-style operations on collections. One...

Learn More 0 0Jun 9