astro first commit

This commit is contained in:
2024-11-22 00:42:48 +01:00
parent 13eb767fa0
commit d4e9b2027e
156 changed files with 11589 additions and 0 deletions
+63
View File
@@ -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/>
+28
View File
@@ -0,0 +1,28 @@
---
title: 'Privacy'
date: '2020-09-24'
---
### TLDR;
- There is no personal data collected.
- No data is or will be passed to any third party.
- All the traffic data is publicly available [here](https://spectare.nicco.io/share/Xklie3UU/Nicco).
## Privacy Policy
### What data is collected
We do not collect any personally identifiable information and anonymizes all data collected. Users cannot be identified and are never tracked across websites. Our analytics do contain any tracking code.
### What is the data used for
We aggregate statistics for analysing website usage. All this data is available publicly under the following link: [https://spectare.nicco.io/share/Xklie3UU/Nicco](https://spectare.nicco.io/share/Xklie3UU/Nicco).
### Third Parties
All the data is collected by us locally and never shared with any third party.
### Contact
For questions or issues please contact us at [privacy@nicco.io](mailto:privacy@nicco.io).