Hi there 👋
- I make software to solve problems
- I believe in using the right tool for the right job
- I am comfortable with any high level programming languages
- I like to read the source code of frameworks, libraries that I am using
sushant12 - Overview
1
# The bash command `history | grep abc` is a neat tool. I abuse it alot.
2
# So, I wrote a module that would list or search through iex history.
3
# https://dev.to/sushant12/list-all-history-in-iex-408b
4
# I prefer to put this module in my .iex.exs file and then import the .iex.exs file into my project.
finds the alias by parsing the AST
Elixir 1