32 followers
I'm the CTO level Full Stack Unicorn Engineer who does everything for taking an idea to production with focus on Security, profitability and monetisation ✨🧙♂️.
Using Interfaces and Structs to Replicate Abstract Behavior in Go · Well in Go, there is no direct equivalent of Python's abstract classes, but you can...
Gentle Introduction to Elixir Lang · Elixir is a functional, concurrent language built on the Erlang VM (BEAM), known for its fault tolerance and...
Understanding the Actor model for concurrency · The Actor Model is a conceptual model for dealing with concurrent computation. It was introduced by Carl...
Understanding Channel model for concurrency in Golang · Introduction The Channels Model is another approach to handling concurrency, commonly associated...
Comparing Elixir vs Go concurrency models · Elixir and Go (Golang) are both powerful languages, but they cater to different types of applications and...
Secure Your Bytes: A Guide to Data Encryption in Go · Intro In today's digital age, data security is paramount. Whether you're a developer, a business...