收藏 / 列表

Ahmad Shadeed - A Deep Dive Into object-fit And background-size In CSS

We’re not always able to load different-sized images for an HTML element. If we use a width and height that isn’t proportional to the image’s aspect ratio, the image might either be compressed or st

Techniques , Tools , Css , Browsers

Victor Ayomipo - Solo Development: Learning To Let Go Of Perfection

As expected from anyone who has ever tried building anything solo, my goal was not to build an app but the app — the one app that’s so good you wonder how you ever survived without it. I had everyth

workflow , Inspiration , Web Design , Opinion Column

Preethi Sam - The Things Users Would Appreciate In Mobile Apps

Remember the “mobile first” mantra? The idea was born out of the early days of responsive web design. Rather than design and build for the “desktop” up front, a “mobile-first” approach treats small

mobile , Web Design , User Experience , ui

Jhey Tompkins - A Guide To Audio Visualization With JavaScript And GSAP (Part 2)

Last week in Part 1, I explained how the idea about how to record audio input from users and then moved on to the visualization. After all, without any visualization, any type of audio recording UI

react , Techniques , coding , Javascript

Geoff Graham - The Fight For The Main Thread

This article has been kindly supported by our dear friends at SpeedCurve who not only help people measure the speed of their websites, but also identify and fix performance issues. Thank you!

performance , Tools , testing

Louis Lazaris - Powerful Image Optimization Tools

In recent years, the web development community has rightfully spread the message widely that images are often the largest resource on any given web page. While many developers spend time optimizing

performance , optimization , Techniques , Tools

Brecht De Ruyte - Easy Fluid Typography With clamp() Using Sass Functions

Fluid typography is getting a lot more popular, especially since the clamp() math function is available in every evergreen browser. But if we’re honest, it’s still a lot of mathematics to achieve th

sass , Techniques , Typography , Css

Juan Diego Rodríguez - Making Sense Of “Senseless” JavaScript Features

Why does JavaScript have so many eccentricities!? Like, why does 0.2 + 0.1 equals 0.30000000000000004? Or, why does "" == false evaluate to true? There are a lot of mind-boggling decisions in JavaS

react , Javascript

Vitaly Friedman - Designing Filters That Work: Best Practices and Guidelines

Filters are everywhere. While we often think of them appearing when booking flights or shopping online, filters are frequently used in pretty much every interface that features more than a handful o

Design Patterns , Best Practices , ux , Usability , Web Design

計算機專業指導老師 - 基於VUE的交通違法行為監控系統[VUE]-計算機畢業設計源碼+LW文檔

摘要 隨着城市交通複雜度提升,傳統人工管理交通違法的方式面臨效率低、數據孤島、處理滯後等問題。本文設計並實現了一套基於Vue.js的交通違法行為監控系統,採用前後端分離架構,前端集成Element UI實現高效交互,後端通過RESTful API提供數據支持。系統涵蓋違章記錄管理、審核流程跟蹤、數據統計、用户權限控制等核心功能,支持違章圖片上傳、多條件檢索、實時審核反饋等操

軟件研發 , 數據 , Vue , ui