Published inAWS TipStreamlining Postman Tests: How to Automatically Set Auth Token with Test ScriptsPostman is widely used in software industry for developing and testing APIs. When we are developing a API collection which as token based…Jul 30, 2023Jul 30, 2023
Published inAWS TipScaling an Erlang application using Docker & KubernetesNowadays, Docker is used massively in software industry to develop piece of software which is containerized with everything that it need to…Jan 9, 2022Jan 9, 2022
Erlang -how to build a Scalable Kafka ConsumerApache Kafka is a Java based, open-source event streaming platform which is used to design scalable , high-throughput , fault -tolerant…Mar 21, 2021Mar 21, 2021
Playing With Elixir |> Crate a simple app with Mix toolElixir is a dynamic functional language which is built on top of Erlang. Elixir is highly recommended for building fault-tolerant…Nov 24, 2019Nov 24, 2019
gen_fsm: The way to implement Finite State Machines in ErlangIn simple Words ,Finite State Machine (FSM) is a computational model that can be used to simulate sequential logic. The FSM has a finite…May 27, 20181May 27, 20181
Introduction to Redis- How to install on Ubuntu and Windows ?Redis is a popular in memory key-value store used by many developers all around the world. Redis is an open source project which has been…Jan 25, 2018Jan 25, 2018