// kryptn36.ts
interface Profile {
name: string;
role: string;
currentFocus: string[];
philosophy: string;
}
const kryptn36: Profile = {
name: "kryptn36",
role: "Full Stack Developer",
currentFocus: [
"Building tools that improve developer experience",
"Creating a self-hosted PaaS for effortless deployments",
],
philosophy: "Code should spark joy, not headaches",
};
export default kryptn36;
😀
- Baden-Württemberg, Germany
Highlights
- Pro
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.