Tojo RODIALSONforTojo RODIALSONtojo.hashnode.dev·5 hours agoGuide to Choosing the Ideal ORM for IT ProjectsAn Object-Relational Mapper (ORM) is a programming technique for converting data between incompatible systems using object-oriented programming techniques. 1 In the context of database applications, it simplifies interactions between programming la...Discussorm
FYGS \_°<fygs.hashnode.dev·Oct 29, 2024How to Create a Modern Backend Using HonoJS, PostgreSQL, and Drizzle ORM with TypeScriptIn the rapidly evolving landscape of web development, choosing the right tools can significantly impact the efficiency and scalability of your applications. This article explores the integration of HonoJS, a modern web framework, with PostgreSQL usin...Discuss·1 like·60 readsbackend
Redeaux CorporationforṂȺ₲ṂѦ ꞖŁØǤmagma.hashnode.dev·Sep 13, 2024MoltenChain TestnetAs we continue the development of MoltenChain, our prototyping phase is complete. We have succeeded in creating a deployable node developed in Bun, Hono.js, Drizzle, Drizzle ORM, WebSockets, IPFS, using Cloudflare Workers and D1. The amount of work g...DiscussMoltenChainCryptocurrency
Ayoub ElGueddariadev1.hashnode.dev·Sep 8, 2024Connect Nextjs , Drizzle with NoenIntroduction He is a simple way on how to integrate nextjs , drizzle and noen 1 Create Nextjs App npx create-next-app@latest 2 Install drizzle and noen npm install @neondatabase/serverless drizzle-orm 3 Create a Schema and Database Connection // fi...Discuss·10 likesnoen
Justincursor.hashnode.dev·Sep 6, 2024Cloud-Based Note-taking App: Project Setup and Configuration Guide in Cursor - Step 11. Initialize Next.js project with TypeScript and App Router Find this and other Cursor AI tutorials on our site Cursor Directory Open your terminal in Cursor AI. Run the following command to create a new Next.js project with TypeScript: npx creat...DiscussNext.js
Mohamed amaan a836.hashnode.dev·Aug 4, 2024AI Mock Interview Taker SaaS platform!Utilizing the cutting-edge technologies of Next.js, PostgreSQL, Neon serverless, and Gemini API, I have created a solution that transforms interview preparation This platform is designed to help job seekers build confidence and hone their interview s...Discusssoftware development
Punam Kumaripunam-1674812033403.hashnode.dev·Jul 31, 2024DXV phase1 :what is DXV? Its an app where people of same kind of interest can tweet in this platform and create a group where they can include their friends and work upon some projects. Features: Any user has the access to create a group and can add members int...DiscussDrizzleORM
Razzaq Shikalgarrazzqshikalgar.hashnode.dev·Jul 20, 2024Reddit-backend-taskusing microservice architecture Overview This project is built using a microservice architecture with the following tech stack: TypeScript PostgreSQL Drizzle ORM Express Postman for API documentation Services Completed are: auth-service subr...Discuss·11 likes·46 readsNode.js
Tinotenda Joeblog.britelink.io·Jul 15, 2024SQL JoinsSo here we are again, deep in the trenches of development. It's fascinating how, as developers, we often think we know a lot, but in reality, sometimes what we know is just the tip of the iceberg. In fact, a good 90% of the time, what we think we kno...DiscussSQL
Joshua Omobolakoha.hashnode.dev·Jul 6, 2024Fix: DrizzleORM could not resolve peer dependency error with NextJS 14My best guess is you're reading this because you saw it too: the peer dependency error in your terminal while installing drizzle-orm in your Next.js 14 application. Let's fix it. A Peek at the error Here's a clipped view of my setup package.json: "de...DiscussDrizzleORM