PinnedHow I Built a Chat App Without WebSocketsHave you ever wondered if it’s possible to create a chat application without using WebSockets? WebSockets are great, but let’s be honest…3d ago3d ago
PinnedGenerating HTTP handler using protobufSimplify HTTP Server Generation: Using POT to Create RESTful Handlers from Protobuf Without Needing gRPCNov 11, 2024Nov 11, 2024
PinnedImplementing Custom Context GolangThe default context might not always meet our needs… a custom context, we can safely and efficiently…Aug 28, 2024Aug 28, 2024
PinnedIs it possible to create a private server without static IP?Have you guys wondered? Is it possible to create a private server without static IP? ABSOLUTELY!Jun 13, 20231Jun 13, 20231
Published inDev GeniusHow to Debug Like a Pro in GoHave you ever felt like debugging is the hardest part of coding? You’re staring at your screen, wondering why your program isn’t working…1d ago1d ago
Go Variables: Storing InformationEver needed a way to store and reuse information in your program? That’s exactly what variables are for! Think of them as labeled boxes …4d ago4d ago
Go — Basic SyntaxLet’s dive into the basics of Go’s syntax! Think of syntax as the rules and words Go uses to understand what you’re telling it to do…6d ago6d ago
Learn a Language: A Guide for Backend DevelopersAs a backend developer, choosing the right programming language is crucial for building efficient, scalable, and maintainable systems…Feb 25Feb 25