Which Dev

Just another coding blog

Skip to content
Menu
  • Home
  • Go
  • Tutorial

Author: Jeroen

How to add authentication to your Go Chat application (Part 4)

by JeroenPosted onNovember 30, 2020July 21, 2022

In the last part of this tutorial, we will allow our users to use the chat application with a user account. To do this we…

Read More

How to use Redis Pub/Sub in Go Chat Application (Part 3)

by JeroenPosted onOctober 20, 2020July 21, 2022

Add redis Pub/Sub to a Go chat app for scalability or just for fun.

Read More

How to implement a random exponential backoff algorithm in Javascript

by JeroenPosted onOctober 10, 2020July 21, 2022

Using an exponential backoff algorithm with randomization when reconnecting to services can prevent sudden spikes on your server after a crash. Imagine for example you…

Read More

How to automatically Build and Deploy your Symfony Application.

by JeroenPosted onOctober 9, 2020July 21, 2022

Automatically build and deploy your Symfony application to your test environment with CircleCI and Deployer.

Read More

Multi-room Chat Application With WebSockets In Go And Vue.js (Part 2)

by JeroenPosted onOctober 1, 2020July 21, 2022

Adding multi public room and private room support to Go chat application build with WebSockets and Vue.js

Read More

Building a simple Chat application with WebSockets in Go and Vue.js (Part 1)

by JeroenPosted onSeptember 20, 2020July 21, 2022

Build a chat application with Go and Vue.js!

Read More

TCP and UDP What is the difference and how to use them directly in Go.

by JeroenPosted onSeptember 17, 2020July 21, 2022

Understanding the difference between the TCP and UDP protocols and how to leverage them in Go.

Read More
Jeroen de Kok's DEV Profile Follow @jeroendk
© Copyright 2023 – Which Dev