import Colored from '../../helpers/color'; const Title = (p) => {return

{...p.children}

} const skills = { web: (
            My web experience
            

Most of my web projects are listed on GitHub.
I like Express.JS and Laravel, but also want to try Rust.

On frontend, i like to write no-js HTML using
template engines, or use React for complex apps like this one.


My projects:

Name Sources Description
blek! Site Link Second re write of my website in Laravel
homepage.js Link Third re write of my website in JS/Express.JS/Pug and some other libraries
), nt: (
            My native dev experience
            

It isn't much

) } module.exports = (args) => { if (skills[args]) return skills[args]; return (
        Web dev (PHP & JS)
        
[#####] 100%
My main work field
More: skills web

C/C++/Rust native dev
[## ] 40%
I do this... sometimes

Linux skills
[#####] 100%
Do this all the time. I run linux on my laptop, pc and server

Being cis
[ ] 0%
Never liked it

) }