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…
আমরা কম বেশি সবাইই ফেসবুক মেসেঞ্জার, হোয়াটস এপ অথবা ভাইবার ব্যবহার করেছি । এরকম আরো অনেক এপ্লিকেশন আছে । কখনও কি…
What is gRPC: gRPC is an RPC framework based on google’s protobuf used mostly for the server to server communication. We at Pathao heavily use gRPC to manage our backend for the server to server communication as everything is on micro-service architecture.
kotlin-jsonq is a kotlin library to query over JSON data.
Getting started,
Adding library,
allprojects { repositories { ... maven { url "https://jitpack.io"…
allprojects { repositories { ... maven { url "https://jitpack.io"
Erlang is one of the oldest programming languages, first appeared in 1986. The language was designed by Joe Armstrong and developed by Ericsson.
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.
A collection of independent computers that appears to users as a single coherent system.