惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

美团技术团队
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
O
OpenAI News
N
News | PayPal Newsroom
Simon Willison's Weblog
Simon Willison's Weblog
P
Privacy International News Feed
T
The Exploit Database - CXSecurity.com
Martin Fowler
Martin Fowler
Recent Commits to openclaw:main
Recent Commits to openclaw:main
月光博客
月光博客
SecWiki News
SecWiki News
T
Threat Research - Cisco Blogs
S
Securelist
K
Kaspersky official blog
S
Secure Thoughts
博客园 - Franky
Project Zero
Project Zero
D
Darknet – Hacking Tools, Hacker News & Cyber Security
量子位
小众软件
小众软件
C
CERT Recently Published Vulnerability Notes
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 三生石上(FineUI控件)
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Cyberwarzone
Cyberwarzone
PCI Perspectives
PCI Perspectives
V
Visual Studio Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Spread Privacy
Spread Privacy
Security Archives - TechRepublic
Security Archives - TechRepublic
T
Tor Project blog
IT之家
IT之家
雷峰网
雷峰网
Last Week in AI
Last Week in AI
T
Threatpost
博客园 - 【当耐特】
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Application and Cybersecurity Blog
Application and Cybersecurity Blog
C
Check Point Blog
H
Help Net Security
B
Blog RSS Feed
N
News and Events Feed by Topic
I
Intezer
Webroot Blog
Webroot Blog
G
GRAHAM CLULEY
L
LangChain Blog
Hugging Face - Blog
Hugging Face - Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Heimdal Security Blog

oida.dev | TypeScript, Rust

TypeScript's `erasableSyntaxOnly` Flag Unsafe for work Tokio: Macros Tokio: Channels Tokio: Getting Started Network Applications on the Tokio Stack Remake, Remodel, Reduce. The `never` type and error handling in TypeScript 5 Inconvenient Truths about TypeScript Refactoring in Rust: Introducing Traits Refactoring in Rust: Abstraction with the Newtype Pattern Announcing the TypeScript Cookbook TypeScript: Iterating over objects The road to universal JavaScript 10 years of oida.dev Rust: Tiny little traits The TypeScript converging point How not to learn TypeScript Getting started with Rust Introducing Slides and Coverage TypeScript: The humble function overload TypeScript + React: Children types are broken TypeScript: In defense of any Rust: Enums to wrap multiple errors Dissecting Deno Error handling in Rust TypeScript: Unexpected intersections Upgrading Node.js dependencies after a yarn audit TypeScript: Array.includes on narrow types TypeScript + React: Typing Generic forwardRefs shared, util, core: Schroedinger's module names Learning Rust and Go TypeScript: Narrow types in catch clauses TypeScript: Low maintenance types Tidy TypeScript: Name your generics Tidy TypeScript: Avoid traditional OOP patterns Tidy TypeScript: Prefer type aliases over interfaces Tidy TypeScript: Prefer union types over enums My new book: TypeScript in 50 Lessons Go Preact! ❤️ this in JavaScript and TypeScript TypeScript and ECMAScript Modules TypeScript + React: Why I don't use React.FC TypeScript + React: Component patterns TypeScript: Augmenting global and lib.dom.d.ts Vite with Preact and TypeScript TypeScript: Union to intersection type 11ty: Generate Twitter cards automatically Are large node module dependencies an issue? TypeScript: Variadic Tuple Types Preview TypeScript: Improving Object.keys Remake, Remodel. Part 4. TypeScript + React: Typing custom hooks with tuple types TypeScript: Assertion signatures and Object.defineProperty TypeScript: Check for object properties and narrow down type Boolean in JavaScript and TypeScript void in JavaScript and TypeScript Symbols in JavaScript and TypeScript Why I use TypeScript TypeScript + React: Extending JSX Elements TypeScript: Validate mapped types and const context TypeScript: Match the exact object shape TypeScript: The constructor interface pattern Streaming your Meetup - Part 4: Directing and Streaming with OBS Streaming your Meetup - Part 3: Speaker audio Streaming your Meetup - Part 2: Speaker video Streaming your Meetup - Part 1: Basics and Projector TypeScript and React Guide: Added a new styles chapter TypeScript and React Guide: Added a new render props chapter TypeScript and React: Styles and CSS TypeScript and React TypeScript and React Guide: Added a new prop types chapter TypeScript without TypeScript -- JSDoc superpowers TypeScript: Mapped types for type maps JAMStack vs serverless web apps The Unsung Benefits of JAMStack Sites TypeScript: Ambient modules for Webpack loaders My most favourite talks in 2018 TypeScript and React Guide: Added a new context chapter TypeScript: Built-in generic types TypeScript: Type predicates JSX is syntactic sugar TypeScript and React Guide: Added a new hooks chapter Getting your CfP application right FAQ on our Angular Connect Talk: Automating UI development TypeScript and Substitutability Debugging Node.js apps in TypeScript with Visual Studio Code From Medium: Deconfusing Pre- and Post-processing From Medium: PostCSS misconceptions Saving and scraping a website with Puppeteer Cutting the mustard - 2018 edition Wordpress as CMS for your JAMStack sites My most favourite podcast episodes in 2017 My most favourite talks in 2017 My most favourite books in 2017 The Best Request Is No Request, Revisited Not so hidden figures - Organizing ScriptConf My podcast journey to ScriptCast Grid layout, grid layout everywhere! #scriptconf and #devone
Book Review: CSS Secrets by Lea Verou
2015-08-24 · via oida.dev | TypeScript, Rust

In 2012 I saw one of Lea Verou’s talks for the first time. And if you every had the opportunity of seeing her, you know that you are in for a treat. Her unique way of teaching all those nifty CSS tricks is not only entertaining and engaging, but also a huge motivation for your own work. Every time I returned home from one of those conferences, I tried recreating those tricks and secrets (as she calls it) at home. Using her interactive slides I managed to recreate a good deal of what she’s shown, but sometimes I wished I had some sort of documentation ready. Well, this is now available with her book “CSS Secrets”.

Reading CSS Secrets is like watching Lea on stage. You get 47 common design issues shown, and find some secrets in CSS that provide a solution. Each secret tries to solve one design issue in the most applicable way. The solution is geared towards being accessible, efficient and maintainable. What you get is a journey from the most obvious solution to the one which meets every criteria Lea emphasizes. Along this journey you tackle several techniques, ending up with lots of new knowledge about different CSS properties and their corresponding values. In doing so, those learnings stick with you. And this is one of the wonderful things about this book. You think you learn how to style translucent borders, but what you really learn is to use things like padding-box. Generating striped backgrounds helps you understand that linear gradients behave just like regular images. When styling pie charts you actually learn that properties like animation-delay exist. Those are the things you carry over to your own work.

It has to be noted that this book is also extraordinarily well written. You practically can hear Lea speaking to you as she guides you step by step to the final solution. Also, her introduction chapter is well worth the time, showing you how the W3C works internally, how standards are made and what actually is necessary to make good CSS. From the start you know that this is a professional book for advanced CSS developers. Perhaps the only one of its kind.

This is not your average CSS book. This is a challenging read that changes the way you looked at CSS forever. I recommend – no – I urge you to read this book. An instant classic and a must-read for anyone who codes CSS.

Related Articles