This commit is contained in:
davidontop 2024-04-04 16:58:56 +02:00
parent b5a0686832
commit b016f4abc7
Signed by: DavidOnTop
GPG key ID: 5D05538A45D5149F
2 changed files with 15 additions and 15 deletions

View file

@ -18,22 +18,22 @@ import Heading from "../components/Heading.astro";
<br /><br />
Programing languages i know relativly well:
<ul class="pl-10">
<li class="tooltip tooltip-left" data-tip="The only functional language with a big enaugh ecosystem for me."> F# (Currently using the most)</li><br />
<li class="tooltip tooltip-left" data-tip="Complexity, foundation drama, realization that i don't need the performance and mainly compile times made me go to f#."> Rust</li><br />
<li class="tooltip tooltip-left" data-tip="Please no."> TypeScript/JavaScript</li><br />
<li class="tooltip tooltip-left" data-tip="Minecraft modding."> Java</li><br />
<li class="tooltip tooltip-right" data-tip="The only functional language with a big enaugh ecosystem for me."> F# (Currently using the most)</li><br />
<li class="tooltip tooltip-right" data-tip="Complexity, foundation drama, realization that i don't need the performance and mainly compile times made me go to f#."> Rust</li><br />
<li class="tooltip tooltip-right" data-tip="Please no."> TypeScript/JavaScript</li><br />
<li class="tooltip tooltip-right" data-tip="Minecraft modding."> Java</li><br />
</ul><br />
Programing languages i have used in the past or ones that i know a bit:
Programing languages i have used in the past or ones that i know a fair bit:
<ul class="pl-10">
<li class="tooltip tooltip-left" data-tip="Linux shell."> Zsh/Bash</li><br />
<li class="tooltip tooltip-left" data-tip="Too complex. What the fuck is a virtual constructor."> C++</li><br />
<li class="tooltip tooltip-left" data-tip="Better java."> Kotlin</li><br />
<li class="tooltip tooltip-left" data-tip="Java with better ecosystem and tooling. (Aspecialy if your on windows which im not.)"> C#</li><br />
<li class="tooltip tooltip-left" data-tip="I don't need a language thats just for servers. Almost every language has ok server libraries."> Go</li><br />
<li class="tooltip tooltip-left" data-tip="Neovim config."> Lua</li><br />
<li class="tooltip tooltip-left" data-tip="The best language there is imo. Just shitty ecosystem and tooling."> Nim</li><br />
<li class="tooltip tooltip-left" data-tip="C replacement. I just wish it could interop with c++ as seamlesly as with c."> Zig</li><br />
<li class="tooltip tooltip-left" data-tip="The first programing language i learned."> Python</li><br />
<li class="tooltip tooltip-right" data-tip="Linux shell."> Zsh/Bash</li><br />
<li class="tooltip tooltip-right" data-tip="Too complex. What the fuck is a virtual constructor."> C++</li><br />
<li class="tooltip tooltip-right" data-tip="Better java."> Kotlin</li><br />
<li class="tooltip tooltip-right" data-tip="Java with better ecosystem and tooling. (Aspecialy if your on windows which im not.)"> C#</li><br />
<li class="tooltip tooltip-right" data-tip="I don't need a language thats just for servers. Almost every language has ok server libraries."> Go</li><br />
<li class="tooltip tooltip-right" data-tip="Neovim config."> Lua</li><br />
<li class="tooltip tooltip-right" data-tip="The best language there is imo. Just shitty ecosystem and tooling."> Nim</li><br />
<li class="tooltip tooltip-right" data-tip="C replacement. I just wish it could interop with c++ as seamlesly as with c."> Zig</li><br />
<li class="tooltip tooltip-right" data-tip="The first programing language i learned."> Python</li><br />
</ul><br />
You can hover over some language to see my opinion of it/why i use it.
</Text>

View file

@ -10,7 +10,7 @@ import Layout from "../layouts/Layout.astro";
<a href="mailto:me@davidon.top" class="p-3 tooltip tooltip-bottom" data-tip="me@davidon.top"> </a>
<a href="https://l.davidon.top/pubkey" class="p-3 tooltip tooltip-bottom" data-tip="GPG pubkey">󰌾 </a>
<a id="discord-btn" class="p-3 tooltip tooltip-bottom" data-tip="davidon_top">󰙯 </a>
<a href="https://srht.davidon.top" class="p-3 tooltip tooltip-bottom" data-tip="Sourcehut instance"> </a>
<a href="https://sr.ht/~davidontop" class="p-3 tooltip tooltip-bottom" data-tip="Sourcehut"> </a>
<a href="https://github.com/davidon-top" class="p-3 tooltip tooltip-bottom" data-tip="Github"> </a>
</div>
</div>