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

Organizations

@SmeagolMediacenterTeam @SARM-COVID @fievresdusamedisoir @cestrare @Flyzia @360thruth

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 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 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 Loading

  1. openai/openai-node Public

    Official JavaScript / TypeScript library for the OpenAI API

    TypeScript 8.7k 988

  2. rvion/CushyStudio Public

    🛋 The AI and Generative Art platform for everyone

    TypeScript 725 53

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

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

    Objective-C 67 61

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

    Top technical interview questions

    6

  5. melocap.space Public

    The Epic Musical Game with Rewards

    JavaScript 1

  6. disparition Public

    Tensorflow app to predict and hide body from webcam

    HTML 2

518 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to alexlevy0/melocap.space, rivory/Pure, alexlevy0/expo-router-server-seed and 42 other repositories
Loading A graph representing alexlevy0's contributions from March 10, 2024 to March 12, 2025. The contributions are 92% commits, 5% pull requests, 3% code review, 0% issues.

Contribution activity

March 2025

Created 4 repositories
Opened 6 pull requests in 1 repository
Reviewed 4 pull requests in 1 repository
rivory/Pure 4 pull requests
Loading