// nullsql — full-stack developer
// building flowzco + cryvanta, 200+ other projects shipped
const dev = {
role: "developer",
owns: {
website: 1,
extension: 1 // in progress
},
otherProjectsShipped: "200+",
status: "shipping"
};
0
WEBSITE OWNED
0
EXTENSION IN PROGRESS
0
OTHER PROJECTS SHIPPED
// dm my socials for specific requests of projects ->
{
"languages": [
"python", "java", "js", "html", "css",
"r", "react.js", "sql", "php", "typescript",
"tailwind", "rust", "c#"
],
"tools": [
"figma", "bootstrap", "supabase", "firebase",
"github", "vscode", "laravel", "postman", "docker"
]
}
LANGUAGES
TOOLS
const projects = [
{
name: "flowzco",
type: "website",
role: "main project — AI taskforce",
status: "live"
},
{
name: "cryvanta",
type: "browser extension",
role: "self-custody crypto wallet",
status: "in progress"
}
];
flowzco
AI taskforce — main project
live
website
cryvanta
self-custody crypto wallet
in progress
extension
const links = {
github_main: "github.com/nulldql",
github_side: "github.com/nullsql",
discord: ["null.sol", "null.ltc"]
};