Adding new skills, optimizing SVGs.
This commit is contained in:
parent
b014b0d3f3
commit
bd03027213
13 changed files with 27 additions and 766 deletions
|
@ -24,6 +24,9 @@ skillsCsharp:
|
|||
other: |
|
||||
I began using C# in 2021, and discovered it's extensive built-in Console API which sparked the [Nowox](https://apps.ad5001.eu) project.
|
||||
However, I quickly realized it was a bit dated and didn't use modern terminal features, which led to the creation of several libraries, like [NowoxStyle](https://git.ad5001.eu/Ad5001/NowoxStyle) and [NowoxComponents](https://git.ad5001.eu/Ad5001/NowoxComponents).
|
||||
skillsBash:
|
||||
other: |
|
||||
Having used Linux since 2016 and managing servers since 2017, I got into bash scripting fairly rapidly, which helped me not only prototype small programs using very basic interfaces, but also automate a lot of processes. Bash allows me to chain a lot of small programs together to achieve a more complex process like image content conversion, launch and building systems.
|
||||
# Frameworks
|
||||
skillsHugo:
|
||||
other: |
|
||||
|
@ -39,6 +42,10 @@ skillsQt:
|
|||
skillsMono:
|
||||
other: |
|
||||
Mono is a reimplementation of the .NET framework for Linux and MacOS prior to .NET 5.0, while remaining binary compatible with Microsoft's implementations. I began using it to create Nowox in C# to maintain compatibility with all major desktop OSes. In the future, I may switch from Mono to .NET 5.0 as framework and runtime for Nowox.
|
||||
skillsElectron:
|
||||
other: |
|
||||
Electron is a framework that allows to use Web and NodeJS techonologies to create desktop applications for all desktop Operating Systems.
|
||||
While not having used it for any of my more recent applications, I have used Electron in the past to create several things, including the Windows version of ImagicalPlugCreator, and PocketMine Server Manager. However, I stopped using it because its memory footprint was too high.
|
||||
# Frameworks I created:
|
||||
frameworkNowox:
|
||||
other: |
|
||||
|
@ -64,7 +71,7 @@ skillsDebian:
|
|||
skillsFedora:
|
||||
other: |
|
||||
My limited experience with Fedora has led me to discover the [Red Hat](https://www.redhat.com/) ecosystem and all of it's benefits, namely for enterprise software.
|
||||
However, having less experience with it, I tend to prefer Ubuntu or Debian when manipulating server software.
|
||||
I have also used CentOS for several servers, as it supports the Red Hat ecosystem while maintaining great stability.
|
||||
# Container systems
|
||||
skillsDocker:
|
||||
other: |
|
||||
|
|
|
@ -23,6 +23,9 @@ skillsCsharp:
|
|||
other: |
|
||||
J'ai commencé à utiliser C# en 2021, et j'ai découvert son API Console intégrée très complète, ce qui a donné naissance au projet [Nowox](https://apps.ad5001.eu).
|
||||
Cependant, je me suis rapidement rendu compte qu'elle était un peu dépassée et n'utilisait pas les fonctionnalités modernes des terminaux, ce qui a conduit à la création de plusieurs bibliothèques, comme [NowoxStyle](https://git.ad5001.eu/Ad5001/NowoxStyle) et [NowoxComponents](https://git.ad5001.eu/Ad5001/NowoxComponents).
|
||||
skillsBash:
|
||||
other: |
|
||||
Utilisant Linux depuis 2016 et gérant des serveurs depuis 2017, je me suis mis assez rapidement au scripting bash, qui m'a aidé non seulement à prototyper de petits programmes à l'aide d'interfaces très basiques, mais aussi à automatiser de nombreux processus. Bash me permet d'enchaîner beaucoup de petits programmes pour réaliser un processus plus complexe comme la conversion du contenu des images, le lancement et la construction de systèmes.
|
||||
# Frameworks
|
||||
skillsHugo:
|
||||
other: |
|
||||
|
@ -38,6 +41,10 @@ skillsQt:
|
|||
skillsMono:
|
||||
other: |
|
||||
Mono est une ré-implémentation du cadre .NET pour Linux et MacOS avant .NET 5.0, tout en restant binairement compatible avec les implémentations de Microsoft. J'ai commencé à l'utiliser pour créer Nowox en C# afin de maintenir la compatibilité avec tous les principaux OS de bureau. Dans le futur, je pourrais passer de Mono à .NET 5.0 en tant que framework et runtime pour Nowox.
|
||||
skillsElectron:
|
||||
other: |
|
||||
Electron est un cadre qui permet d'utiliser les technologies Web et NodeJS pour créer des applications de bureau pour tous les systèmes d'exploitation de bureau.
|
||||
Bien que je ne l'aie pas utilisé pour aucune de mes applications les plus récentes, j'ai utilisé Electron dans le passé pour créer plusieurs choses, y compris la version Windows de ImagicalPlugCreator, et PocketMine Server Manager. Cependant, j'ai arrêté de l'utiliser car son empreinte mémoire était trop importante.
|
||||
# Frameworks I created:
|
||||
frameworkNowox:
|
||||
other: |
|
||||
|
@ -63,7 +70,7 @@ skillsDebian:
|
|||
skillsFedora:
|
||||
other: |
|
||||
Mon expérience limitée de Fedora m'a fait découvrir l'écosystème [Red Hat](https://www.redhat.com/) et tous ses avantages, notamment pour les logiciels d'entreprise.
|
||||
Cependant, ayant moins d'expérience avec elle, j'ai tendance à préférer Ubuntu ou Debian lorsque je manipule des logiciels de serveur.
|
||||
J'ai également utilisé CentOS pour plusieurs serveurs, car il prend en charge l'écosystème Red Hat tout en maintenant une grande stabilité.
|
||||
# Container systems
|
||||
skillsDocker:
|
||||
other: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue