A little blog that embraces the principles of learning in public Why don't share your journey of getting better at stuff? Everyone started somewehere. I want to keep learning about interesting things, to keep getting better at various topics.
The plan is to write about:
- Web Developlment
- Computer Science
- Science related topics
- ...whatever I found interesting that day!
- Astro
- MDX
- TailwindCSS
- The design is heavily inspired by AstroPaper
- Prettier, ESLint
If you found an error, either in my posts or anywhere else in the page, feel free to open a PR!
- Fork the repo and clone it locally
- Install the dependencies
pnpm install
- Run the dev server, which runs on port 4321
pnpm run dev