net/go.book
Free to Read & Share · Credit Required

Marketing & promotion kit

Everything you need to share "Networking with Go, Made Easy" — ready-to-post copy, downloadable brand assets, facts you can quote, and collaboration options for influencers, creators, and educators.

151Chapters
8Parts
$0Price, always
CC BY-NCBook License
The pitch in three sizes

Say it in one line, a paragraph, or a full blurb

Pick the length that fits where you're posting. Every version is accurate and copy-paste ready.

Ready-to-post copy

Posts you can publish as-is

Swap in your own opening line if you like — everything below is accurate and links back to the book.

Hashtags that work: #Golang #GoLang #Networking #TCPIP #Programming #OpenSource #Backend #Developer #Cybersecurity #LearnToCode

Facts you can quote

Everything is verifiable — the whole repo is public

Every claim below is checkable in the source repository. No hype needed.

151

Chapters across 8 parts, from networking foundations to production APIs and ethical hacking.

$0

Free forever. No paywall, no signup, no ads, no email required to read or download.

3

Formats: the web reader, a print-ready PDF, and an EPUB for e-readers. All track the latest release.

CC BY-NC

Book text is CC BY-NC 4.0 — share and adapt for non-commercial use with credit. Example code is MIT.

100%

Open source and verifiable: every chapter, exercise, and build script lives in the public GitHub repository.

1

Author, self-taught: Omar Flores Salazar, a full-stack and DevOps engineer who teaches as he learns.

Content angles

Ideas for videos, threads, and posts

Angles that have traction and that this book genuinely supports.

ANGLE 01

Learn TCP/IP by building it in Go

Walk through writing an actual TCP server and client, then a chat app or a file transfer tool — the book supplies complete runnable code for each step.

ANGLE 02

"AI can write a TCP server. Do you know if it's right?"

Compare an AI-generated network server against the book's version. The point: understanding beats accepting generated code.

ANGLE 03

From zero to your own honeypot

The cybersecurity part builds working tools in Go — port scanners, sniffers, IDS/IPS, honeypots. Great live-coding or tutorial material.

ANGLE 04

The anti-tutorial: theory first, then code

Most tutorials jump straight to code. This book deliberately teaches the mental model first. A fresh take to contrast with typical content.

ANGLE 05

gRPC, WebRTC, and QUIC in one free book

Pick one advanced chapter and deep-dive it: streaming, real-time, mesh networks, blockchain networking, or protocol design.

ANGLE 06

Free, open source, and verifiable

A "here's a genuinely free resource" post works because there's no catch — no paywall, no signup, everything public on GitHub.

Brand assets

Every asset, ready to download

One social card per chapter and per part, the landing card, the book cover, app icons, and a single ZIP with everything. Search to find the one you need.

All assets are free to use to promote the book. Please don't alter the branding or imply endorsement of a product or service. Cards regenerate on every release.

For influencers and partners

Let's get the book to more learners

There is no affiliate program and no revenue share — the book is free and the text is non-commercial by license. Promoting it is a goodwill gesture, and it's genuinely appreciated. Here's what works best.

  • Review the book honestly — text or video, one chapter or the whole thing.
  • Do a live coding session from a chapter: a TCP server, a chat app, a port scanner, a honeypot.
  • Record a "what I learned from a free book" video or a blog deep-dive of your favorite chapter.
  • Pitch it to newsletters, podcast episodes about Go, networking, or security, and community resources lists.
  • Compare an AI-generated network program against the book's version — it's a conversation people care about.
  • Translate chapters or suggest improvements — pull requests are welcome via the contributing guide.

Credit that's required: link back to the book and mention the author (Omar Flores Salazar). The text is CC BY-NC 4.0 — sharing and adapting for non-commercial use is fine with credit; commercial reuse of the text needs permission.

Partner FAQ

Quick answers before you ask

Can I share the book or individual chapters?

Yes. The text is CC BY-NC 4.0 — you may share and adapt it for non-commercial use as long as you credit the author. The example code is MIT and can be used freely, even commercially.

Can I use it in a course or workshop?

Yes, for non-commercial teaching with credit. If you want to use the text commercially (paid course, product), ask first — the license requires permission for commercial use.

Can I monetize a review or video about the book?

Your original commentary, review, and recordings are yours. The restriction applies to republishing the book's text itself for commercial purposes, not to you talking about it.

Is there an affiliate or revenue-share program?

No. The book is free and always will be, so there's nothing to share. If you'd like to support the project, a Buy me a coffee is the way — no strings attached.

Can I translate it?

Translations are welcome as contributions to the repository (see the contributing guide). For an independent translation outside the repo, get in touch first.

I found an error. Where do I report it?

Open an issue on GitHub or email sazardev@gmail.com. Corrections, new labs, and new chapters are all welcome.

"The best way to learn networking is to build, break, and secure it."