Mobile Web
Everything on SkillVeris tagged Mobile Web — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What Are CSS Viewport Units (vh, vw, dvh, svh, lvh)?
CSS viewport units size elements relative to the browser viewport — vw and vh are percentages of the initial viewport width/height, while the newer dvh, svh, a…
What Is the Backend-for-Frontend (BFF) Pattern?
The Backend-for-Frontend pattern is a dedicated server layer, owned by the frontend team, that sits between a specific client (web, mobile, etc.) and the under…