Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
This Week I Learned Series' Articles
Back to Noel Worden's Series
Beginning of a Blog Series
Noel Worden
Noel Worden
Noel Worden
Follow
Mar 28 '20
Beginning of a Blog Series
#
learning
#
thisweekilearned
#
sql
#
elixir
13
reactions
Comments
Add Comment
3 min read
Accessing localhost within a Docker Image
Noel Worden
Noel Worden
Noel Worden
Follow
Mar 28 '20
Accessing localhost within a Docker Image
#
learning
#
postgres
#
thisweekilearned
#
docker
8
reactions
Comments
Add Comment
2 min read
Identifying and Removing Hidden Characters
Noel Worden
Noel Worden
Noel Worden
Follow
Apr 6 '20
Identifying and Removing Hidden Characters
#
learning
#
elixir
#
thisweekilearned
#
unicode
Comments
Add Comment
3 min read
Getting Granular with Git Diff
Noel Worden
Noel Worden
Noel Worden
Follow
Apr 13 '20
Getting Granular with Git Diff
#
git
#
github
#
thisweekilearned
#
learning
3
reactions
Comments
Add Comment
4 min read
Tweaking Logger Outputs on the Fly
Noel Worden
Noel Worden
Noel Worden
Follow
Apr 20 '20
Tweaking Logger Outputs on the Fly
#
elixir
#
sql
#
thisweekilearned
#
learning
1
reaction
Comments
Add Comment
2 min read
Keeping Your Hands on the Keyboard: A Few Bash and Git Shortcuts
Noel Worden
Noel Worden
Noel Worden
Follow
Apr 27 '20
Keeping Your Hands on the Keyboard: A Few Bash and Git Shortcuts
#
learning
#
thisweekilearned
#
git
#
bash
Comments
2
comments
2 min read
Breaking Down Elixir's `with` Expression
Noel Worden
Noel Worden
Noel Worden
Follow
May 4 '20
Breaking Down Elixir's `with` Expression
#
elixir
#
thisweekilearned
#
learning
4
reactions
Comments
5
comments
5 min read
How To Write A Custom Elixir Schema Validation
Noel Worden
Noel Worden
Noel Worden
Follow
May 12 '20
How To Write A Custom Elixir Schema Validation
#
elixir
#
learning
#
thisweekilearned
#
validation
6
reactions
Comments
2
comments
3 min read
The Handful of Commands I Use When Interactive Rebasing with Vim
Noel Worden
Noel Worden
Noel Worden
Follow
May 18 '20
The Handful of Commands I Use When Interactive Rebasing with Vim
#
vim
#
git
#
learning
#
thisweekilearned
1
reaction
Comments
Add Comment
3 min read
Got 5 Minutes to Spare? Why Not Set up a Custom Commit Message Template?
Noel Worden
Noel Worden
Noel Worden
Follow
May 27 '20
Got 5 Minutes to Spare? Why Not Set up a Custom Commit Message Template?
#
git
#
learning
#
thisweekilearned
#
customization
7
reactions
Comments
Add Comment
2 min read
Improving Your Commit Message with the 50/72 Rule
Noel Worden
Noel Worden
Noel Worden
Follow
Jun 1 '20
Improving Your Commit Message with the 50/72 Rule
#
github
#
git
#
thisweekilearned
#
learning
16
reactions
Comments
Add Comment
3 min read
Simultaneously Looping Over Two Collections in Elixir
Noel Worden
Noel Worden
Noel Worden
Follow
Jun 8 '20
Simultaneously Looping Over Two Collections in Elixir
#
elixir
#
phoenix
#
learning
#
thisweekilearned
3
reactions
Comments
2
comments
2 min read
How to Utilize Enum.any?, with a Refactoring Twist!
Noel Worden
Noel Worden
Noel Worden
Follow
Jun 16 '20
How to Utilize Enum.any?, with a Refactoring Twist!
#
elixir
#
phoenix
#
thisweekilearned
#
learning
6
reactions
Comments
3
comments
3 min read
A Rabbit Hole of Decimal Formatting
Noel Worden
Noel Worden
Noel Worden
Follow
Jun 24 '20
A Rabbit Hole of Decimal Formatting
#
elixir
#
phoenix
#
learning
#
thisweekilearned
2
reactions
Comments
Add Comment
3 min read
More Custom Validation Work: Manipulating a Keyword List To and From a Map
Noel Worden
Noel Worden
Noel Worden
Follow
Jun 30 '20
More Custom Validation Work: Manipulating a Keyword List To and From a Map
#
elixir
#
phoenix
#
learning
#
thisweekilearned
7
reactions
Comments
Add Comment
4 min read
Stepped Away for a Long Weekend
Noel Worden
Noel Worden
Noel Worden
Follow
Jul 7 '20
Stepped Away for a Long Weekend
1
reaction
Comments
Add Comment
1 min read
So Many Ways to Update a Map with Elixir!
Noel Worden
Noel Worden
Noel Worden
Follow
Jul 14 '20
So Many Ways to Update a Map with Elixir!
#
elixir
#
phoenix
#
learning
#
thisweekilearned
39
reactions
Comments
1
comment
3 min read
Git: Keeping Files from Being Tracked Without .gitignore
Noel Worden
Noel Worden
Noel Worden
Follow
Jul 21 '20
Git: Keeping Files from Being Tracked Without .gitignore
#
git
#
productivity
#
thisweekilearned
#
dotfiles
6
reactions
Comments
1
comment
2 min read
Git: Tracking Down a Committed File, with a Real-Time Ah-Ha Moment!
Noel Worden
Noel Worden
Noel Worden
Follow
Jul 27 '20
Git: Tracking Down a Committed File, with a Real-Time Ah-Ha Moment!
#
git
#
github
#
productivity
#
thisweekilearned
6
reactions
Comments
Add Comment
4 min read
Setting up `.iex.exs` to Speed up Your Elixir Debugging (and How to Include It in a Docker Image)
Noel Worden
Noel Worden
Noel Worden
Follow
Aug 4 '20
Setting up `.iex.exs` to Speed up Your Elixir Debugging (and How to Include It in a Docker Image)
#
elixir
#
docker
#
productivity
#
thisweekilearned
9
reactions
Comments
Add Comment
4 min read
Git: The Power of the Dash
Noel Worden
Noel Worden
Noel Worden
Follow
Aug 11 '20
Git: The Power of the Dash
#
git
#
productivity
#
learning
#
thisweekilearned
3
reactions
Comments
1
comment
1 min read
Assigning Two Fields from One Dropdown Selection with Elixir
Noel Worden
Noel Worden
Noel Worden
Follow
Aug 18 '20
Assigning Two Fields from One Dropdown Selection with Elixir
#
elixir
#
phoenix
#
forms
#
thisweekilearned
2
reactions
Comments
Add Comment
3 min read
PSA: Take Some Time for Yourself
Noel Worden
Noel Worden
Noel Worden
Follow
Aug 25 '20
PSA: Take Some Time for Yourself
#
productivity
1
reaction
Comments
Add Comment
1 min read
The F*ck - A Great Little Productivity App
Noel Worden
Noel Worden
Noel Worden
Follow
Sep 1 '20
The F*ck - A Great Little Productivity App
#
productivity
#
thisweekilearned
16
reactions
Comments
Add Comment
2 min read
Docker: Connecting an Elixir/Phoenix App Container and Database Container
Noel Worden
Noel Worden
Noel Worden
Follow
Sep 9 '20
Docker: Connecting an Elixir/Phoenix App Container and Database Container
#
docker
#
elixir
#
thisweekilearned
#
devops
9
reactions
Comments
Add Comment
2 min read
A Few Caveats to Running Elixir Tests in Containers and CI
Noel Worden
Noel Worden
Noel Worden
Follow
Sep 17 '20
A Few Caveats to Running Elixir Tests in Containers and CI
#
docker
#
elixir
#
devops
#
thisweekilearned
3
reactions
Comments
Add Comment
3 min read
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account