My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update CV with notable contributions and MOTY 2021

+26 -1
+26 -1
templates/shortcodes/cv.md
··· 28 28 29 29 ### Community awards 30 30 31 + - ElixirForum Member of the Year 2021 32 + - ElixirForum Member of the Year 2020 31 33 - ElixirForum Member of the Year 2019 32 - - ElixirForum Member of the Year 2020 33 34 - ElixirForum Member of the Month 2018 34 35 35 36 ### Other fields ··· 51 52 - GitHub: <https://github.com/hauleth> 52 53 - GitLab: <https://gitlab.com/hauleth> 53 54 - StackOverflow: <https://stackoverflow.com/users/1017941/hauleth> 55 + 56 + ### Notable contributions 57 + 58 + - Elixir language: 59 + + Logger reimplementation on top of Erlang's `logger` module 60 + + `mix test --cover` CLI output 61 + + Support for `NO_COLOR` environment variable 62 + + `is_struct/1` 63 + + Fixing module inspection on case-insensitive file systems 64 + - Erlang OTP: 65 + + Support for custom devices in `logger_std_h` 66 + + Fixing `socket` module to support broader set of protocols (for example 67 + ICMP) 68 + + Support for global metadata in `logger` 69 + + Support for reconfiguration of `logger` (needed for better Mix and Rebar3 70 + integration) 71 + + Several fixes to `logger` and `socket` modules 72 + - Git: 73 + + Add support for Elixir in diff 74 + - Ecto: 75 + + Support aggregations over `*` 76 + + Better error on duplicated `schema` block 77 + - Elixir MongoDB driver 78 + + Support for transactions 54 79 55 80 ### Notable projects 56 81