A 2021 Crash Course in Next.js (7 minute read)
Next is a React web framework that is perfectly suited for larger production apps. It features server-side rendering, easy page routing, API routes, static site generation, easy deployment, and out-of-the-box TypeScript and Sass, no special packages required. This article is a guide on how to use Next to set up a simple app.
Tricking the tricksters with a next level fork bomb (4 minute read)
Some people try to trick others into running destructive shell commands by obscuring them. This article describes how someone decided to fight back by creating an obscured command which attacked anyone who tried to decode it. Only people familiar with the attack would try to decode the command, which would result in their systems slowing to a crawl until they rebooted. The examples in the article can be dangerous, do not copy-paste anything from it into your own shell.