Skip to content
View Dyastin-0's full-sized avatar

Block or report Dyastin-0

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

Hi there, I'm Dyastin.

a passionate developer building projects with modern web technologies. I enjoy crafting web applications, and continuously learning new technologies to enhance my skills.

📖 Studies at Colegio de Montalban

🛠️ I am currently crafting a backend with Go.

A little more about me

type Profile struct {
    Name           string
    About          string
    CurrentProject struct {
        Name       string
        Repository String
        URL        string
        Desc string
    }
    Contact []struct {
        Type string
        Info string
    }
    Tools map[string][]string
}

dyastin := Profile{
    Name:  "Justine Paralejas",
    About: "I enjoy crafting web apps.",
    CurrentProject: struct {
        Name       string
        Repository string
        URL        string
        Desc       string
    }{
        Name:       "Filespace",
        Repository: "https://github.com/Dyastin-0/filespace",
        URL:        "https://filespace.dyastin.tech",
        Desc:       "A simple cloud storage.",
    },
    Contact: []struct {
        Type string
        Info string
    }{
        {Type: "Email", Info: "mail@dyastin.tech"},
    },
    Tools: map[string][]string{
        "Backend": {
            "Node.js", "Express", "Go", "Socket.IO", "MongoDB", "Firebase",
        },
        "Frontend": {
            "React", "Vite", "Framer Motion", "Tailwind CSS",
        },
        "Data Fetching": {
            "SWR", "Axios",
        },
        "DevOps": {
             "AWS EC2", "Google Compute Engine", "Caddy",
        },
        "Version Control": {
            "Git", "GitHub",
        },
    },
}

Popular repositories Loading

  1. filmpin-0 filmpin-0 Public

    VanillaJS & CSS, practice

    CSS

  2. cdmlms cdmlms Public

    Library Management System with VanillaJS & CSS, Firebase client-side Auth & Firestore DB, hosted at Google Cloud

    JavaScript

  3. Omnisync Omnisync Public archive

    Home automation with ReactJS & Firebase that you can integrate with microcontrollers. Includes real-time chart insights.

    JavaScript

  4. rover rover Public

    Includes web-based controller using web socket and server.

    C

  5. teacher-evaluation-pdf-generator teacher-evaluation-pdf-generator Public

    PHP 1

  6. omnisense-client omnisense-client Public

    ESP32 Omnisense client using web server, web socket, and FirebaseClient.

    C++