Skip to content
View dmtrek14's full-sized avatar
๐Ÿ
๐Ÿ

Highlights

  • Pro
Block or Report

Block or report dmtrek14

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

An image of the milky way

Live Long and Prosper ๐Ÿ––

I'm Danielle! I am a software developer with a passion for building accessible and well-designed applications. I'm mostly self-taught aside from a couple courses in grad school, and have otherwise learned on the job. HTML, CSS, and vanilla JS were my first languages back in the (gulp) late 90s (though, I have a hazy memory of learning some Basic in elementary school). I've since picked up C# and the .NET ecosystem, SQL, scrappy React and ES6, enough ColdFusion to make a mess of things, and sprinkles of Python and PHP. I also have an MFA in Creative Writing (Fiction).

The projects here are just my hobby projects and are in various states of completion, so are only a glimpse of my code style.

  • ๐Ÿ”ญ Personal projects Iโ€™m currently working on:
    • Learning Rust
    • Making a dotfiles/config manager in Tauri
    • Continuing to get better with React and Typescript
  • ๐ŸŒŒ Things I'd like to build:
    • A VSCode theme
    • Sample/template websites for writers and animal rescues to use
    • A minimal yet rich text-editor for writers
    • Some plugins for Obsidian.md (an inventory tracker for DND is first on my list)

Assorted Stats

My Github stats My language stats

gists-readme

Pinned

  1. danielle-dev danielle-dev Public

    Personal development website

    JavaScript

  2. dotnet-desktop-winforms-msgraph dotnet-desktop-winforms-msgraph Public

    Small sample .NET 4.8 application that uses MSAL and Microsoft Graph. Here, sending an email is demonstrated

    C#

  3. hallmark-xmas-movie-generator hallmark-xmas-movie-generator Public

    A tiny website and some NLP magic to generate new Hallmark Christmas movies

    SCSS

  4. Nelis-theme Nelis-theme Public

    Bootstrap 4 theme and menuing for the Nevada Legislature's NELIS site.

    CSS

  5. newton newton Public

    Cross-platform dot files and setting manager for developers

    TypeScript

  6. Sample SQL script of a STUFF. In thi... Sample SQL script of a STUFF. In this example, there is a Deadlines table and if a date has more than one deadline, we want a single row per date and all deadlines to be in a comma-separated list.
    1
    SET ANSI_NULLS ON
    2
    GO
    3
    SET QUOTED_IDENTIFIER ON
    4
    GO
    5