bunch of updates

This commit is contained in:
CherryKitten 2023-05-25 12:27:57 +02:00
parent c43eab0b31
commit f30d3488c5
Signed by: sammy
GPG key ID: 0B696A86A853E955
2 changed files with 31 additions and 14 deletions

View file

@ -14,14 +14,21 @@ to host Gameservers with custom code for a video game I had been playing.
Since then, I have been continuously expanding my knowledge in both programming and administration. Since then, I have been continuously expanding my knowledge in both programming and administration.
The linux command line is my cozy place. I selfhost almost everything. The linux command line is my cozy place. I selfhost almost everything.
From cloud storage and media streaming to password management and social media. From cloud storage and media streaming to password management and social media. I also **love** Open Source. I like
contributing to Open Source-Software and building my own tools to share with the world.
I know some JavaScript and some Python, and am currently learning Rust. I am experienced in Web-Development with HTML, CSS, and JavaScript, including Frameworks like React, Vue.js, and Svelte,
as well as Backend-Development with NodeJS and Rust. I also know Python, and am generally able to learn new programming
languages well and understand them quickly, even if I haven't used them much before. For example, I have also worked
with PHP and Java Code in the past. Like I said, I love learning new things.
Besides all that computer stuff, I love sewing, especially making cute plushies. I also try to spend at least as much Besides all that computer stuff, I love sewing, especially making cute plushies. I also try to spend at least as much
time outside in nature as I do inside in front of a computer screen. I love being around water and wild animals, I love walking through time outside in nature as I do inside in front of a computer screen. I love being around water and wild animals, I love
walking through
forests and listening to all the beautiful birdsongs. forests and listening to all the beautiful birdsongs.
Sometimes I try to make music and visual arts, it might not be much yet, but it's fun to play around with.
### Certifications ### Certifications
I have earned the following certifications: I have earned the following certifications:
@ -30,7 +37,8 @@ I have earned the following certifications:
- LPIC-1 (earned 2023-02-13, active until 2028-02-13) - LPIC-1 (earned 2023-02-13, active until 2028-02-13)
Verify this certification on the [LPI Website](https://cs.lpi.org/caf/Xamman/certification/verify/LPI000544741/xcaz5yfve4) Verify this certification on
the [LPI Website](https://cs.lpi.org/caf/Xamman/certification/verify/LPI000544741/xcaz5yfve4)
#### FreeCodeCamp #### FreeCodeCamp
@ -43,5 +51,6 @@ Verify this certification on the [LPI Website](https://cs.lpi.org/caf/Xamman/cer
- JavaScript Algorithms and Data Structures - JavaScript Algorithms and Data Structures
- Responsive Web Design - Responsive Web Design
You can find these certifications on my [FreeCodeCamp Profile](https://www.freecodecamp.org/CherryKitten) and the code for You can find these certifications on my [FreeCodeCamp Profile](https://www.freecodecamp.org/CherryKitten) and the code
for
all the relevant projects in my [git repo](https://codeberg.org/CherryKitten/freecodecamp-projects). all the relevant projects in my [git repo](https://codeberg.org/CherryKitten/freecodecamp-projects).

View file

@ -75,18 +75,25 @@ At age 12, I started learning LUA and the basics of server infrastructure
to host Gameservers with custom code for a video game I had been playing.</p> to host Gameservers with custom code for a video game I had been playing.</p>
<p>Since then, I have been continuously expanding my knowledge in both programming and administration.</p> <p>Since then, I have been continuously expanding my knowledge in both programming and administration.</p>
<p>The linux command line is my cozy place. I selfhost almost everything. <p>The linux command line is my cozy place. I selfhost almost everything.
From cloud storage and media streaming to password management and social media.</p> From cloud storage and media streaming to password management and social media. I also <strong>love</strong> Open Source. I like
<p>I know some JavaScript and some Python, and am currently learning Rust.</p> contributing to Open Source-Software and building my own tools to share with the world.</p>
<p>I am experienced in Web-Development with HTML, CSS, and JavaScript, including Frameworks like React, Vue.js, and Svelte,
as well as Backend-Development with NodeJS and Rust. I also know Python, and am generally able to learn new programming
languages well and understand them quickly, even if I haven't used them much before. For example, I have also worked
with PHP and Java Code in the past. Like I said, I love learning new things.</p>
<p>Besides all that computer stuff, I love sewing, especially making cute plushies. I also try to spend at least as much <p>Besides all that computer stuff, I love sewing, especially making cute plushies. I also try to spend at least as much
time outside in nature as I do inside in front of a computer screen. I love being around water and wild animals, I love walking through time outside in nature as I do inside in front of a computer screen. I love being around water and wild animals, I love
walking through
forests and listening to all the beautiful birdsongs.</p> forests and listening to all the beautiful birdsongs.</p>
<p>Sometimes I try to make music and visual arts, it might not be much yet, but it's fun to play around with.</p>
<h3 id="certifications">Certifications</h3> <h3 id="certifications">Certifications</h3>
<p>I have earned the following certifications:</p> <p>I have earned the following certifications:</p>
<h4 id="linux-professional-institute">Linux Professional Institute</h4> <h4 id="linux-professional-institute">Linux Professional Institute</h4>
<ul> <ul>
<li>LPIC-1 (earned 2023-02-13, active until 2028-02-13)</li> <li>LPIC-1 (earned 2023-02-13, active until 2028-02-13)</li>
</ul> </ul>
<p>Verify this certification on the <a href="https://cs.lpi.org/caf/Xamman/certification/verify/LPI000544741/xcaz5yfve4">LPI Website</a></p> <p>Verify this certification on
the <a href="https://cs.lpi.org/caf/Xamman/certification/verify/LPI000544741/xcaz5yfve4">LPI Website</a></p>
<h4 id="freecodecamp">FreeCodeCamp</h4> <h4 id="freecodecamp">FreeCodeCamp</h4>
<ul> <ul>
<li>Data Analysis with Python</li> <li>Data Analysis with Python</li>
@ -98,7 +105,8 @@ forests and listening to all the beautiful birdsongs.</p>
<li>JavaScript Algorithms and Data Structures</li> <li>JavaScript Algorithms and Data Structures</li>
<li>Responsive Web Design</li> <li>Responsive Web Design</li>
</ul> </ul>
<p>You can find these certifications on my <a href="https://www.freecodecamp.org/CherryKitten">FreeCodeCamp Profile</a> and the code for <p>You can find these certifications on my <a href="https://www.freecodecamp.org/CherryKitten">FreeCodeCamp Profile</a> and the code
for
all the relevant projects in my <a href="https://codeberg.org/CherryKitten/freecodecamp-projects">git repo</a>.</p> all the relevant projects in my <a href="https://codeberg.org/CherryKitten/freecodecamp-projects">git repo</a>.</p>
</div> </div>