If you look at open source projects on Github, you’ll see that they are mostly written in Markdown, but they still have a TOC. In today’s post, I’ll explain what a TOC is and how you can easily create one from Markdown.
In today’s post, I’d like to summarize what improvements and changes have been made to the for statement in Golang 1.22.
In today’s post, we’ll learn about Cross-Site Scripting (XSS), build a simple web server with Golang, and see how it can be attacked.
In the security field, a Content Security Policy (CSP) is one of the important methods used to harden website security. CSPs help prevent cross-site scripting (XSS) attacks and data injection attacks by restricting the sources from which web pages can load resources.