Web Development × Engineering Management × Philosophy (8)
Articles and books on the craft of web development (specifically, HTML and CSS optimization and maintainability) as well as on engineering management and leadership. (Exceptions prove the rule.)
One-Dimensional Website Optimization Considered Harmful
There are many website optimization vectors—SEO, performance, accessibility, &c.—, but optimizing on only one dimension may not only be expensive, but also counter-productive. On optimizing optimizations.
#109 · · development
Website Optimization Measures, Part XIV
About link relationships, Twitterbot, dark mode, tags, addresses, social markup, color-scheme
, and—FLoC.
#108 · · design, development
Minimal Social Markup
Every website and app these days relies on so-called “social markup,” metadata for a richer and prettier display in social media and messaging tools. On the absolute minimum you may need.
#107 · · development
Thoughts on an Accessibility “Get Well” Plan
Have you ever wondered how to anchor accessibility in an engineering team, one that isn’t yet producing accessible sites or apps? Some options to start with, for further refinement and discussion.
#106 · · development
The Machine-Illustrated Life of a Frontend Developer
You may know DALL·E, what you can do with it, what others do with it, and… be intrigued by that, too. And you may wonder, how would AI depict frontend developers?
#105 · · development, misc
HTML Concepts: Focusable Areas
When you hear “focusable area,” what comes to your mind? Anchors and form elements that receive focus when being “tabbed through,” i.e., that are highlighted and that can be interacted with? That’s not a bad description!—but also not a complete one.
#104 · · development
“The One With the Biggest Hammer Wins”
On a game we could stop playing.
#103 · · philosophy, misc
Write HTML, the HTML Way (Not the XHTML Way)
You may not use XHTML (anymore), but when you write HTML, you may be more influenced by XHTML than you think. You are very likely writing HTML, the XHTML way.
#102 · · development
Two Approaches to Accessibility on the Web
One can distinguish two approaches to accessibility on the Web: to produce accessible websites and apps (active accessibility), and to produce accessible-making software (passive accessibility). On how largely using one approach would stand in the way of a greater vision for web accessibility.
#101 · · development
The CSS Art Paradox
The fanciest CSS, standing on the shoulders of bloated HTML.
#100 · · design, development
3 Books for Working With Reality
With or without The Complete Conversations With God, The Nature of Personal Reality, and Loving What Is?
#99 · · philosophy
4 Books to Become a Greater Person
We may be quite fine as we are, but—we can probably still cultivate our character, our values, our conduct. Summoning Character, Advice to Young Men and Young Women, Profiles in Courage, and The Continuum Concept for inspiration.
#98 · · misc
3 [+1] Books to Become a Better Developer
When a frontend developer chooses A Philosophy of Software Design, The Pragmatic Programmer, and Clean Code.
#97 · · development
4 Books to Become More Efficient and Effective
The start of a four-post mini-series about some of my favorite books, here featuring The One Thing, Getting More, Getting Things Done, and The Intelligent Investor.
#96 · · misc
HTML Concepts: Commands and Facets
On what you think they are, and something that what you think they are has.
#95 · · development
What Makes You a Professional Web Developer
On a starting point that involves committing to high standards (including validating, and exercising control over oneself), acting ethically, practicing, learning, taking care of oneself, and taking care of others.
#94 · · development
Website Optimization Measures, Part XIII
Lessons from running multiple websites, this time covering SVGs, HTML optimization, auto-completion, semantics tricks, code styling, favicon markup, and social images. Happy Saturday.
#93 · · development
25 Additional Web Development Terms You May Not Have Heard Of
__qem
s, cyclomatic complexity, homogenous migrations, NUIs, OOPIFs, and everything the web and software developer needs.
#92 · · development
On the Peculiarities of Counting the Number of HTML Elements
How many HTML elements are there? What looks like a fairly simple question, isn’t one, because there isn’t one number of HTML elements.
#91 · · development
Reduce the Pressure on Young and Inexperienced Developers
Lower the expectations on young and inexperienced developers, and raise the expectations on their mentoring and coaching: on running gags, unrealistic expectations, and healthier hiring.
#90 · · development, management
2021
Professional and personal highlights and data.
#89 · · misc
HTML Concepts: Form Owners
Today in “HTML Concepts”: form owners. It’s not what you are when you put a form on a page. What are form owners? In essence, form elements that so-called form-associated elements are tied to.
#88 · · development
Web Frameworks, Coding Guidelines, Quality Control, and the Craft of Web Development
“Good frameworks aim to be tailored, usable, and extensible”? “Coding guidelines must be communicated, enforced, and reviewed”? “No website should go without a plan for quality control”?
#87 · · development
The 6 Ways of Writing HTML (and Their Combinations)
There are 6 general ways of writing HTML: unsystematic, valid, semantic, accessible, required-only, and hyper-optimized. These types make for 19 combinations—the ways we write HTML.
#86 · · development
HTML Concepts: Common Idioms
Welcome to another brief post in the “HTML Concepts” series. Today we’re going to look at common idioms: popular design patterns for which HTML doesn’t have dedicated elements, but makes suggestions.
#85 · · development