Tojo RODIALSONforTojo RODIALSONtojo.hashnode.dev·Nov 22, 2024Guide 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
Bruce Wellsblog.phpfui.com·Nov 20, 2024Implementing Active Records in PHP - Part 2In our last episode, I wrote a class I call DataObject. It will be the base class for my Active Record class since it has the basics of what is required in an Active Record class. A DataObject is basically a OO wrapper around an array, but an Active ...DiscussPHP
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
Bruce Wellsblog.phpfui.com·Oct 21, 2024Implementing Active Records in PHP - Part 1Active Records are a defined Design Pattern with it’s own Wikipedia page! So why create another Active Record implementation? Pretty simple. The existing PHP Active Record implementations are bloated and slow and hard to configure. So here is how to ...DiscussPHP
Ayush Khatriayushkhatri.hashnode.dev·Oct 6, 2024Building a Powerful Backend with Next.js, Prisma, and PostgreSQL: Best PracticesIntroduction In today’s web development, having a fast and scalable backend is essential. Prisma and PostgreSQL work great together to help build strong and reliable APIs. This blog will walk you through how to set up a Next.js backend using Prisma a...Discuss·10 likesNext.js
Robert Niestrojrobertniestroj.hashnode.dev·Sep 24, 2024How JPA works from your Java code to the DatabaseA question I like to ask developers during job interviews is how JPA works from application code down to the database. The answer tells me how someone understands this complex tech stack. As I work with the Spring Framework I ask this question in the...Discuss·9 likes·10.8K readsJava
Rishi BakshiforRishi Bakshi Blogrishibakshi.hashnode.dev·Sep 22, 2024Still Convinced That Multiple Fetch Requests Hit the Database Multiple Times? You’re Missing Out!One of the common mistakes I've encountered while working with Next.js is the misconception that making separate data fetching requests in different components is inefficient or problematic. In this article, we'll explore this mistake, how caching wo...DiscussYou Don't Know Next.jsfetch
mahdim--mdy--m.hashnode.dev·Sep 13, 2024Welcome Qiu: An IntroductionI’m thrilled to announce the release of Qiu – a no-nonsense SQL query runner designed to make raw SQL fun again. Let’s be honest, ORMs have their place, but they can get a bit overwhelming when all you want is to write simple SQL. I’ve always enjoyed...Discuss·10 likesSQL
Kishan Kareliyatechwithkishan.hashnode.dev·Aug 24, 2024Prisma vs. SQL: Why This Modern ORM is a Game-ChangerIntroduction If you’ve been working with databases in Node.js, you might have heard about Prisma. It’s a powerful tool that helps developers interact with databases more easily and efficiently. But what exactly is Prisma, and why should you consider ...Discuss·1 likeprisma
Ujjwal Jhaujjwaljha.hashnode.dev·Aug 21, 2024Drizzle vs. Prisma: My Experience and RecommendationsIn the world of web development, effective management of data is very critical. Two of the most popular solutions that have gained broad attention over the past few years are Drizzle and Prisma. Both provide robust solutions with the sole aim of hand...Discuss·45 readsDatabases