13 Building OAuth 2.0 Authentication Middleware with `httprouter` in Go
In modern programming, application security is a top priority, especially when dealing with user …
421 All Posts
Berbagi Seputar Android, Gadget, Hardware, Linux, Software, Networking, Programming, Sains Teknologi
In modern programming, application security is a top priority, especially when dealing with user …
In web applications, serving static files such as images, CSS files, or JavaScript from a public directory is …
Basic Authentication is a simple authentication method where the client sends credentials (username and …
In modern application development, authentication is one of the most crucial components. JSON Web Tokens (JWT) …
In web development, managing HTTP request and response headers is crucial for handling data, security, and …
If you’ve just bought a new MacBook Pro or want to update your full name and username in the terminal to match …
This time we will try to implement the Singleton Design Pattern. What is a Singleton? You can first read the …
This time we will explore Logrus more deeply, specifically its Field, Entry, and Hook features. The features …
This time we will learn about and discuss how a Logger has a format and an output. By default, a Logger always …
In the previous article we created a new project to dive deeper into Golang Logging, so now we will try to see …
Introduction to LoggingLogging, which contains information about a system, can deliver clear messages about …
This time we will try to make Dependency Injection using the Wire Library from github.com/google/wire. The …
At this stage we will need the following dependencies bash Copy 1brew install mockery
At this stage we will try to add simple Authentication by using middleware in Golang. You need to know that …
This time we will try to deploy our service to the Google Cloud Platform Server. Google Cloud has been …