Login
Discover
Waves
Communities
Login
Signup
Topics
#zig
Global
Trending
Hot
New
Top
#zig
New
Top communities
Create your community
latest #zig created topics on internet
scipio
StemSocial
2026-06-30 16:56
Learn Zig Series (#94) - NAT Traversal and Hole Punching
Learn Zig Series (#94) - NAT Traversal and Hole Punching What will I learn? What a NAT actually is once you stop fearing it -- a box on your router that rewrites the source address and port of every packet
$ 0.671
10
1
scipio
StemSocial
2026-06-29 18:00
Learn Zig Series (#93) - SOCKS5 Proxy
Learn Zig Series (#93) - SOCKS5 Proxy What will I learn? What a SOCKS5 proxy actually is once you strip the mystique away -- a tiny handshake, a one-shot connect request, and then dumb byte-copying in
$ 0.847
15
1
scipio
StemSocial
2026-06-28 18:16
Learn Zig Series (#92) - gRPC Service in Zig
Learn Zig Series (#92) - gRPC Service in Zig What will I learn? What gRPC actually is once you strip the branding away -- protobuf payloads, HTTP/2 transport, and one small calling convention bolted on
scipio
StemSocial
2026-06-27 19:47
Learn Zig Series (#91) - MessagePack Format
Learn Zig Series (#91) - MessagePack Format What will I learn? Why a self-describing binary format exists, and how it differs from the schema-driven protobuf we built last episode; How MessagePack packs
ink.cat
Cervantes
2026-06-27 01:02
Promoted
En problemas. Historia corta
Pocas veces he confiado en la gente, a no ser por supuesto, que sean personas que tengo mucho tiempo de conocer. AllΓ‘ por noviembre de 2020, mi jefe, el ingeniero Vicente, me pidiΓ³ que lo acompaΓ±ara a
scipio
StemSocial
2026-06-26 17:27
Learn Zig Series (#90) - Protocol Buffers Serialization
Learn Zig Series (#90) - Protocol Buffers Serialization What will I learn? Why a binary serialization format exists at all, and what protobuf buys you over hand-rolled byte layouts or JSON; How protobuf's
scipio
StemSocial
2026-06-25 19:53
Learn Zig Series (#89) - MQTT Messaging Protocol
Learn Zig Series (#89) - MQTT Messaging Protocol What will I learn? Why MQTT exists, and what the publish/subscribe-through-a-broker model buys you over plain sockets; How the fixed header packs a packet
scipio
StemSocial
2026-06-24 16:59
Learn Zig Series (#88) - WebSocket Server
Learn Zig Series (#88) - WebSocket Server What will I learn? How a WebSocket connection lives and dies -- the handshaking, open, closing, closed state machine; How to perform the server-side upgrade by
scipio
StemSocial
2026-06-23 17:23
Learn Zig Series (#87) - WebSocket Protocol
Learn Zig Series (#87) - WebSocket Protocol What will I learn? Why WebSocket exists, and what it does that plain HTTP simply cannot; How the opening handshake upgrades an ordinary HTTP request into a
ravenmus1c
animals
2026-06-30 09:21
Promoted
#13 Hive Money donated to Soi Dog | NFT Sales will go into Donation ππΆπ±
DEUTSCHE Version hier Hallo zusammen! π Wie geht es euch? Ich habe mal wieder eine Kleinigkeit fΓΌr den Tierschutz gespendet, deshalb hier ein kurzer Post. Dieses Mal geht die Spende an eine Organisation
scipio
StemSocial
2026-06-22 16:37
Learn Zig Series (#86) - TLS via C Interop
Learn Zig Series (#86) - TLS via C Interop What will I learn? Why you should NEVER hand-roll your own TLS, and what to do instead; How to link a battle-tested C crypto library (OpenSSL) into a Zig build;
scipio
StemSocial
2026-06-21 16:48
Learn Zig Series (#85) - HTTP/2 Frames and Streams
Learn Zig Series (#85) - HTTP/2 Frames and Streams What will I learn? Why HTTP/1.1 hit a wall and what problem HTTP/2 was designed to solve; How the binary framing layer works -- the 9-byte frame header
scipio
StemSocial
2026-06-19 17:21
Learn Zig Series (#84) - HTTP/1.1 Deep Dive
Learn Zig Series (#84) - HTTP/1.1 Deep Dive What will I learn How HTTP/1.1 works at the byte level -- request lines, headers, and message bodies; How to build a compliant HTTP/1.1 parser that handles chunked
scipio
StemSocial
2026-06-18 18:27
Learn Zig Series (#83) - DNS Server Implementation
Learn Zig Series (#83) - DNS Server Implementation What will I learn How to build a DNS server that listens for queries and sends responses; How to implement zone file parsing for storing DNS records;
idea-make-rich
Shadow Hunters
2026-06-29 15:29
Promoted
π Guess The Shadow Contest - Round 103
Namasteπ, Shadow Hunters family! πΊ Announcement πΊ! Guess The Shadow Contest Round-102 is now closed. Winners will be announced and rewards will be given within the next 24 hours. Guess The Shadow Contest
scipio
StemSocial
2026-06-17 19:41
Learn Zig Series (#82) - DNS Resolver from Scratch
Learn Zig Series (#82) - DNS Resolver from Scratch What will I learn How DNS works at the protocol level -- query format, response parsing, record types; How to construct raw DNS query packets in Zig using
scipio
StemSocial
2026-06-16 19:24
Learn Zig Series (#81) - UDP Sockets and Datagrams
Learn Zig Series (#81) - UDP Sockets and Datagrams What will I learn How UDP differs from TCP at the protocol level and why you'd choose one over the other; How to create, bind, and use UDP sockets with
scipio
StemSocial
2026-06-15 16:42
Learn Zig Series (#80) - Mini Project: File Sync Tool - Part 4: Polish
Learn Zig Series (#80) - Mini Project: File Sync Tool - Part 4: Polish Part of a multi-episode project What will I learn How to implement conflict resolution strategies -- newest-wins automatic mode and
scipio
StemSocial
2026-06-14 17:49
Learn Zig Series (#79) - Mini Project: File Sync Tool - Part 3: Network Protocol
Learn Zig Series (#79) - Mini Project: File Sync Tool - Part 3: Network Protocol Part of a multi-episode project What will I learn How to design a binary wire protocol for file synchronization with handshake,
comedyclubhouse
The Comedy Club
2026-06-30 04:58
Promoted
Com Contest || Most useless celebrity (cc-wk48)
Com Contest || Most useless celebrity (cc-wk48) WELCOME! The 46th week [cc-wk46] of the Com contest had 4 entries: @kingsleyy with Ronaldo Vs Messi @leemah1 with[Recent Occurrence of Laziness](Christiano
scipio
StemSocial
2026-06-13 19:33
Learn Zig Series (#78) - Mini Project: File Sync Tool - Part 2: Delta Transfer
Learn Zig Series (#78) - Mini Project: File Sync Tool - Part 2: Delta Transfer Part of a multi-episode project What will I learn How to implement the rsync delta transfer algorithm in Zig; How to use rolling
scipio
StemSocial
2026-06-12 16:36
Learn Zig Series (#77) - Mini Project: File Sync Tool - Part 1
Learn Zig Series (#77) - Mini Project: File Sync Tool - Part 1 Part of a multi-episode project What will I learn How to design a file synchronization tool architecture from the ground up; How to recursively
scipio
StemSocial
2026-06-11 16:34
Learn Zig Series (#76) - Mini Project: Process Monitor
Learn Zig Series (#76) - Mini Project: Process Monitor What will I learn How to enumerate all running processes by scanning /proc for numeric directories; How to read and parse /proc/[pid]/stat for CPU
scipio
StemSocial
2026-06-10 17:33
Learn Zig Series (#75) - Reading Kernel State from /proc and /sys
Learn Zig Series (#75) - Reading Kernel State from /proc and /sys What will I learn How the Linux /proc filesystem exposes process and kernel information as plain text files; How to read /proc/self/maps