DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

John Owolabi IdogunAuthentication system using Golang and Sveltekit - Login and Logout
Introduction Having seen the beauty we made so far, let's add more features so that...

Alkesh GhorpadeKth Largest Element in an Array
Find the Kth Largest element in an Array

Phani SajjaGathering Timezone Information in GoLang
A timezone refers to a specific region on Earth that follows the same standard time. Typically, a...

John Owolabi IdogunAuthentication system using Golang and Sveltekit - User account activation
Introduction Though we have provided a way for our users to register an account, our...

John Owolabi IdogunAuthentication system using Golang and Sveltekit - Frontend user registration and activation
Introduction I think it is great for us to see, in action, the backend code we've been...

John Owolabi IdogunAuthentication system using Golang and Sveltekit - Initialization and setup
Introduction Following the completion of the series — Secure and performant full-stack...

Toby ChuiHack the Golang httputil Reverse Proxy settings to handle more requests
Recently I run into a problem where the Golang offical httputil reverse proxy get stuck when testing...

Assis ZangPublic C# methods VS public Go functions 🤺
In C# to create a public method you must use this: public void CreateBook(Book book){ //do...

Dsysd DevWriting Better Go Code like a senior engineer with the Singleton Pattern
The singleton pattern is a design pattern that restricts the instantiation of a class to a single...

Wassim Ben JdidaHow to upload files in Golang ?
In this blog I will be using the native Golang http package to upload files, no third party packages. We will see how to upload single and multiple files.

Assis ZangMeu blog sobre programação e afins 🦝
E aí pessoal, espero que todos se encontrem bem no momento 😀. Vou usar esse post para divulgar meu...

Huynh Thanh PhucUnderstanding "Connection Reset by Peer" in GoLang: A Troubleshooting Guide
Introduction When working with network connections in application, you may encounter the...

Emily FortunaSaga Pattern Made Easy
This is part 2 of a series. To read about compensating actions, check out Compensating Actions, Part...

Javad RajabzadehGRPC captcha validator middleware
The GRPC Captcha Validation Middleware is a Go module that provides a reusable middleware component...

Srinivas KandukuriLast week top 5 posts tagged(#javascript)
My Favorite Free Courses to Learn Design Patterns in Depth Disclosure: This post includes...

Golang DEVLearn Go Programming - Golang Tutorial for Beginners
Go is an open source programming language created by Google. As one of the fastest growing languages...