JavaScript

This website was created with HTML. Can you do the same?

Stop Writing JavaScript

So called modern web development has made websites worse, slower, and heavier. Read on to find out why server-side rendering isn't the solution to a problem that single page applications have created, and why you really, REALLY, should start to write less JavaScript code. (Yes, that includes TypeScript)

Posted

#Software-Development #Architecture #Javascript

A code example of the js pipe operator from the article

Why the New JS Pipeline Operator Is a Terrible Idea

Functional programming styles have some advantages, like predictability and great debugability. Those rely on well-defined patterns that implicitly avoid that you end up shooting yourself in the foot. The newly proposed JavaScript pipe operator comes without this protection and has a good chance of introducing hard-to-understand code and bad bugs. Here's why.

Posted

#Functional #F #Javascript #Pipe

Javascript errors for you users might get lost if you don't log them. This post is showing a very easy way to get to them, without requiring users to call you on the phone.

Logging browser script errors with nginx

Javascript errors for you users might get lost if you don't log them. This post is showing a very easy way to get to them, without requiring users to call you on the phone.

Posted

#Console.error #Javascript #Log #Browser #Logging #Error