Building the Same App Using Various Web Frameworks
A developer compares building a simple CRUD web app using FastAPI, FastHTML, Next.js, and SvelteKit to evaluate their features and developer experience.
A developer compares building a simple CRUD web app using FastAPI, FastHTML, Next.js, and SvelteKit to evaluate their features and developer experience.
A tutorial on using Server Actions in Next.js 14 for full-stack CRUD operations with Prisma and SQLite.
Discusses the pros and cons of using jOOQ's DAO API versus writing explicit SQL, highlighting the risk of N+1 problems.
The article argues for using simple, monolithic architectures over complex ones, using examples like Wave and Stack Overflow to show effectiveness at scale.
A tutorial on building a REST API using Express.js and PostgreSQL, covering database integration and CRUD operations.
A tutorial on building a basic CRUD API using only Node.js core modules, covering RESTful conventions and implementation without external frameworks.
A tutorial on building a RESTful CRUD API using TypeScript with the NestJS and FoalTS frameworks, covering setup, controllers, and routes.
A tutorial on building a basic CRUD API using the Ruby Sinatra framework, following RESTful conventions.
A tutorial on building a full CRUD API using Python frameworks Flask and FastAPI, following RESTful conventions.
A tutorial on creating a fake JavaScript API using mock data, promises, and delays for frontend development without a backend.
A tutorial on implementing CRUD operations using plain vanilla JavaScript, manipulating the DOM to create, read, update, and delete data.
A developer builds a 'SchoolBreak' model in Django using TDD to track holidays and vacations for a school scheduling app.
Explores six key improvements and must-have features for customizing and enhancing Laravel Nova, the official Laravel admin panel.
A tutorial on building a generic CRUD controller for RESTful APIs using Vapor 4 and Swift, covering HTTP basics and code implementation.
A tutorial on adding edit and delete functionality to a blog application built with Blazor, covering both server-side API endpoints and client-side fixes.
A comprehensive guide to performing SQLite database operations in Python using the sqlite3 module, from setup to queries.
A developer explores how to improve traditional CRUD applications by integrating concepts from CQRS and event-driven architecture.
A screencast demonstrating how to use Visual Studio tooling to build a CRUD interface with ASP.NET MVC in under 15 minutes.
A collection of useful links and resources for ASP.NET MVC developers, covering tools, tutorials, and lifecycle explanations.