Welcome to ElixirBlocks

From ElixirBlocks
Revision as of 23:03, 17 June 2023 by Admin (talk | contribs)
Jump to: navigation, search

<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>

 
   PURE CSS
 
 
PARALLAX PIXEL STARS

Explore

This is my personal web project where I document blocks of Elixir and Phoenix code that I find useful.

To contribute follow these guidelines:

1. Write small, fully working code examples. Ideally, the reader should be able to copy and paste the code and have it working quickly. For larger code examples, explicitly break them up into smaller examples so that each block is easily validated.

2. Set assumptions before writing your code. If your code requires prerequisite knowledge, be explicit and inform the reader.

3. Provide context for your code so that the reader understands its usefulness.

To write code you encapsulate it in the source element. Click the blue Edit button to see the syntax of the code example below.


def hello_world() do 
  "hello world"
end

LogIn or Create Account