Skip to content
View alexlevy0's full-sized avatar
🎯
🎯

Organizations

@SmeagolMediacenterTeam @SARM-COVID @fievresdusamedisoir @cestrare @Flyzia @360thruth
Block or Report

Block or report alexlevy0

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
alexlevy0/README.md

Hi 👋, I'm Alex LÉVY

Software engineer In France living his best life shaking things up a bit more each day 🔮

                                    Redux   CSS  HTML  JavaScript                             

"It’s not a bug... It’s an undocumented "

[!TIP]

👋 I'm Alex, a software engineer with a fiery passion for full-stack and cloud-native app dev. I love creating cross-platform applications using cutting-edge technology.

type DevStack = Record<string, string | string[]>

const devStack2024: DevStack = {
        Toolkit: "Bun",
        Languages: ["TypeScript", "WebAssembly (WASI)", "AssemblyScript (WASM)"],
        "App Frameworks": ["Lens Protocol", "Expo", "Next.js (SSR/SSG/ISR)", "WebXR - Babylon.js"],
        Data: ["AWS DataStore/AppSync", "GraphQL"],
        "Infrastructure (Cloud Native)": "AWS Amplify Gen 1/2",
        "Deploy & hosting": ["Amplify Hosting", "Cloud Sandbox", "Fullstack workflows"],
        Database: ["DynamoDB", "Redshift", "Kinesis"],
        "UI & UX": ["Figma-to-Code", "Amplify Form Builder", "Amplify UI"],
        "Backend Admin (headless CMS)": "Amplify Studio",
        "IDE Stuff": ["VSCode", "prettier", "dprint"],
}

function formatTools(tools: string | string[]): string {
        return Array.isArray(tools) ? tools.map((tool) => `  - ${tool}`).join("\n") : `  - ${tools}`
}

function getStackList(stack: DevStack): string {
        return (
                Object.entries(stack)
                        .map(([category, tools]) => `\n* ${category}:\n${formatTools(tools)}`)
                        .join("") + "\n\n"
        )
}

function softwareWizard(stack: DevStack): string {
        return `👋 I'm Alex, a Senior Full-Stack Software Engineer & Code Alchemist with a 2024 stack: ${this.getStackList(
                stack,
        )} 🌙 Let's make some digital magic! 🧙‍♂️✨`
}

console.log(softwareWizard(devStack2024))

alexlevy0 wassim-samad-87903265 wass08 wawa.sensei

Best viewed with Microsoft Internet Explorer

Pinned Loading

  1. openai/openai-node openai/openai-node Public

    The official Node.js / Typescript library for the OpenAI API

    TypeScript 7.4k 773

  2. rvion/CushyStudio rvion/CushyStudio Public

    🛋 The AI and Generative Art platform for everyone

    TypeScript 632 44

  3. clipcrafter-ai clipcrafter-ai Public

    🎥 Elevate Your Content with ClipCrafter AI

    TypeScript 2

  4. disparition disparition Public

    Tensorflow app to predict and hide body from webcam

    HTML 2

  5. infoxicator/react-native-star-prnt infoxicator/react-native-star-prnt Public

    React-Native bridge to communicate with Star Micronics Bluetooth/LAN Printers

    Objective-C 67 65

  6. fantastic-tech-interview-questions-mock fantastic-tech-interview-questions-mock Public

    Top technical interview questions

    7