09/17/2023
Do you want to learn how to create your own custom protocol using net package and tcp connections in go, look no further.
Write your own TCP protocol in golang, build chat servers, blockchain node, part 1
This is the first part of building our own simple protocol in golang using TCP net listener.Github: https://github.com/dsysd-dev/go-learning-series/tree/main...
09/02/2023
https://www.youtube.com/watch?v=Cx9ZxDii_rY
Learn Interfaces in golang and Code like a Senior Engineer !!
interfaces in golang are all you need to code like a senior engineer
In this video we will explore interfaces in go for writing better code, dependency injection etc.github repo: https://github.com/dsysd-dev/go-learning-series...
07/13/2023
Twitter: https://twitter.com/dsysd_dev
Learn how to become an 11x Engineer from an experienced developer with more than 10yrs of experience.
Follow me on twitter
Also read my post on usecases of apache cassandra
https://dev.to/dsysd_dev/why-apache-cassandra-is-faang-companies-favorite-database--493k
Why apache cassandra is faang companies favorite database ?
Apache Cassandra is a highly scalable and distributed NoSQL database system known for its ability to...
06/01/2023
Can you answer these beginner level golang interview questions ?
20 Beginner golang interview questions and answers
What is Golang?
05/08/2023
https://medium.com/-dev/writing-temporal-workflows-in-golang-part-1-9f50f6ef23d5
Follow this article series to learn more about temporal workflows in golang
Writing Temporal Workflows in Golang — Part 1
The Saga Orchestration pattern is a distributed transaction pattern used in microservice architectures to ensure that a set of related…