mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2026-05-26 04:55:24 +00:00
astro first commit
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
---
|
||||
title: 'About'
|
||||
date: '2020-09-21'
|
||||
---
|
||||
import SkillBar from '../../components/SkillBar.astro'
|
||||
import AboutImage from '../../components/AboutImage.astro'
|
||||
|
||||
Hi, I'm Nicco
|
||||
|
||||
I've been doing programming things and "You do computer science right? Can you fix my printer?" for a while now.
|
||||
My home is mainly the web, but I wander down many paths of computer science, wherever Ecosia and curiosity bring me that day.
|
||||
|
||||
<div>
|
||||
<SkillBar progress={0.95} title="Skill bars are useless"/>
|
||||
<SkillBar progress={0.03} title="I think I know everything there is to know about X"/>
|
||||
<SkillBar progress={0.85} title="I can teach myself stuff"/>
|
||||
</div>
|
||||
|
||||
## Today
|
||||
|
||||
I do a lot of Typescript, but I always try new things that come up on the interwebs and while most of them turn out to be hype, some are real gems.
|
||||
|
||||
**A list of some "skills" (Pros)**
|
||||
|
||||
- Frontend
|
||||
- React, Vue & Svelte for Web apps, landing pages, etc.
|
||||
- Typescript lover
|
||||
- Electron multiplatform _macOS/Linux/Windows_ apps.
|
||||
- Mobile apps for _iOS_ and _Android_, mostly in React Native.
|
||||
- CI/CD
|
||||
- I've written plug-ins for _Drone_
|
||||
- Docker multi stage build, etc.
|
||||
- Pipelines for testing & deployments of various projects/apps
|
||||
- Github actions
|
||||
- Backend
|
||||
- Serverless backends (in _AWS_)
|
||||
- Postgres/Maria/Mysql/Mongo experience.
|
||||
- Python server
|
||||
- Go CLI utilities
|
||||
- Web scraping
|
||||
- Clouds I've deployed production services
|
||||
- AWS
|
||||
- GCP
|
||||
|
||||
**And stuff I suck at (Cons)**
|
||||
|
||||
- Testing, hate it.
|
||||
- Love rewriting stuff from ground up.
|
||||
- Probably much more...
|
||||
|
||||
## History
|
||||
|
||||
It all started when I turned the Google website pink with the dev tools in IE7 and thought I hacked google only to reload the website and discover that (of course) it was only local.
|
||||
|
||||
That got me onto HTML & CSS and super vanilla JS.
|
||||
Then of course came PHP it all it's glory which was the revelation for me.
|
||||
I could write servers! OMG! Wait.. where to save that data?
|
||||
"MySQL joined the chat" and along came some shady phpMyAdmin interfaces where we designed some databases and wrote SQL queries in plain strings always reminding ourselves to sanitise everything.
|
||||
Remember kids: before our friendly Docker whale was a thing and we all installed XAMPP on our local machines with the (i believe still today) in beta Sublime Text 3. Good stuff.
|
||||
|
||||
The rest... well I have a bad memory 🐘
|
||||
|
||||
<AboutImage/>
|
||||
Reference in New Issue
Block a user