Browsing Tag
golang
24 posts
Discovering everything about Golang and 10 reasons why it will rise in 2020
I am sure you are filled with questions about Golang and its future. After thousands of blog posts…
fullstack web app-golang #6
So now as we did both our frontend and backend, you may think these should work together. But…
fullstack web app-golang #5
So we basically managed to finish the state management in our app. Now lets add the basic routing.…
fullstack web app-golang #4
so lets start building the front end of our app. As I said we're gonna use react here.…
fullstack web app-golang #3
So we already finished the authentication and all thats left to do is to add some posts. Remember…
fullstack web app-golang #2
So basically we did everything except database stuffs in previous article. so let's add database to the server.…
fullstack web app-golang #1
So as I already said we're gonna create both the frontend and backend. First we'll consider only on…
full stack app with golang-requirements
This article will tell you about the tech stack we're gonna use for this project. As the title…
understanding jwt in golang with a simple app
JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. (source: https://jwt.io/)…
introduction to websockets-socket.io
So we already know about how http methods work. We even build our own server. But one thing…