Skip to content
View nauqh's full-sized avatar
☁️
Skywalking
☁️
Skywalking

Block or report nauqh

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 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
nauqh/README.md

Hello, I'm Wan 👋

🧑‍💻 Full Stack Engineer with expertise in building scalable data pipelines, automation systems, and analytics platforms. Combining software engineering with data science to deliver actionable insights and data-driven solutions.

🛸 Wanderer in the vast virtual space of the internet.

Let's connect with me at nauqh.dev 🌟

Visit my recent launched website at keleidoscope.app 🚀

Version Version Discord

A little more about me..

import { useState, useEffect } from "react";

const Wan = ({ 
    name = "Wan",
    pronouns = "He/Him", 
    askMeAbout = ["data engineering", "data analysis", "software development", "automation systems"] ,
    language = "Python" | "TypeScript" | "SQL" | "R" | "HTML/CSS"
}) => {
    const [currentFocus, setCurrentFocus] = useState("Building AI-powered teaching assistants and automation systems");

    useEffect(() => {
        console.log("Fun Fact: I love movies 🎬 and music 🎵");
    }, []);

    const experience = {
        currentRole: "Automation Engineer at CoderSchool",
        achievements: [
            "Reduced reporting time by 90%",
            "Managed 500+ students across 5 courses",
            "Successfully supported 20+ learners to graduate"
        ]
    };

    return (
        <>            
            <Readings books={[
                "The Data Warehouse Toolkit",
                "Solution Architect's Handbook",
                "Storytelling with Data"
            ]} />
            
        </>
    );
};

export default Wan;

Languages & Tools

Python TypeScript Postgres React Django Fastapi Next JS Prisma

Tailwind CSS Supabase Pandas NumPy Plotly Power Bi AWS

Docker Streamlit PyTorch Langchain


Visitors

Pinned Loading

  1. resonance resonance Public

    🎧 A music recommendation system

    TypeScript 10

  2. ti ti Public

    🙋‍♂️ A chatbot designed to enhance Discord question center.

    Python 1

  3. jobboard-automation jobboard-automation Public

    🗃️ Job Board Automation for Coderschool's platform

    Python

  4. porobot porobot Public

    🎮 Discord bot for League of Legends

    Python 6

  5. csautograde csautograde Public

    🎓CoderSchool Auto-Grading System for Data Science Course

    Python