Giter Site home page Giter Site logo

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

Alex Lévy's Projects

jweb-epitech icon jweb-epitech

Ecommerce website - JAVA J2EE JWeb Epitech Projet w/ JSTL - Tomcat

lah icon lah

Created with CodeSandbox

manifold icon manifold

Manifold Markets: A market for every question

myftp icon myftp

My Client + Server FTP multi-client in C

nibbler icon nibbler

A basic snake program with 3 different graphic libs in C++ EPITECH Teck2

nike-bot icon nike-bot

Simple JS + PHP snippet that, when loaded as a Chrome extension, automatically adds the specified shoe size to the user's cart after clicking the unique @nikestore purchase link.

nike_bot icon nike_bot

an entertaining Nike shoe purchasing system

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.