Skip to content

Latest commit

 

History

History
71 lines (53 loc) · 6.81 KB

elixir.md

File metadata and controls

71 lines (53 loc) · 6.81 KB

drawing

In honor of Open Source Month, I am writing about ShlinkedIn: A parody open source site built on Phoenix LiveView/Elixir that is like LinkedIn doe funny people

I am going to show the function of reading Ethereum Smart Contract by Elixir&Rust in this article

Just like the great majority of programming-related courses, I was introduced to programming with the object-oriented paradigm (OOP). Even though many languages are multi-paradigm, like Python, C++, JavaScript and Ruby, we still have OOP as the norm.

The Erlang VM-based programming language, Elixir, is slowly but surely gaining popularity. Let's take a look at some benefits of Elixir development.

In 2019, I was looking for a project.

At my job, I am evaluating some microservices platform options. A good way to test them is doing some benchmarks. Everybody likes benchmarks. So, why not?

Or a small rant against Elixir.

By the end of this article, you should have a working mix project that can generate a PDF from an HTML template and json payload.

The concepts behind Erlang/OTP/Elixir make it a great fit for a tool like the one I was building

A CDN designed for APIs with pre-heating and real-time purges, that sits in front of all our API servers, always serving a hit and never a miss.

The process to learn functional programming can be daunting and slow as new concepts are involved. Here are 5 tips for you to consider when learning FP.

Do you work on Elixir projects that need to handle file uploads from users?

Python and JavaScript are the two hottest programming languages today. However, they cannot remain on top forever. Eventually, they must fall out of favour, as all languages do. This is likely to happen within the next decade or so.

Utilizing Elixir Streams, Elasticsearch, and AWS S3

Evrone is not just a custom software development company, we also stay highly connected with local and international communities. We organize the annual Ruby Russia conference, a huge event featuring expert guests.

Build your projects with Nspawn

Elixir represents relatively new programming language for wider audience. It was published back in 2011, and is in development ever since. His main trait is that adops functional pardigm because it is built on top of Erlang and runs on BEAM(Erlang VM).