Web Development

Wrapping and Truncating Overflowing Text with CSS

A consistent approach to using white-space, overflow-wrap, word-break, and various text formatting properties in CSS.

Read
Web Development

3 Security Must-Knows for Front-End Developers

A brief review of HTTPS, XSS (Cross-Site Scripting), and CSRF (Cross-Site Request Forgery).

Read
Web Development

Composition Events

I examine an oft-overlooked issue relating to browser input elements and typing methods for Chinese characters.

Read
Web Development

Assembling Robust Web Chat Applications with JavaScript: An In-depth Guide

A practical deep-dive into how you can write complex web chat UIs effectively with some of the best JavaScript tools out there.

Read