Techtales.

Tips and Tricks for Mastering Typography🔥 Trending

Tips and Tricks for Mastering Typography

Jul 24, 2024
4 min read
As a developer, you either accept that you suck at typography, or choose to live your life watching a random guy explain how to choose typography on YouTube. I... Read More.
How to Use Drizzle ORM with PostgreSQL in a Next.js 15 Project🔥 Trending

How to Use Drizzle ORM with PostgreSQL in a Next.js 15 Project

Aug 30, 2025
6 min read
UDDrizzle ORM is a type-safe, SQL-focused ORM for TypeScript that simplifies database modeling and queries with familiar SQL-like syntax. It integrates smoothly... Read More.
Data Fetching and Caching in NextJS🔥 Trending

Data Fetching and Caching in NextJS

Jul 21, 2024
3 min read
In the realm of web development, data fetching stands tall as a fundamental aspect, akin to the very fabric that weaves together intricate applications. In this... Read More.
A Beginner's Guide to Typescript for JavaScript Developers🔥 Trending

A Beginner's Guide to Typescript for JavaScript Developers

Sep 21, 2024
5 min read
TypeScript has an unusual relationship with JavaScript. TypeScript offers all of JavaScripts features, and an additional layer on top of these: TypeScripts type... Read More.
Opinion Article: How Will AI Video Generation Affect Crime Investigation?🔥 Trending

Opinion Article: How Will AI Video Generation Affect Crime Investigation?

Jul 24, 2024
4 min read
Artificial intelligence (AI) in criminal justice has been pervasive for some time and will only grow in the future. AIs impact on the criminal justice system in... Read More.
Building A REST API with Prisma, NodeJS and PostgreSQL🔥 Trending

Building A REST API with Prisma, NodeJS and PostgreSQL

Sep 17, 2024
5 min read
I once shared that I have migrated my database from Active Record using ruby on rails to a Prisma ORM and Node Js server powered by NextJS. This tutorial will c... Read More.
My Experience with PRISMA so Far and Why I am Considering Switching to Drizzle 🔥 Trending

My Experience with PRISMA so Far and Why I am Considering Switching to Drizzle

Jul 25, 2024
3 min read
I recently switched to using Prisma ORM for the backend of my blog. This decision came after encountering difficulties hosting my Ruby on Rails API for free. Mo... Read More.
Better Auth, A Better Auth?🔥 Trending

Better Auth, A Better Auth?

Feb 24, 2026
4 min read
For most of my projects, I have always tried to create my custom auth since relying on auth providers like Kinde and Clerk can prove expensive especially when t... Read More.
How I made my PRISMA Queries Faster🚀🔥 Trending

How I made my PRISMA Queries Faster🚀

Aug 5, 2025
8 min read
In my previous post, when I was still new to PRISMA, I shared my experience with the ORM so far and raised a few important issues about the ORM being slower tha... Read More.
Is NextJs Better than React? Here Is a Comparison Between the Two🔥 Trending

Is NextJs Better than React? Here Is a Comparison Between the Two

Aug 23, 2024
7 min read
As a React Dev, I tried my hands on NextJS and never turned back. What drew me to the platform is the server rendering and easier routing. The two frameworks go... Read More.

Stay Updated with Tech Tales

Get the latest articles, tutorials, and tech insights delivered straight to your inbox. Join over 10,000 developers who trust TechTales for quality content.