webdiscus

webdiscus @webdiscus

About: Web developer

Location:
Cologne, Germany
Joined:
Aug 5, 2022

webdiscus
articles - 7 total

Automatically generate favicons and inject them into HTML with Webpack

Problem We have a source image file, e.g., 1024x1024px, and we want to generate favicons...

Learn More 1 0Nov 9 '23

3D parallax effect by moving mouse using CSS

This is demonstration how to create the 3D parallax effect when moving mouse using the CSS...

Learn More 37 16Oct 10 '23

Comparison and Benchmarks of Node.js libraries to colorize text in terminal

In the Node.js ecosystem, there are a lot of libraries for coloring text in the terminal. Every...

Learn More 3 1Sep 20 '23

Auto generate integrity attribute for script and style tags in HTML using Webpack

What is integrity hash? The subresource integrity hash is a cryptographic value of the...

Learn More 5 0Sep 6 '23

Using HTML Bundler Plugin for Webpack to generate HTML files

Webpack works for building JavaScript bundles, but does not support neither the HTML nor the CSS...

Learn More 9 3Aug 6 '23

Keep output directory structure in Webpack

Some web projects may have many HTML templates that need to be compiled and placed in the output...

Learn More 0 0Aug 2 '23

New way to build a web application with Webpack

What do we need to build a web application? HTML file or template style source files JavaScript...

Learn More 2 2Jun 25 '23