
Elixir
4 min read
Pipe Operator In Elixir
Elixir has become one of the most loved languages. Elixir applications are scalable, very reliable, and the syntax is also quite nice. In this article, we will discuss about how elixir pipe...
Posted on
2021-12-22

Object Detection
7 min read
Computer vision top object detection techniques
Object detection: Locating the presence of objects with a bounding box and types or classes of the located objects...
Posted on
2022-03-23

Macro
6 min read
What is Macro?
Macro is a code that writes code. Macros are one of the most advanced and powerful features of Elixir. They make it possible to perform powerful code transformations in compilation time...
Posted on
2021-10-23