Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-semmoud committed Mar 12, 2024
1 parent 6e4fa76 commit 3113e67
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions content/news/flytislive/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,33 @@ Fast, hassle-free bookings await you.
description="Check out LiveAir" href="/sharings/phoenix/liveair" >}}
{{< /card-grid >}}

## The Beginning of time

My journey into Elixir, Phoenix and Liveview started when reading about [Changelog website](https://changelog.com/) and how fast it was reported by many developers.
This is where it all started
```
asdf install
mix phx.new
mix ecto.create
mix format
mix test
A few weeks past and I started to feel that this language / technology has something different.
Let's be honest, learning a new language is always a difficult task.
In my own experience, starting with a small project that allows to cover the basics is the best way to go.
The hard part is to find the scale of the project, too small and you will miss some important concept and too big and you will more patch things that constructing them.
This is where I was browsing the companies currently using Elixir in general and found an article about Duffel Travel API.
Once again `duffel.com -> Ressources -> Documentation`
I immediately knew that this will be my first project with  Phoenix Liveview.
I contacted Duffel in order to know in they had an example or packages in Elixir but despite and very quick and enthusiastic answer, I didn't have have any resources available as it is currently not requested by developers.
It reaffirm my conviction that this would be it.
## Technologies
Flytis.com is fully build with Elixir and Phoenix Framework from development to production:
Expand All @@ -48,3 +75,7 @@ Flytis.com is fully build with Elixir and Phoenix Framework from development to
- [Gigalixir](https://www.gigalixir.com) is a fully-featured, production-stable platform-as-a-service built just for Elixir
- [Duffel API](https://www.duffel.com) Sell travel,
without the complexity. Any business can build flights and accommodation, purchase extras, manage bookings and more.
-HTTPoison for managing the communication with Duffel API

0 comments on commit 3113e67

Please sign in to comment.