Category: Programming
How to Create RESTful API with Golang?
In this tutorial, I’ve explained: “How to create REST API with Go?” Let’s assume that you want to create a school API. And our resources: classes students teachers RESTful […]
RESTFul Design – REST API Design Best Practices
RESTful design is one of the most important parts of creating an app. API (Application Programming Interface), provides a communication interface for two applications. So, designing and applying RESTful best […]
Discord Bot Programming with Golang
Discord Bot Programming with Golang Programming a Discord bot with Go is easier than you thought! Golang is very fast when working with API and since we are using Discord […]