https://github.com/codepunkt/codepunkt
My GitHub Profile README. Star it, so others can find it too! š
https://github.com/codepunkt/codepunkt
Last synced: 6 months ago
JSON representation
My GitHub Profile README. Star it, so others can find it too! š
- Host: GitHub
- URL: https://github.com/codepunkt/codepunkt
- Owner: codepunkt
- License: mit
- Created: 2021-01-10T21:43:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T19:08:40.000Z (10 months ago)
- Last Synced: 2024-08-16T20:29:39.641Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### About me
I work as Director UI Engineering at [smartclip](https://smartclip.tv/). The web is my passion since 1996, when I developed my first website. I have a bachelor and a diploma in Computer Sciences, but everything I know about the web platform and cloud services today is self-taught. I consider myself blessed that I get to build great stuff and help others do the same for a living.
When not dabbling with web and cloud technology, Iām usually playing videogames or reading books or comics. I have slightly elitist views on beer, love to travel the world with my wife & daughter and have spent most of my adult life trying to get into a regular exercising habit. I believe in a culture that allows failure, supports experiments and celebrates learnings. I do some quality freelance consulting and teaching for Web Application Development, Web Security, SaaS and Cloud Architecture and write about Web Development and Cloud Technology on my [Blog](https://codepunkt.de/writing) and [Twitter](https://twitter.com/code_punkt).
### Latest blog posts
* [OSS License Compliance: Break Your Build, Not the Law](https://codepunkt.de/writing/open-source-license-compliance-break-the-build-not-the-law)
*How to successfully navigate Open Source License Compliance in the JavaScript Ecosystem** [Abandoning Wilson and migrating codepunkt.de to Astro](https://codepunkt.de/writing/abandoning-wilson-and-migrating-codepunktde-to-astro)
*Why I almost finished my own static site generator, Wilson, then abandoned it, and later decided to migrate codepunkt.de to Astro.** [Evaluation order of field initializers in JavaScript and TypeScript](https://codepunkt.de/writing/evaluation-order-of-field-initializers-in-javascript-and-typescript)
*The sequence in which class fields initialized and parent constructors are called might not be obvious. This article explains why.*