Revolutionizing handball with data. Building analytics and management tools for teams. Together with @Nicklas and @Eirik
Fullstack developer and Entrepreneur
martin@portfolio:~$ whoami
martin@portfolio:~$ ls ./current-focus
class MartinKulvedrøstenMyhre implements Developer {
name = "Martin Kulvedrøsten Myhre";
location = "Hamar, Norway🇳🇴";
role = "Fullstack developer and Entrepreneur";
stack = [".NET", "Typescript", "Golang", "Rust"];
getCurrentWork(): WorkInfo {
return {
company: "Crayon Consulting AS",
position: "Consultant",
stack: ["Optimizely", "Next.js", ".NET", "React & Next.js"]
};
}
getVentures(): Venture[] {
return [
{
name: "Readplay AS",
type: "Startup",
description: "Revolutionizing handball with data. Building analytics and management tools for teams. Together with @Nicklas and @Eirik",
roles: ["Founder", "CEO"]
},
{
name: "Limeyfy AS",
type: "IT Company",
description: "Creating reliable websites for a friendly price to small and medium sized companies. Design and development, and everything from devops to security. Contact me at mkm@limeyfy.no if you ever need help with your website.",
roles: ["Founder", "CEO", "Main developer"]
}
];
}
getPassion(): string {
return "Designing and shipping high-quality software";
}
} Full-stack developer with an architecture mindset and a bias for shipping.
Consultant at Crayon Consulting AS
Building web platforms with Optimizely and Next.js. Working across the entire stack - from frontend React/Next.js to backend .NET, Optimizely and DevOps.
Creating reliable websites for a friendly price to small and medium sized companies. Design and development, and everything from devops to security. Contact me at mkm@limeyfy.no if you ever need help with your website.
// A practical toolkit across frontend, backend, and cloud
// Notes on engineering, architecture, and product delivery
Ganske raskt innså jeg hvor stabilt og gjennomtenkt Optimizely faktisk er. Rammeverket tilbyr etablerte mønstre som sikrer forutsigbar kvalitet. Følger du disse, så fungerer det. Slik er det ikke alltid i JavaScript-økosystemet, hvor valgfriheten…
Hopefully you don't need to run windows ever, but.. in the case you do need it her is a quick guide. Running Parrallels works fine but it costs and when you meet obstacles or limitations with virtualization it hurts even more knowing you are paying…
When we have built content-heavy websites with Next.js and a headless CMS (Sanity, in our case), one common challenge in all of the projects is rendering dynamic content blocks without bloating the website with JavaScript. Here's a scalable pattern…
When we deployed https://inmeta.no we decided to add a swedish (.se) page but we wanted to completely divide them when it comes to content. This meant we would not be doing the traditional /[locale]/...content also called i18n routing. Turned out…
Events can be very hard to work with in react so i made a type safe hook that simplifies the process. The last thing i want is to download a whole hook library just for one hook so the simplest thing is to add it yourself. Usage:
// Ongoing work and ventures, with measurable outcomes when available
Consultant
Building web platforms with Optimizely and Next.js. Working across the entire stack - from frontend React/Next.js to backend .NET, Optimizely and DevOps.
Founder, CEO, Main developer
Creating reliable websites for a friendly price to small and medium sized companies. Design and development, and everything from devops to security. Contact me at mkm@limeyfy.no if you ever need help with your website.