Skip to content
View naknode's full-sized avatar
πŸŽͺ
Medieval JavaScript RPGs are cool.
πŸŽͺ
Medieval JavaScript RPGs are cool.

Organizations

@delaford
Block or Report

Block or report naknode

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

Hello there πŸ‘‹

class SoftwareEngineer {
    name: string;
    role: string;
    languageSpoken: string[];

    constructor() {
        this.name = "Dan Jasnowski";
        this.role = "Senior Software Engineer";
        this.languageSpoken = ["es_ES", "en_US"];
    }

    sayHi(): void {
        console.log("Thanks for dropping by GitHub profile! I hope you find some of my work interesting.");
    }
}

const me = new SoftwareEngineer();
me.sayHi();

πŸ˜ƒ Who Am I?

Hey, it's Dan Jasnowski. I'm a Senior Software Engineering nearing 10 years in this business and have loved every second. While I love the front-end, my skills go towards full-stack developement. I've used React, Vue and Angular in my time, with Node.js and fastify, Nest.js with Nuxt.js and Nest.js. It's a full circle kind of deal, y'know?

I may be front-end leaning but definitely use Node.js in almost all of my projects. From Prisma and Drizzle to Zod, web sockets and more, I'm always dabbling in something new. TypeScript is never a project away as it's a critical part of my toolset.

πŸ‘‡ Current project

I'm currently working on Delaford. An online 2D RPG written TypeScript, Vue, Node.js and more. Go back to the Medieval Ages where can smith for ore, smelt weapons, sell to town traders or other players, bank items and so much more! Taken inspiration from the 1990s dungeon crawlers and medieval-esque type games from the past.

Delaford

πŸ–₯️ Experience & Skills

TypeScript Vue.js React Node.js Prisma PostgreSQL Drizzle esbuild Vite Fastify AWS Docker Tailwind CSS MySQL PHP Laravel Web Sockets Github Actions Google Cloud Platform Insomnia Apollo GraphQL Heroku Redux GraphQL Sass Styled Components Git NestJs NPM HTML5 Chrome Browser Storybook Rollup Webpack D3.js Prettier MongoDB

And more. Always learning. Always developing!

πŸ† GitHub Trophies

trophy

πŸ—‚οΈ Other Projects

  • Patient Portal: Manage patients with this helpful dashboard. Patients can have multiple addresses and multiple custom key/value fields. Using Vue 3 front-end with fastify and Prisma for ORM on the backend. NPM workspaces ties up the project for a better UX and CI/CD.
    • Frontend: Vue, Ag-Grid, Material UI
    • Backend: Prisma, Node.js, Faker-js
    • Other: TypeScript, eslint
hit counter

Pinned

  1. delaford/game delaford/game Public

    βš”οΈ An online JavaScript 2D Medieval RPG.

    JavaScript 1.2k 796

  2. patient-portal patient-portal Public

    TypeScript, Node.js, Vue, Prisma and more all in a curated patient portal for finni health portal interview

    Vue

  3. blockchain.js blockchain.js Public

    Native blockchain implementation in JavaScript.

    JavaScript 5

  4. databricks/databricks-sql-nodejs databricks/databricks-sql-nodejs Public

    Databricks SQL Connector for Node.js

    JavaScript 22 30