Fullstack Elixir and Phoenix

Fullstack Elixir and Phoenix

HTML

HTML

HTML is the standard markup language for creating Web pages

CSS

CSS

Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language like HTML

JavaScript

JavaScript

JavaScript is a programming language that adds dynamic functionality and complex features like interactivity and animation to web pages. Together with HTML and CSS, JavaScript forms the foundation of web development

Git

Git

Git is a distributed version control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files

SQL

SQL

SQL (Structured Query Language) is a domain-specific language used in programming and designed for managing data held in a relational database management system (RDBMS)

Elixir

Elixir

Elixir is a dynamic, functional language designed for building scalable and maintainable applications. It is built on top of the Erlang VM and is known for its low-latency and fault-tolerant systems

Phoenix

Phoenix

Phoenix is a web development framework written in Elixir that implements the server-side Model-View-Controller (MVC) pattern. It is known for its high performance and real-time capabilities

Linux

Linux [optional]

Learning the linux terminal is a great way to improve your programming skills. It allows you to interact with your computer in a way that is not possible with a graphical user interface

Docker

Docker [optional]

Docker is a platform for developers and sysadmins to develop, deploy, and run applications with containers. The use of containers to deploy applications is called containerization