My thoughts and adventures.
Tags will come here...
-
10/12/21
🔍 How I automated SEO to fit my needs
- SEO
- /
- ASTRO
- /
- WEBDEVELOPMENT
It's been some time since I started writing posts and articles about programming and related. Since the start, I've always invested time in SEO, over time, I have integrated a system that now works for me. This is an explanation how I did that.
Read more ⇛ -
05/04/21
📈 Add custom tracking events to your nuxt site with GA4
- NUXT
- /
- TRACKING
- /
- ANALYTICS
Tracking with GA4 can be very useful, here's a little guide on tracking things you find important with custom GA4 events in Nuxt
Read more ⇛ -
13/10/21
🎉 Write less code by using CSS Houdini
- CSS
- /
- JAVASCRIPT
- /
- HOUDINI
Some time ago I started looking into CSS Houdini. Today was finally the day that I wrote a package to replace some of my shitty code with some CSS Houdini magic
Read more ⇛ -
04/10/21
👽 Use API magic to show your most visited pages
- API
- /
- JAVASCRIPT
- /
- PACKAGING
A while ago I had an idea for a feature which would show the most frequent visited pages upon a 'page not found' error. After I let it sit for a while, I realized that this might be possible by using the Google Analytics API. Here's a guide.
Read more ⇛ -
26/08/21
📝 Add your blogposts to your Github README
- WORKFLOWS
- /
- GITHUB
- /
- JAVASCRIPT
Github profile README's are a very cool and personal way to tell something about yourself. One of the downsides to this is that it depends on a static format. Well, this is not necessarily true. Through the power of code and Github Actions, we can use JavaScript and generate a static file.
Read more ⇛