Matthias Heisterkamp

Breaking things and fixing them professionally ...

About me

            
              let mhstrkmp = {
                firstname: "Matthias",
                lastname: "Heisterkamp",
                hasChildren: true,
                profession: "craftsman",
                feelings: "πŸ€·β€β™‚οΈ",
                fuel: "β˜•οΈ coffee",
                interests: ["πŸ‘¨β€πŸ’» web development", "πŸ§—β€β™‚οΈ bouldering", "πŸ„β€β™‚οΈ surfing", "⛡️ sailing", "🐝 beekeeping"]
              };
              
              function newProfession(profession) {
                let result;
                if (profession === "Web Developer") {
                  mhstrkmp.profession = profession;
                  mhstrkmp.feelings = "πŸš€";
                  result = "Ceep calm and do epic shit!";
                } else {
                  result = "πŸ€– Does not compute ...";
                }
                return result;
              }

              
              newProfession("Web Developer");
            
          

I usually don't like to be treated as an object ...

Please reach out for further information or just to say hello.

Projects

LIFE-AHEAD.ORG

This website is also a personal project. The goal of this project is to start a non-profit organization to help parents in grief. Therefore we already ran successfully a crowdfunding campaign.

#HTML #CSS #Wordpress #Chimpify
This website

This website is part of my web development boot camp and helped me to understand lots of new concepts and technologies.

It was a joy to play around and learn new things.

#HTML #CSS #Sass #Bootstrap
MHSTRKMP.DEV

Right now just a placeholder and starting point for learning new technologies.

The plan for this website is to become my portfolio and blog.

#Next.js #tailwindcss #HTML #CSS
M. MΓΌnzer GmbH

Redesign and relaunch of the companys website. The text content of the old WordPress site were migrated to the new website.

#HTML #CSS #Wordpress #Chimpify