收藏 / 列表

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 - Previewing Content Changes In Your Work With document.designMode

So, you just deployed a change to your website. Congrats! Everything went according to plan, but now that you look at your work in production, you start questioning your change. Perhaps that change

devtools , Tools , testing , debugging , Browsers

Preethi Sam - Best Of Pro Scheduler Libraries

This article has been kindly supported by our dear friends at Bryntum, who are strong believers in the web as an application platform and provide advanced UI components and dev tools for over 500

workflow , Productivity , Tools

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

Juan Diego Rodríguez - Uniting Web And Native Apps With 4 Unknown JavaScript APIs

A couple of years ago, four JavaScript APIs that landed at the bottom of awareness in the State of JavaScript survey. I took an interest in those APIs because they have so much potential to be usefu

API , Apps , Javascript

Geoff Graham - Running A Page Speed Test: Monitoring vs. Measuring

This article has been kindly supported by our dear friends at DebugBear who help optimize web performance to improve user experience. Thank you! There is no shortage of ways to measure the

performance , optimization , Techniques , Tools

Louis Lazaris - Powerful Terminal And Command-Line (CLI) Tools For Modern Web Development

Many modern programmers, including front-end and full-stack developers, work daily with the command line. Even those who are relatively new to web development are picking up command-line skills earl

Techniques , Round-Ups , Tools , coding

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

Apifox - 深入淺出:Bearer Token 是什麼及其工作原理

在當前數字化時代,網絡安全尤為關鍵。隨着技術快速進步,需求日益增長,保障應用程序中用户數據的安全成為開發者們的首要任務。其中,Bearer Token 作為一種高效的驗證策略,在防止未授權訪問中發揮着不可或缺的作用。 解析 Bearer Token Bearer Token,一種基於文本的安全令牌,主要用於在網絡請求中驗證用户身份。"Bearer" 這一名稱意味着,任何擁有該令牌的實體都被授權訪問

bearer-token , API , token , authentication , 後端