Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Elixir

    1. Home>
    2. Elixir

    Elixir – Libraries

    • Post author:S J
    • Post published:October 7, 2021
    • Post category:Elixir
    • Post comments:1 Comment

    This topic is about Elixir - Libraries. Elixir provides excellent interoperability with Erlang libraries. Let us discuss a few libraries in brief. The Binary Module The built-in Elixir String module…

    Continue ReadingElixir – Libraries

    Elixir – Macros

    • Post author:S J
    • Post published:October 7, 2021
    • Post category:Elixir
    • Post comments:1 Comment

    This topic is about Elixir - Macros. Macros are one of the most advanced and powerful features of Elixir. As with all advanced features of any language, macros should be…

    Continue ReadingElixir – Macros

    Elixir – Errors Handling

    • Post author:S J
    • Post published:October 7, 2021
    • Post category:Elixir
    • Post comments:1 Comment

    This topic is about Elixir - Errors Handling. Elixir has three error mechanisms: errors, throws and exits. Let us explore each mechanism in detail. Error Errors (or exceptions) are used…

    Continue ReadingElixir – Errors Handling

    Elixir – Behaviours

    • Post author:S J
    • Post published:October 7, 2021
    • Post category:Elixir
    • Post comments:1 Comment

    This topic is about Elixir - Behaviours. Behaviors in Elixir (and Erlang) are a way to separate and abstract the generic part of a component (which becomes the behavior module)…

    Continue ReadingElixir – Behaviours

    Elixir – Typespecs

    • Post author:S J
    • Post published:October 7, 2021
    • Post category:Elixir
    • Post comments:2 Comments

    This topic is about Elixir - Typespecs. Elixir is a dynamically typed language, so all types in Elixir are inferred by the runtime. Nonetheless, Elixir comes with typespecs, which are…

    Continue ReadingElixir – Typespecs

    Elixir – Comprehensions

    • Post author:S J
    • Post published:October 7, 2021
    • Post category:Elixir
    • Post comments:1 Comment

    This topic is about Elixir - Comprehensions. List comprehensions are syntactic sugar for looping through enumerables in Elixir. In this chapter we will use comprehensions for iteration and generation. Basics…

    Continue ReadingElixir – Comprehensions

    Elixir – Sigils

    • Post author:S J
    • Post published:October 7, 2021
    • Post category:Elixir
    • Post comments:2 Comments

    This topic is about Elixir - Sigils. In this chapter, we are going to explore sigils, the mechanisms provided by the language for working with textual representations. Sigils start with…

    Continue ReadingElixir – Sigils

    Elixir – Processes

    • Post author:S J
    • Post published:October 7, 2021
    • Post category:Elixir
    • Post comments:1 Comment

    This topic is about Elixir - Processes. In Elixir, all code runs inside processes. Processes are isolated from each other, run concurrent to one another and communicate via message passing.…

    Continue ReadingElixir – Processes

    Elixir – File IO

    • Post author:S J
    • Post published:October 7, 2021
    • Post category:Elixir
    • Post comments:0 Comments

    This topic is about Elixir - File IO. File IO is an integral part of any programming language as it allows the language to interact with the files on the…

    Continue ReadingElixir – File IO

    Elixir – Protocols

    • Post author:S J
    • Post published:October 7, 2021
    • Post category:Elixir
    • Post comments:1 Comment

    This topic is about Elixir - Protocols. Protocols are a mechanism to achieve polymorphism in Elixir. Dispatching on a protocol is available to any data type as long as it…

    Continue ReadingElixir – Protocols
    • 1
    • 2
    • 3
    • 4
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP