×
About
Attributions
Come for the blog, stay for the free
apps
.
DevDecks was built to help you solve coding problems, while also building utilities to make your days more productive. I hope you enjoy your stay 🏡 .
Check if an Elixir List has specific value
2022-10-07
 
elixir
Get a random element from an Elixir List
2022-10-05
 
elixir
How to set default state for a GenServer
2022-10-03
 
elixir
Pipe to function with multiple arguments
2022-10-01
 
elixir
How to remove an element from a tuple
2022-09-29
 
elixir
Add element to tuple at an index postion
2022-09-27
 
elixir
Create new map using keys of existing map
2022-09-25
 
elixir
Elixir: merge nested Lists
2022-09-23
 
elixir
Elixir: remove a single k/v pair from a map
2022-09-21
 
elixir
Elixir: remove multiple k/v pairs from a map
2022-09-19
 
elixir
Elixir: alias __MODULE__ explained
2022-09-17
 
elixir
Elixir: keyword argument must be followed by space after:
2022-09-15
 
elixir
Helper function for setting default Struct key
2022-09-09
 
elixir
Elixir: ensure all tests pass before commit
2022-09-07
 
elixir
git
Validate string length using Ecto
2022-09-01
 
ecto
elixir
Update what Ecto considers nil / empty
2022-08-30
 
ecto
elixir
How to add and access env variables in Phoenix
2022-08-28
 
elixir
phoenix
Ecto: delete associated records
2022-08-26
 
elixir
database
Ecto: example inner join query
2022-08-24
 
elixir
database
Ecto: convert query to sql
2022-08-22
 
elixir
database
Ecto: using SQL for a query
2022-08-20
 
elixir
database
Ecto: return a count of records
2022-08-18
 
database
elixir
Ecto: insert_all returning nil
2022-08-16
 
database
elixir
How to set a DB primary key using Ecto
2022-08-14
 
database
elixir
Sort a list of maps by key value
2022-08-08
 
elixir
Elixir ternary operator
2022-07-29
 
elixir
How to create a mix/Elixir project without Phoenix
2022-07-27
 
elixir
Force casing of mix/elixir project module
2022-07-25
 
elixir
Reading pdf text using Elixir
2022-07-22
 
elixir
ocr
Reading image text using Elixir
2022-07-20
 
elixir
ocr
Elixir Enum fetch vs find functions
2022-05-24
 
elixir
Get the index position from element in a matched condition
2022-05-21
 
elixir
Elixir List count of each unique element
2022-05-18
 
elixir
Rendering a LiveView template outside of router
2022-03-30
 
liveview
elixir
How to paginate an in memory array
2022-03-29
 
nimblepublisher
elixir
pagination
Iterating a List with_index in Elixir
2022-03-28
 
elixir
Options for exiting Elixirs IEx.pry debugger
2022-03-27
 
elixir
debugging
Understanding Elixir GenServer
2021-10-04
 
elixir
deck
elixir-deck
Understanding Elixir Mix
2021-10-03
 
elixir
deck
elixir-deck
Understanding Elixir Agent
2021-10-02
 
elixir
deck
elixir-deck
Understanding Elixir MapSet
2021-10-01
 
elixir
deck
elixir-deck
Understanding Elixir Supervisor
2021-09-30
 
elixir
deck
elixir-deck
Understanding Elixir Task
2021-09-29
 
elixir
deck
elixir-deck
Understanding Elixir Process
2021-09-28
 
elixir
deck
elixir-deck
Understanding Elixir Streams
2021-09-27
 
elixir
deck
elixir-deck
Understanding Elixir Comprehensions
2021-09-26
 
elixir
deck
elixir-deck
Understanding Elixir Enum
2021-09-25
 
elixir
deck
elixir-deck
Understanding Elixir Range
2021-09-24
 
elixir
deck
elixir-deck
Change Ecto timestamps from inserted_at to created_at
2021-09-20
 
elixir
ecto
Elixir Protocols for new developers
2021-09-15
 
elixir
deck
elixir-deck
Elixir Structs for new developers
2021-09-14
 
elixir
deck
elixir-deck
Create a custom Mix task by example
2021-09-13
 
elixir
mix
Elixir Modules for new developers
2021-09-07
 
elixir
deck
elixir-deck
Elixir file extensions for new developers
2021-09-06
 
elixir
deck
elixir-deck
Understanding Elixir Functions for new developers part 2
2021-09-03
 
elixir
deck
elixir-deck
Understanding Elixir Functions for new developers part 1
2021-09-01
 
elixir
deck
elixir-deck
Understanding Elixir Maps for new developers
2021-08-31
 
elixir
deck
elixir-deck
Convert an Elixir List into a comma separated String
2021-08-30
 
elixir
Elixir Lists explained through q&a
2021-08-09
 
elixir
deck
elixir-deck
Elixir Tuples explained through q&a
2021-08-04
 
elixir
deck
elixir-deck
Elixir Atoms and Integers explained through q&a
2021-08-01
 
elixir
deck
elixir-deck
Set multiple variables to a single value using Ruby or Elixir
2021-07-15
 
elixir
ruby
301 vs 302 redirects using Phoenix
2021-07-14
 
phoenix
elixir
Migrating to Elixir's Earmark for markdown processing
2021-06-05
 
elixir
earmark
An series of introductions to Elixir Processes
2021-06-04
 
elixir
beam
processes
Learn Elixir Comprehensions through q&a
2021-05-30
 
elixir
comprehensions
elixir-deck
An introduction to BEAM/Elixir processes in Phoenix
2021-05-28
 
elixir
phoenix
beam
Do BEAM/Elixir processes provide concurrency or enable parallelism?
2021-05-17
 
elixir
processes
beam
Elixir process module cheatsheet
2021-05-16
 
elixir
processes
cheatsheet
BEAM/Elixir 'let it crash': what it does and does not mean
2021-05-15
 
elixir
beam
processes
BEAM/Elixir processes for web programmers
2021-05-14
 
elixir
beam
processes
Create scheduled posts using NimblePublisher
2021-03-27
 
elixir
nimblepublisher
cms
Retroactively add timestamps to a Phoenix/Ecto project
2021-02-07
 
ecto
databases
phoenix
elixir
Add a sitemap to a Phoenix project
2020-12-22
 
sitemap
xml
phoenix
elixir
Iterate a collection with indexes in Phoenix template
2020-12-20
 
phoenix
elixir
templates
On-page SEO meta-tags and page-title for Phoenix applications
2020-12-11
 
seo
cms
elixir
phoenix
Deploying a clean build to Gigalixir (update Elixir version)
2020-12-09
 
elixir
gigalixir
deploys
How to use images in NimblePublisher posts
2020-12-08
 
elixir
phoenix
cms
Route static paths across LiveView and App templates
2020-12-05
 
elixir
liveview
phoenix
server-side-html
Privacy Policy
Built with 🛠️ and ☕ in ⛰️