Skip to content
View alexlevy0's full-sized avatar
🎯
顺其自然
🎯
顺其自然

Organizations

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

Block or report alexlevy0

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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 from 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 feature!!!"

[!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

  1. rvion/CushyStudio rvion/CushyStudio Public

    🛋 The AI and Generative Art platform for everyone

    TypeScript 583 40

  2. clipcrafter-ai clipcrafter-ai Public

    🎥 Elevate Your Content with ClipCrafter AI

    TypeScript 2

  3. disparition disparition Public

    Tensorflow app to predict and hide body from webcam

    HTML 2

  4. 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

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

    Top technical interview questions

    7

  6. wavyapp/react-native-custom-keyboard wavyapp/react-native-custom-keyboard Public

    Forked from reactnativecn/react-native-custom-keyboard

    Java 2 1