My personal blog hauleth.dev
blog
0
fork

Configure Feed

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

ft: add CV

+144 -1
+8
content/cv/index.md
··· 1 + +++ 2 + title = "CV" 3 + 4 + [extra] 5 + no_comments = true 6 + +++ 7 + 8 + {{ cv() }}
+4
sass/_footer.scss
··· 1 1 @import "variables"; 2 2 3 3 .footer { 4 + @media print { 5 + display: none; 6 + } 7 + 4 8 padding: 40px 0; 5 9 flex-grow: 0; 6 10 opacity: .5;
+4
sass/_header.scss
··· 13 13 } 14 14 15 15 .header { 16 + @media print { 17 + display: none; 18 + } 19 + 16 20 display: flex; 17 21 flex-direction: column; 18 22 position: relative;
+6
sass/_main.scss
··· 22 22 -webkit-font-smoothing: antialiased; 23 23 -webkit-overflow-scrolling: touch; 24 24 -webkit-text-size-adjust: 100%; 25 + 26 + @media print { 27 + color: #000; 28 + line-height: 1.2; 29 + font-size: 10pt; 30 + } 25 31 } 26 32 27 33 h1, h2, h3, h4, h5, h6 {
+5
sass/_post.scss
··· 146 146 } 147 147 148 148 .for-hire { 149 + @media print { 150 + display: none; 151 + } 152 + 149 153 width: 100%; 150 154 text-align: center; 151 155 font-weight: bolder; 152 156 153 157 border: 1px white solid; 154 158 padding: 1em; 159 + margin: 2em 0; 155 160 }
+2
shell.nix
··· 6 6 pkgs.mkShell { 7 7 buildInputs = [ 8 8 blog.zola 9 + pkgs.pandoc 10 + pkgs.texlive.combined.scheme-small 9 11 pkgs.vale 10 12 pkgs.mdl 11 13 ];
+1 -1
templates/page.html
··· 26 26 </div> 27 27 {%- if config.extra.for_hire -%} 28 28 <div class="for-hire"> 29 - <p>Author of this post is currently open for hire.<p> 29 + <p>Author of this post is currently open for hire (<a href="/cv">CV</a>).<p> 30 30 <p>You can contact me at <a href="lukasz@niemier.pl">lukasz@niemier.pl</a></p> 31 31 </div> 32 32 {%- endif -%}
+114
templates/shortcodes/cv.md
··· 1 + # Łukasz Jan Niemier 2 + 3 + ## Personal information 4 + 5 + Date of Birth: 6 + 1993-03-16 7 + 8 + Email: 9 + <lukasz@niemier.pl> 10 + 11 + Twitter: 12 + [@hauleth](https://twitter.com/hauleth) 13 + 14 + ## Education 15 + 16 + - Poznań University of Technology: Computer Science - no degree - 2012-2015 17 + + Secretary of AKAI - Students' Association of Web Developers 18 + 19 + ## Experience 20 + 21 + - Prograils - Junior Developer - 2013 22 + - Nukomeet - Full-stack Developer - 2015-2016 23 + - AppUnite - Full-stack Developer/DevOps - 2016-2019 24 + - Kobil GmbH - Erlang/Elixir Developer - 2019-2020 25 + - Remote Inc. - Senior Backend Engineer - 2020-2021 26 + - Hauleth.dev - Consultant - 2021+ 27 + + Kloeckner GmbH - 2021 - Consultant for Elixir, Ruby, and SQL (PostgreSQL) 28 + 29 + ### Other fields 30 + 31 + - Volunteer: 32 + + Pyrkon Fan Convention 33 + * Helper - 2011, 2012, 2013, 2014, 2016 34 + * Organizer - 2015 35 + + UEFA Championship 2012 - Poland-Ukraine 36 + * ICT Accreditation support 37 + 38 + ### Languages 39 + 40 + - Polish - mother tongue 41 + - English - fluent 42 + 43 + ### Showcase 44 + 45 + - GitHub: <https://github.com/hauleth> 46 + - GitLab: <https://gitlab.com/hauleth> 47 + 48 + ### Notable projects 49 + 50 + - <https://github.com/hauleth/erlang-systemd> - systemd integration for Erlang 51 + projects 52 + - <https://github.com/hauleth/mix_unused> - Mix compiler for detecting unused 53 + code 54 + - Elixir's Logger implementation in 1.10+ 55 + - <https://github.com/open-telemetry/opentelemetry-erlang> - maintainer of 56 + the Erlang's OpenTelemetry implementation 57 + - Vim plugins: 58 + + <https://github.com/hauleth/asyncdo.vim> - simple asynchronous task runner 59 + + <https://github.com/hauleth/sad.vim> - search and replace text - faster 60 + + <https://gitlab.com/hauleth/qfx.vim> - display signs next to QF matches 61 + 62 + ### Languages and Frameworks 63 + 64 + Expert: 65 + 66 + - Elixir 67 + + Phoenix 68 + + Ecto 69 + - Erlang 70 + + OpenTelemetry collaborator 71 + + EEF Member 72 + + OTP contributor 73 + 74 + Advanced: 75 + 76 + - Rust 77 + - C 78 + - SQL (pg/SQL) 79 + - sh/Bash 80 + - Ruby 81 + + Ruby on Rails 82 + 83 + Fluent: 84 + 85 + - C++ 86 + - JavaScript 87 + 88 + ### Technologies 89 + 90 + Expert: 91 + 92 + - Git 93 + - Vim 94 + 95 + Advanced: 96 + 97 + - HashiStack 98 + + Terraform 99 + + Consul 100 + + Nomad 101 + - GNU/Linux and other UNIX-like systems 102 + - TDD/BDD methodologies 103 + - Property testing 104 + 105 + Fluent: 106 + 107 + - SaltStack 108 + - Puppet 109 + 110 + ## Other 111 + 112 + - Viking reenactor 113 + - Keyboard fan 114 + - Sci-fi/Fantasy fan and Poznań's Sci-fi/Fantasy club member