Skip to content
View Mothralady's full-sized avatar
🤩
Developing plugins for Friend
🤩
Developing plugins for Friend

Organizations

@redheadsatx
Block or Report

Block or report Mothralady

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

Hi, I'm Juliya

Moon.svg

I'm in my early 30's and live in Austin, Texas.

I am a self-taught web developer. My own passions motivate me. I am not looking to be hired, I am not looking for funding. I create just because I CAN.

I stopped freelancing right before Covid happened and decided it was the perfect time to take several years off and focus on myself but now I am back. What else needs to be said?

These days I am getting into Game Development.

I can use any language, any framework, any engine, etc. given enough time. I can teach myself anything. I am getting into Game Jams for this reason, challenging myself to use obscure tools to create. Great way to learn.

I don't promise to have the most impressive Github account, my commits will be messy and probably full of curse words. I don't like Corporate bullshit, or appealing to some future overlord to hire me letting that infect everything I do. This is me in all my glory.

Thanks for reading :)


Alt text

Discord

Pinned Loading

  1. mothralady.github.io mothralady.github.io Public

    Forked from b2a3e8/jekyll-theme-console

    Juliya's Static Site

    SCSS

  2. The custom code to format data part ... The custom code to format data part of my NotionDB properties - Discord API Discord Bot. Put before the Discord Bot (Send Message) Step, but after the Notion Trigger and API Steps.
    1
    export default defineComponent({
    2
      async run({ steps }) {
    3
        const notionItem = steps.trigger.event;
    4
        console.log("Notion Item:", JSON.stringify(notionItem, null, 2));
    5