InThe StartupbyMehrdad Esmaeilpour·Jan 26, 2025Footprint: In Search of the Missing Link in Performance Evaluation and Career Path
InLevel Up CodingbyMehrdad Esmaeilpour·Sep 7, 2022Implementing a domain parser using GolangExtracting TLD, root and subdomains from any URL using Golang
InLevel Up CodingbyMehrdad Esmaeilpour·Dec 25, 2020Creating a minimal RabbitMQ client using GoGo is an open source programming language that makes it easy to build simple, reliable, and efficient software. RabbitMQ is an open-source…
InThe StartupbyMehrdad Esmaeilpour·Jul 15, 2020Build Your First REST API in Rust Language Using Actix FrameworkRust is a multi-paradigm programming language focused on performance and safety, especially safe concurrency. Rust is syntactically…A response icon4A response icon4
InLevel Up CodingbyMehrdad Esmaeilpour·May 14, 2020Semantic versioning with git flow and the marvelous way to go thereSemantic versioning, git flow and maintaining a change logA response icon1A response icon1
InLevel Up CodingbyMehrdad Esmaeilpour·Apr 30, 2020Python lambda to the rescueLearn a bit about lambda functions in python
InLevel Up CodingbyMehrdad Esmaeilpour·Apr 17, 2020Build your first REST API in Go language using the Gin frameworkGo is an open source programming language that makes it easy to build simple, reliable, and efficient software.
InLevel Up CodingbyMehrdad Esmaeilpour·Mar 12, 2020What to expect when you’re expecting: Playing with processes in ErlangErlang’s key organizational concept is the process, an independent component (built from functions) that sends and receives messages…
Mehrdad Esmaeilpour·Mar 9, 2020Maps and records in ErlangTuples and lists are powerful tools for creating complex data structures, but there are two key pieces missing when you use them. First…