Hey folks, welcome back. Hope you all are doing well. Then why wasting time ! Lets move to the tutorial.
Today I am going to write on Message Queue. Very simple nah ? Huh lets dive.
In the article we will see how a distributed system works in Erlang.
Erlang is a functional programming language mostly known for distributed & concurrent computing.
আমরা কম বেশি সবাইই ফেসবুক মেসেঞ্জার, হোয়াটস এপ অথবা ভাইবার ব্যবহার করেছি । এরকম আরো অনেক এপ্লিকেশন আছে । কখনও কি…
A collection of independent computers that appears to users as a single coherent system.
Go / Golang is a programming language developed by Google. Lets see how easy its to develop a micro…
Go
Golang
Google
Go / Golang is a modern programming language developed by Google. Though Go is not an Object Oriented Programming language like Java, C#, Python, or other programming languages, there is a way to achieve this. Then, Let's see how one can achieve OO behavior in a Go program.
What is MVP ?
-> MVP stands for Model-View-Presenter.
MVP is a software development methodology of keeping UI, Business logic, IO and other things separated by group. Like in a real world…