You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
3
3
This repo contains my personal website including some blogs and project examples.
4
4
5
-
Right now it's built using Nextjs for fun so I could try it out. Who knows what it evolves to next.
5
+
Right now it's built using Nextjs for fun so I could try it out. Who knows what it evolves to next. It is also a little playground, so always under construction! ❤️
Copy file name to clipboardexpand all lines: posts/2019-09-17-awesome-soft-airy-and-fluffy-vsc-themes.md
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
layout: post
3
3
title: Awesome soft, airy and fluffy VSC themes
4
4
published: true
5
+
oldBlog: true
5
6
description: These themes will lift you off for cozy coding.
6
7
tags: theme, vsc, pastel, productivity
7
8
intro: When coding I sometimes feel the need to change the aesthetics of my workspace. Why? I don't know. Maybe because it gives me a fresh look at my code. Maybe because with the seasons changing, I feel the need to lighten or darken my workspace colours. Either way, for those searching for something airy and new. Here is a list of wonderful Visual Studio Code themes that have a cozy, soft or fluffy aesthetic.
Copy file name to clipboardexpand all lines: posts/2019-09-19-how-to-get-ready-for-hacktoberfest.md
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
layout: post
3
3
title: How to get ready for Hacktoberfest ✨
4
4
published: true
5
+
oldBlog: true
5
6
description: 5 Tips to get you ready for coding
6
7
intro: October is creeping closer... That means it's almost time for Hacktoberfest! Last year it was a great opportunity for me to get to know the open source community and to spend time coding something different for a change. As I enjoyed the event so much, I'd love to help others out getting a head start for this awesome month-long event!
Copy file name to clipboardexpand all lines: posts/2019-10-07-coding-with-a-group-of-11-year-olds.md
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
layout: post
3
3
title: Coding with a group of 11 year olds
4
4
published: true
5
+
oldBlog: true
5
6
description: Get them 'hacking' their favourite websites
6
7
tags: beginner, teaching, tutorial, programming
7
8
intro: Recently a we were asked if we could give a short lesson about coding to a group of 11 year olds in primary school. So my colleague and me started preparing a 1,5 hour workshop with the goal of showing the kids how much fun programming could be. This is the story of how it went.
Copy file name to clipboardexpand all lines: posts/2020-02-02-get-a-head-start-with-your-new-app-cra-custom-templates.md
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
layout: post
3
3
title: Get a head start with your new app - CRA custom templates
4
4
published: true
5
+
oldBlog: true
5
6
description: Let's take a look at Create React App's custom templates
6
7
tags: #react #javascript #npm #beginner
7
8
intro: Create React App (CRA) already increases the speed of getting a new React app up and running. You run one script and it creates a functioning React app that you can start working on. With Custom Templates things have become even easier. In this post, we're going to discover what goes into creating a custom template.
Copy file name to clipboardexpand all lines: posts/2020-02-17-personalize-your-Linux-terminal-prompt.md
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
layout: post
3
3
title: Personalize your Linux terminal prompt ✨
4
4
published: true
5
+
oldBlog: true
5
6
description: Add your own personal touch to your Linux terminal when you're not using a GUI.
6
7
tags: #linux #beginner
7
8
intro: If you're just as much of a fan of personalizing your coding environment as I am, you must have been just as bummed out when you ran your Linux environment without a GUI and found out there was no real 'theming' going on in your terminal. No worries, there is hope!
Copy file name to clipboardexpand all lines: posts/2020-05-11-redirection-and-pipeline-magic.md
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
layout: post
3
3
title: Redirection and pipeline magic
4
4
published: true
5
+
oldBlog: true
5
6
description: For when you don't feel like diving deep into bash but do want to know what redirection is when you see it.
6
7
intro: Enough developers out there deliver great day-to-day work without having to touch bash whatsoever. Yet, every now and then we all encounter a piece of bash script, be it from a colleague or copied from a Stack Overflow post. Yeah, the script works, but do we understand what is happening? I wanted to know myself so I started small. Let's dive into redirection.
Copy file name to clipboardexpand all lines: posts/2020-05-21-The-basics-of-a-function-illustrated.md
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
layout: post
3
3
title: The basics of a function, illustrated! ✨
4
4
published: true
5
+
oldBlog: true
5
6
description: Learn about JavaScript functions with a simple metaphor.
6
7
intro: One thing that can be difficult to understand when you just start out learning how to program is what a function is and how it works. As a beginner developer, it can be especially difficult to understand what arguments are and where they come from. This blog illustrates how a javascript function works in its most basic form.
Copy file name to clipboardexpand all lines: posts/2020-06-16-Test-global-npm-packages-in-a-quick-and-easy-way.md
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
layout: post
3
3
title: Test global npm packages in a quick and easy way
4
4
published: true
5
+
oldBlog: true
5
6
description: A quick guide on testing out local global npm packages line using npm or yarn.
6
7
intro: You might already be used to creating symlinks between projects locally using yarn or npm. But what if you are working on a cli package that you want the user to use globally? You also want to be able to test your package locally to make sure everything is working as it should. But how do you do this? Here’s an easy guide on achieving a link to a local project to test out globally in your command line using either yarn or npm.
Copy file name to clipboardexpand all lines: posts/2020-12-14-how-to-stay-connected-to-your-co-workers.md
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
layout: post
3
3
title: How to stay connected to your co-workers
4
4
published: true
5
+
oldBlog: true
5
6
description: Staying connected in a work-from-home world
6
7
intro: Let’s be honest, every post nowadays starts with how weird 2020 has been. So I am doing the same; it’s been weird. There. Having been working from home full-time since March, it has been both a productivity booster and an isolating experience. Especially in the beginning.
Copy file name to clipboardexpand all lines: posts/2021-02-23-finding-meaning-landmarks-explained.md
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
layout: post
3
3
title: 'Finding meaning: landmarks explained'
4
4
published: true
5
+
oldBlog: true
5
6
description: Learning more about HTML5 elements and their landmarks
6
7
intro: Have you ever done a semantic html course? Or read about it? If you have, you might remember elements like <main>, <section> or maybe <aside>. But did you know that using these elements does not automatically provide the proper semantic meaning? Let's go on a journey of creating meaningful landmarks.
Copy file name to clipboardexpand all lines: posts/2021-07-15-using-roadmapsh-for-structured-self-learning.md
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
layout: post
3
3
title: 'Using roadmap.sh for structured self-learning'
4
4
published: true
5
+
oldBlog: true
5
6
description: These tips, tricks and resources helped me become a self-taught software developer and hopefully they can help you too.
6
7
intro: Three years ago I made the switch from an entirely different work field to becoming a software developer. I got lucky enough to be hired at a company that allowed me to learn on the job. Yet, I had no formal computer science education and there was no plan set up for me to structurally start learning programming. I had to devise my own. These tips, tricks and resources helped me become a self-taught software developer and hopefully they can help you too.
Copy file name to clipboardexpand all lines: posts/2021-08-16-get-to-know-the-terminal.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
---
2
2
layout: post
3
3
title: 'Get to know the terminal'
4
-
published: false
4
+
published: true
5
+
oldBlog: true
5
6
description: Learn to understand the difference between the terminal, command line and shell. And become more comfortable using them.
6
7
intro: Once you start coding there will come a time you are introduced to the terminal. Opening this hacker looking window on your computer can be daunting at first. But things become less scary once we get to know the terminal better.
Copy file name to clipboardexpand all lines: posts/2021-08-17-9-cozy-vim-color-schemes.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
---
2
2
layout: post
3
3
title: '9 Cozy Vim color schemes'
4
-
published: false
4
+
published: true
5
+
oldBlog: true
5
6
description: A list of very cozy vim color schemes.
6
7
intro: Ahh... to be as cozy as a cat loaf. It's hard for us humans to achieve the same comfort. But having your Vim scheme set up properly to give you a relaxed vibe might just be the next best thing. If you are looking for some cute, cozy, fluffy and pastel color schemes for Vim, you've come to the right place. Here are 9 highly curated schemes just for you.
0 commit comments