Web Dev stories

How to create an image compressor tool in JavaScript

Let’s create an image compression tool with JavaScript to simply (yet powerfully) reduce image sizes without compromising quality.

Secure Your Full-Stack Web Applications

The OWASP vulnerabilities list is the perfect starting point for web developers looking to strengthen their security expertise. Let’s discover how these vulnerabilities materialize in full-stack web applications and how to prevent them.

Understanding JavaScript Generator Functions

Generators are special functions in JavaScript that return an iterator and allow execution to be paused using the yield keyword. Unlike regular functions that run to completion when called, generators can be paused and resumed, making them useful for lazy execution and handling large datasets.

Currying in React: A Guide to Functional Components

Modern React aligns closely with functional programming (FP) principles, making our code cleaner, more readable, and predictable. Some fundamental FP concepts used in React include:

How To Use Chrome’s Developer Tools

The developer tools in Chrome let you inspect website content, view what files are loaded when visiting a page, generate detailed performance reports, and more.

Flowbite Illustrations – Free and open-source SVG illustrations

Get started with 54 free and open-source SVG illustrations based on 3D styles, fully compatible with Flowbite and Tailwind CSS.

A Content List With Bulk Actions Using Ancient HTML and Modern CSS

Here’s a pretty common pattern we see while designing responsive experiences or modernizing legacy applications. If you’ve used a cloud-based file manager, content management system or administrative UI, I’m sure you’ve seen it, too.

5 Best AI-Powered Git Commit Message Tools Compared

Writing good Git commit messages is important for maintaining a clear project history, but it can often feel like a chore. AI-powered tools simplify this process by helping you create messages quickly and easily.

How to Build a light/dark mode toggle switch component with CSS & JavaScrip

In this new tutorial, we’ll use previous knowledge and learn how to build a light/dark mode toggle switch component, a handy feature available in many sites and apps.

Build a Vector Image Service Using ThreeJS and Vite

Image vectorization is the process of converting raster images into vector formats like SVG. This is useful for improving scalability without losing quality. In this article, we will explore how to build an image vectorization service using Three.js, a powerful JavaScript library for working with 3D graphics in the browser.

1 2 10 11 12 13 14 87 88

Submit an article

You can submit new articles related to web design / development, UX, apps and graphic design. No homepage submissions, no spammy affiliate links will be accepted.
Title
URL

Thank you!

Thanks for submitting your story. We will review it and approve it if relevant.