Fuzzy time in Elixir

With newer versions of Elixir, the trusty [Timex-Library](https://hexdocs.pm/timex/Timex.html) is less and less needed, but there is no build-in soluti..

09.04.2023 # elixir
Interpolating Strings

## Elxir ```elixir "Hello #{name}" ``` ## TSQL >= 2012 ```sql SET @query = FORMATMESSAGE('SELECT %s FROM SOME_TABLE', @somevariable); ``` ## Visual..

14.07.2023 # javascript # elixir # vb-net # sql
When developing Elixir in

When developing Elixir in VSCode with the ElixirLS extension, there is an issue where your elixir installation does not get detected. This happens when..

27.06.2023 # asdf # elixir # vscode