Martin Kulvedrøsten Myhre — Full-Stack Developer & Architect

bash

~$

~$

📁 crayon-consulting/
Consulting - Full-Stack Development
📁 3steps-platform/
Handball analytics
📁 limeyfy/
Client websites
~$
Developer.ts
class MartinKulvedrøstenMyhre implements Developer {
  name = "Martin Kulvedrøsten Myhre";
  location = "Hamar, Norway🇳🇴";
  role = "Fullstack developer and Entrepeneur";
  stack = [".NET", "Typescript", "Golang", "Rust"];

  getCurrentWork(): WorkInfo {
    return {
      company: "Crayon Consulting AS",
      position: "Consultent",
      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 "Building products that matter";
  }
}

About Me

// Developer by day, developer by night

💼 Current Role

Consultent at Crayon Consulting AS

Building webplatforms with Optimizely and Next.js. Working across the entire stack - from frontend React/Next.js to backend .NET, Optimizely and DevOps.

Optimizely
Next.js
.NET
React & Next.js

🚀 Entrepreneurship

Readplay AS
Founder, CEO • Startup

Revolutionizing handball with data. Building analytics and management tools for teams. Together with @Nicklas and @Eirik

Limeyfy AS
Founder, CEO, Main developer • IT Company

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.

Quick Facts

  • -Based in Hamar, Norway🇳🇴
  • -Consultent @ Crayon Consulting AS
  • -Working with .NET, Typescript, Golang, Rust
  • -2 ventures in flight

Tech Arsenal

// From systems programming to cloud infrastructure

core

TypeScript
C#
.NET
Golang
Rust
Systems Programming

frontend

Next.js
React
Tailwind CSS
Vue.js
Svelte
Sanity.io

backend

.NET Core
Optimizely
ASP.NET
Node.js
API Design
Microservices

database

PostgreSQL
MongoDB
Redis
SQL
Supabase
Entity Framework

devops

Docker
Azure
CI/CD
Kubernetes
GitHub Actions

tools

Git
VS Code
WebStorm
Visual Studio
Rider
Linux
MacOS
6
Blog Posts
Lines of Code
2
Ventures
24/7
Problem Solving

Blog

// Thoughts on code, architecture, and building stuff

Featured

Optimizely for nye utviklere

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 noe

4 minute read
Opinion
#Optimizely

Current Branches

// Projects I'm actively shipping

Crayon Consulting AS logo

Crayon Consulting AS

Active

Consultent

Building webplatforms with Optimizely and Next.js. Working across the entire stack - from frontend React/Next.js to backend .NET, Optimizely and DevOps.

Energy drinks consumed
Way too many
Customers worked with
10+
Previous name
Inmeta
Optimizely
Next.js
.NET
React & Next.js
Readplay AS logo

Readplay AS

building

Founder, CEO

Revolutionizing handball with data. Building analytics and management tools for teams. Together with @Nicklas and @Eirik

Commits
6000+
Lines of code
100 000+
Times rewritten
Too many
Next.js
.NET
Python
Golang
Limeyfy AS logo

Limeyfy AS

Active

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.

Projects
10+
Team Size
1 + 3 on call
Uptime
99.9%
Next.js
Sanity CMS
Tailwind
Figma
Wordpress
// Want to collaborate? Send an email to me!
1.
constsubject=

2.
constname=

3.
constemail=

4.
constmessage=`

4. 5. 6.
7.
`;

8.

10.
// Run the function to send an email

11.
constcollaborate=async(data)=> {

11.
constresponse=await
fetch.post('/api/contact', data);

12.
return
response.json();

14.
}