This is a question I had learned from a colleague. I had been asking it while conducting JavaScript interviews, but it’s actually a… (more…)
Read more »
In my article on Understanding the Critical Rendering Path, I wrote about the effect JavaScript files have on the Critical Rendering Path. JavaScript is considered a "parser blocking resource". This means that the parsing of the HTML document itself i... (more…)
Read more »
I wrote a todo app. Unlike TodoMVC (where I took the design from) it doesn’t use JavaScript and instead all interactions are driven by CSS. (more…)
Read more »
On this week's episode, we reminisce about a gentler time in which we would have a fun idea, create a new directory, and immediately start coding. To this end, Paul has started working on an open source web server environment, webserv, to handle some path... (more…)
Read more »
Sel - A compiler for thin Symbolic Expressions abstraction layer over Lambda calculus. (more…)
Read more »