Skip to content
View Daftscientist's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Organizations

@ArtiFeZ @Aftora

Block or report Daftscientist

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Daftscientist/README.md

Hi 👋, I'm Leo

A Full stack software developer who enjoys building random things.

  • 🔭 I’m currently working on Cascade

  • 🌱 I’m currently learning C++

  • 👯 I’m currently building Aftora

  • 👨‍💻 All of my projects are available at daft.codes

  • 📝 I regularly write articles on daft.talk

  • 💬 Ask me about Rust, Python, TS, React, Tailwind, Networking & System Architecture.

  • 📫 How to reach me leo@daft.email

  • 📄 Know about my experiences https://linkedin.com/in/leo-johnston

  • ⚡ Fun fact I'm half Peruvian and speak Spanish!

Languages and Tools:

typescript logo react logo jest logo storybook logo aftereffects logo amazonwebservices logo android logo angularjs logo apache logo azure logo canva logo codepen logo css logo denojs logo debian logo devicon logo digitalocean logo docker logo django logo discordjs logo electron logo facebook logo express logo eslint logo fastapi logo fedora logo figma logo flask logo firefox logo gimp logo git logo github logo gitlab logo go logo graphql logo grafana logo html5 logo jquery logo jupyter logo kubernetes logo laravel logo linux logo linkedin logo markdown logo materialui logo mongodb logo mysql logo nextjs logo nginx logo nodejs logo npm logo oracle logo pandas logo photoshop logo podman logo php logo postgresql logo prometheus logo python logo pycharm logo redis logo redux logo ruby logo rust logo salesforce logo sass logo sqlalchemy logo sqlite logo ssh logo svelte logo terraform logo tailwindcss logo threejs logo twitter logo trello logo unrealengine logo vscode logo visualstudio logo webpack logo woocommerce logo wordpress logo yarn logo

Connect with me:

I've been listening to 😳:

Snake animation

Pinned Loading

  1. Jrni-Demo Jrni-Demo Public

    JRNI API integration with a front-end demo, highlighting seamless scheduling and booking functionalities.

    TypeScript

  2. Alevel-NEA Alevel-NEA Public

    My A-Level Computer Science Non-Exam Assessment project. Implements a fully-fledged workforce management and pay tracking system, developed in Python and React.

    JavaScript

  3. Mecha-Karen-Source-Code Mecha-Karen-Source-Code Public

    Forked from Seniatical/Mecha-Karen

    In this repository you will find the code in mecha karen!

    Python

  4. WebScene WebScene Public

    A TypeScript-first, timeline-based Canvas video composition engine with deterministic rendering and After Effects–style primitives.

    TypeScript

  5. LinkedList Implementation JavaScript LinkedList Implementation JavaScript
    1
    class InternalNode {
    2
        constructor(data) {
    3
            this.data = data;
    4
            this.next = null;
    5
        };
  6. UseCascadeIo/.github UseCascadeIo/.github Public

    Your panel. Your palette.

    1