Welcome to my personal blog

About Me

avatar

Robin te Hofstee

Creative Mastermind

I’ve been diving into Next.js lately, eager to explore its capabilities and understand how it all comes together. This blog chronicles my journey as I learn Nex.js and delve into other programming languages also.

const aboutMe = function() {

  return {

      name:'Robin te Hofstee',

      position:'ui/ux-developer',

      website:'https://robintehofstee.com',

      email:'robintehofstee@gmail.com',

      birthday:'07/05/1972',

      birth_place:'Hengelo, OV the Netherlands 🇳🇱',

      location:'Saxton, PA',

  }

}