Skip to content

Instantly share code, notes, and snippets.

View mdirshaddev's full-sized avatar
:electron:
Innovating with Code, Building the Future

Irshad mdirshaddev

:electron:
Innovating with Code, Building the Future
View GitHub Profile
@mdirshaddev
mdirshaddev / how-to-use-cuid-in-drizzle.md
Created March 15, 2024 07:10
How to implement cuid in drizzle schema
  • How to implement cuid in drizzle schema for primary keys of tables?

I found this package in npm @paralleldrive/cuid2

Here is a simple implementation for this

import { init } from '@paralleldrive/cuid2';
import { pgTable, text, varchar } from 'drizzle-orm/pg-core';
@mdirshaddev
mdirshaddev / image-classification-with-tensorflow-js-and-mobilenet.markdown
Created December 3, 2021 09:27
Image Classification With Tensorflow.js and Mobilenet
@mdirshaddev
mdirshaddev / image-classification-with-tensorflow-js.markdown
Last active December 3, 2021 09:25
Image Classification With Tensorflow.js and Mobile net