Scroll to see more

14-Dec

Today's posts

3 min read – Security

Content Security Policy

Use Content Security Policy (CSP) headers to prevent loading of untrusted resources and mitigate cross-site scripting (XSS) attacks

3 min read – JavaScript

Writing JavaScript With Only Six Characters

You've probably seen someone on the internet write funny-looking but runnable JavaScript code using only six different characters. But how does that actually work?

3 min read – React

Error Handling in React

Let's deal with those pesky errors once and for all