Hi, I’m chanchan, a full-stack developer with extensive experience in software development and infrastructure. Currently serving as the CTO at xcypher.ai, I’m passionate about building high-performance systems and exploring cutting-edge technologies.
If you want to know more about me, you can visit my About page.
Latest Posts
-
Hyperliquid - Orderbook
First, consider what an Order Book is in the context of a decentralized exchange like Hyperliquid. Can you describe what you think its main purpose might be, and how it...
-
Hyperliquid
- To implement a system like Hyperliquid, you’ll need to master blockchain development, consensus algorithms, and decentralized finance (DeFi) concepts.
- It seems likely that expertise in smart contracts, on-chain trading...
-
zod
Zod is a JavaScript and TypeScript library for defining schemas to validate data and infer TypeScript types from those schemas. It’s particularly useful in Next.js projects for validating API inputs,...
-
prisma
Prisma is a next-generation Object-Relational Mapping (ORM) tool designed for Node.js and TypeScript applications, offering type-safety, automated migrations, and an intuitive data model. It’s particularly well-suited for modern web development...
-
cloudflare - durable object
Cloudflare Durable Objects is a powerful feature of the Cloudflare Workers platform that enables developers to build stateful, serverless applications with consistent, low-latency storage and coordination capabilities. Below, I’ll provide...
-
cloudflare - d1
Cloudflare D1 is a serverless, distributed SQL database built on SQLite, designed to integrate seamlessly with Cloudflare Workers for building full-stack applications on Cloudflare’s global network. It provides a lightweight,...
-
Sentry : Nextjs
Integrating Sentry with a Next.js application for both frontend and backend error tracking and performance monitoring is a powerful way to gain insights into your application’s health. Below, I’ll provide...
-
Sentry : cloudflare worker
Sentry is an application monitoring platform that helps developers track errors, performance issues, and application health in real-time. It provides: