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

Block or report 0xdany

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
0xdany/README.md
import { Person } from '@world';

class Programmers extends Person {
  languages  = ['Typescript', 'C++', 'Python', 'Java', 'C#', 'Solidity'];
  databases  = ['Firebase', 'MongoDB', 'PostgreSQL'];
  frameworks = ['React', 'React Native', 'NextJS', 'Hardhat'];
}

class Me extends Programmers {
  name     = 'Dany Raihan';
  role     = 'CS Student';
  location = 'Vancouver, BC';
  website  = 'https://danyraihan.dev';
}

Pinned Loading

  1. backgone backgone Public

    Containerized web app that removes background in .jpg/.jpeg built using HTMX, Express.js, Python.

    CSS 1 1

  2. bookmarq bookmarq Public

    MVP prototype of bookmark-sharing platform built using NextJS and MongoDB. It also comes with Google-Auth and NextUI.

    JavaScript 2

  3. hardhat-crowdfunding-bp hardhat-crowdfunding-bp Public

    HardhatJS boilerplate for decentralized crowdfunding website e.g GoFundMe. It comes with solidity contracts that work in Georli tesnet.

    JavaScript 1

  4. RAG_PDF_URLs RAG_PDF_URLs Public

    Simple RAG workflow ChromaDB by fetching PDF from URLs without storing any file locally.

    Python