Server-Side Template Injection in Go

Server-Side Template Injection is a vulnerability that arises when user input is improperly processed by a template engine, potentially leading to remote code execution or reading of confidential file...
0 Read More

Learning GO: The container types

Learning GO: The container types
Welcome back to another exploration of Go! This week, we're looking at Go’s three container types: arrays, slices, and maps. So far, things have been quite easy to follow, but these examples are ...
0 Read More

GO Full Course

Hey everyone,I'm thrilled to announce the launch of my brand-new Go programming full course on YouTube! 🎉Go VersionI am using Go Version 1.22.About MeFor those who don't know me, I'm Amir, a passio...
0 Read More

Dive In Web Development in Go

Dive In Web Development in Go
Introduction to Web Development in Go Web development allows us to create powerful digital solutions across various industries, from e-commerce to social media. While many programming languag...
0 Read More