Giter Site home page Giter Site logo

Hi 👋, I'm Alex LÉVY

Software engineer from France living his best life in a snow globe, 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 senior software engineer with a fiery passion for full-stack and cloud-native application development. I love creating state-of-the-art, cross-platform applications using cutting-edge technology.


alexlevy0 wassim-samad-87903265 wass08 wawa.sensei


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))
Best viewed with Microsoft Internet Explorer

Alex Lévy's Projects

30-seconds-of-code icon 30-seconds-of-code

Curated collection of useful Javascript snippets that you can understand in 30 seconds or less.

angular-styleguide icon angular-styleguide

Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices.

apollo-11 icon apollo-11

Original Apollo 11 guidance computer (AGC) source code digitized by folks at Virtual AGC (http://www.ibiblio.org/apollo/) and MIT Museum.

awesome-pentest icon awesome-pentest

A collection of awesome penetration testing resources, tools and other shiny things

bitcoin icon bitcoin

Bitcoin Core integration/staging tree

bootstrap icon bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

browserpopcorn icon browserpopcorn

The latest Popcorn Time version, available in your browser! Skip the downloads! Watch the best movies instantly in HD, for free!

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.