Golang Shines
Author

Golang Shines

We share daily the latest Golang technical articles, practical resources, language news, tutorials, and real-world projects to help everyone learn and improve.

166
Articles
0
Likes
552
Views
0
Comments
Recent Articles

Latest from Golang Shines

100 recent articles max
Golang Shines
Golang Shines
Sep 10, 2026 · Information Security

DeepSeek-DSH Red Team: 9 Modes & 15 Plugins for Pentest, Code Audit, Cloud Security

The DeepSeek-DSH Red Team Mode project provides nine self-contained security research presets—including penetration testing, code audit, binary analysis, AV evasion, incident response, cloud security, and CTF solving—plus fifteen runtime plugins for stage gating, routing, security enforcement, scanner integration, and campaign memory, all deployable offline atop the deepseek-harness framework.

AV evasionCTFbinary analysis
0 likes · 18 min read
DeepSeek-DSH Red Team: 9 Modes & 15 Plugins for Pentest, Code Audit, Cloud Security
Golang Shines
Golang Shines
Sep 3, 2026 · Operations

Beyond Linux: 10 Skills That Define Senior Operations Engineers

An experienced operations engineer shares the key skills that differentiate senior professionals, including troubleshooting methodology, automation, cloud-native technologies, monitoring systems, security practices, business alignment, SRE principles, AI-assisted operations, and continuous learning, emphasizing that Linux is merely the foundation.

AI OperationsAutomationCloud Native
0 likes · 12 min read
Beyond Linux: 10 Skills That Define Senior Operations Engineers
Golang Shines
Golang Shines
Sep 2, 2026 · Information Security

How CyberStrikeAI Orchestrates 100+ Security Tools for Automated Red‑Team Testing

CyberStrikeAI is an AI‑native security testing platform built in Go that integrates over 100 security tools through a multi‑agent orchestration engine, offering role‑driven testing, dynamic task planning, knowledge‑base vector search, MCP protocol integration, and a full vulnerability‑lifecycle workflow for automated red‑team operations.

AI securityAutomated TestingEino
0 likes · 18 min read
How CyberStrikeAI Orchestrates 100+ Security Tools for Automated Red‑Team Testing
Golang Shines
Golang Shines
Aug 15, 2026 · Information Security

AI Meets Security: Two Popular GitHub Projects Boost Penetration Testing Efficiency Tenfold

The article compares two open‑source AI‑native security platforms—HexStrike AI (Python) and CyberStrikeAI (Go)—detailing their multi‑agent architectures, MCP‑based tool integration, intelligent decision engines, visualization features, and role‑based testing, and provides guidance on which to choose for bug‑bounty versus enterprise red‑team use.

AICyberStrikeAIHexStrike AI
0 likes · 9 min read
AI Meets Security: Two Popular GitHub Projects Boost Penetration Testing Efficiency Tenfold
Golang Shines
Golang Shines
Aug 14, 2026 · Backend Development

Build a Complete Golang REST API: From Setup to Deployment

This step‑by‑step guide walks you through installing Go, configuring the environment, structuring a project, using Gin to create CRUD endpoints, adding middleware, managing configuration, testing, generating Swagger docs, optimizing performance, and deploying the service with Docker or systemd.

DockerGORMGin
0 likes · 21 min read
Build a Complete Golang REST API: From Setup to Deployment
Golang Shines
Golang Shines
Aug 14, 2026 · Cloud Native

Three Open‑Source File Transfer Tools You Can Deploy with One‑Click Docker

This article reviews three open‑source file‑transfer solutions—PairDrop, FastSend, and FileDrop—detailing their features, security mechanisms, cross‑platform support, and Docker one‑click deployment options, followed by a side‑by‑side comparison to help you choose the best fit for your needs.

DockerFastSendFileDrop
0 likes · 10 min read
Three Open‑Source File Transfer Tools You Can Deploy with One‑Click Docker
Golang Shines
Golang Shines
Aug 13, 2026 · Backend Development

Why Interviewers Favor These 5 Go Questions—and How to Ace Them

This article breaks down the five Go interview questions interviewers love, explains the underlying concepts such as goroutine and channel mechanics, empty‑interface pitfalls, map concurrency, defer execution, and Go modules, provides high‑scoring code examples, and offers concrete preparation tips to showcase engineering thinking and practical skills.

Goconcurrencydefer
0 likes · 9 min read
Why Interviewers Favor These 5 Go Questions—and How to Ace Them
Golang Shines
Golang Shines
Aug 13, 2026 · Backend Development

Cut page load from 5 s to 500 ms: 12 Nginx tuning parameters

The article explains that reducing page load from five seconds to 500 ms requires more than just tweaking a few Nginx directives, outlines a systematic workflow—baseline measurement, hypothesis, single‑parameter gray rollout, verification and rollback—and details twelve specific Nginx settings that can eliminate proven Web‑layer bottlenecks such as file‑descriptor limits, connection models, static‑file paths, compression and request buffering.

LinuxNginxmonitoring
0 likes · 26 min read
Cut page load from 5 s to 500 ms: 12 Nginx tuning parameters