Skip to main contentSkip to navigation
Back to all tags

web-development

47 topics and 66 pages tagged with "web-development"

Topics

Next.js App Router

troubleshoot

Next.js App Router is a file-system based routing architecture that uses React Server Components and modern React features for hybrid server-client rendering in Next.js applications.

9/3/2025
1 pages
nextjsapp-routerreact+7 more

Supabase + Next.js + Stripe Authentication Integration

integration

A modern full-stack web development pattern combining PostgreSQL-based backend services, React framework capabilities, and secure payment processing to create authenticated applications with subscription or payment functionality.

9/3/2025
1 pages
web-developmentauthenticationpayment-processing+5 more

MERN Stack Production Deployment

integration

MERN Stack Production Deployment is a comprehensive integration methodology for deploying full-stack JavaScript applications using MongoDB (database), Express.js (backend framework), React (frontend library), and Node.js (runtime) in production environments with proper configuration, security, monitoring, and scalability considerations.

9/2/2025
1 pages
mern-stackfull-stack-developmentweb-development+5 more

Certbot

tool

Certbot is a command-line tool that automatically obtains and installs free SSL/TLS certificates from Let's Encrypt to enable HTTPS on web servers.

9/2/2025
1 pages
security-toolsssl-certificate-managementsystem-administration+6 more

Vite

tool

A fast build tool and development server for modern web projects, leveraging native ES modules for instant hot module replacement.

9/2/2025
1 pages
build-toolfrontend-developmentjavascript+4 more

Webpack

tool

A JavaScript module bundler that packages multiple modules with dependencies into static assets optimized for browser usage, supporting loaders for preprocessing various file types.

9/2/2025
2 pages
build-toolsbundlersjavascript-development+4 more

Turbopack

tool

A next-generation incremental bundler and build system developed by Vercel, designed for speed and efficiency in web development, especially with Next.js.

9/2/2025
1 pages
bundlerbuild-systemjavascript+5 more

Firebase Flutter Production

integration

Firebase is Google's comprehensive mobile and web application development platform providing backend services including authentication, databases, hosting, and analytics, while Flutter is Google's cross-platform UI framework for building applications from a single codebase.

9/2/2025
1 pages
backend-as-a-servicecross-platform-developmentmobile-development+7 more

Prisma

tool

An open-source Object-Relational Mapper (ORM) that simplifies database access and management for application development with type-safe queries.

9/2/2025
1 pages
ormdatabasetypescript+5 more

Next.js

tool

Next.js is a React framework for building full-stack web applications with server-side rendering, static site generation, and modern web development features.

9/2/2025
1 pages
web-developmentreact-frameworkfull-stack-framework+5 more

Supabase Next.js Authentication

integration

Supabase is an open-source backend-as-a-service offering a PostgreSQL database, authentication, and real-time features. Next.js is a React framework for building full-stack web applications with server-side rendering.

9/2/2025
1 pages
web-developmentbackend-as-a-serviceauthentication+5 more

Prisma tRPC TypeScript

integration

A complete type-safe development stack combining Prisma's database ORM with tRPC's end-to-end typesafe API framework, all built with TypeScript for comprehensive type safety from database to client.

9/2/2025
1 pages
prismatrpctypescript+5 more

Bolt New vs v0 AI Web Development

review

A detailed comparison and review of Bolt.new, an AI-powered full-stack web development platform, and v0.dev (now v0.app), an AI-driven UI component generator.

9/2/2025
1 pages
ai-development-toolsweb-development-platformscode-generation-tools+4 more

Rust

tool

Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety through zero-cost abstractions and memory safety without garbage collection.

9/2/2025
1 pages
programming-languagessystems-programmingcompiler-toolchain+5 more

Webflow

review

Webflow is a visual website builder that allows designers to create production-ready websites without coding, featuring integrated developer handoff tools for seamless design-to-development workflows.

9/1/2025
1 pages
web-developmentdesign-to-developmentvisual-website-builder+2 more

GraphQL vs REST API Design

howto

Stop picking APIs based on hype. Learn a decision framework to choose between GraphQL and REST for your project. Explore implementation, real-world stories, and FAQs.

9/1/2025
1 pages
api-designgraphqlrest-api+4 more

Migrate REST API to GraphQL

howto

The process of transforming an existing RESTful API architecture into a GraphQL API, often involving schema definition, resolver implementation, and data source integration.

9/1/2025
1 pages
api-migrationrest-apigraphql+5 more

GraphQL

tool

GraphQL is a query language and runtime for APIs that allows clients to request exactly the data they need, providing a complete and understandable description of API data with strong typing and introspection capabilities.

9/1/2025
2 pages
api-developmentquery-languagebackend-development+8 more

FastAPI

tool

FastAPI is a modern Python web framework for building high-performance APIs with automatic interactive documentation and type safety.

9/1/2025
1 pages
python-frameworkweb-developmentapi-development+5 more

Claude API FastAPI Integration

integration

An integration of Anthropic's Claude API with FastAPI, enabling Python developers to build high-performance, AI-powered web applications and services.

9/1/2025
1 pages
api-integrationweb-developmentbackend+5 more

Claude API Next.js App Router

integration

Master Claude API integration with Next.js App Router. Discover production-ready setups, common pitfalls, streaming issues, and how to fix them based on 8 months of real-world experience.

9/1/2025
1 pages
ai-integrationnextjsapp-router+5 more

Claude API React Integration

integration

This integration connects Anthropic's Claude API, an AI language model, with React, a JavaScript library for building user interfaces, to enable the creation of AI-powered web applications.

9/1/2025
1 pages
ai-integrationfrontend-developmentapi-integration+3 more

Next.js App Router

tool

Next.js App Router is a file-system based routing architecture that leverages React Server Components, Suspense, and modern React features to enable hybrid server-client rendering in Next.js applications.

9/1/2025
1 pages
web-developmentreact-frameworknextjs+4 more

Claude API Node.js Express Integration

integration

A server-side implementation combining Anthropic's Claude conversational AI API with Node.js runtime and Express web framework to build AI-powered web applications and REST APIs.

8/31/2025
2 pages
ai-developmentbackend-frameworksapi-integration+5 more

Shopify app development tools

review

Shopify app development tools is an integrated suite of command-line, web-based, and API tools provided by Shopify to help developers build, test, and deploy applications for the Shopify App Store and custom merchant solutions.

8/31/2025
1 pages
developer-toolse-commerce-developmentshopify+5 more

React

troubleshoot

A JavaScript library for building user interfaces with component-based architecture and declarative syntax.

8/31/2025
1 pages
reactjavascriptfrontend+5 more

Create React App

tool

A command-line tool that generates React applications with zero configuration, providing a pre-configured development environment with build tools, testing, and deployment capabilities.

8/31/2025
2 pages
reactfrontend-developmentjavascript+5 more

Fix React 19 Breaking Changes

howto

React is a JavaScript library for building user interfaces with a component-based architecture that efficiently updates and renders UI elements through a virtual DOM system.

8/31/2025
1 pages
reactjavascript-libraryfrontend-development+4 more

React

howto

React is a JavaScript library for building user interfaces through reusable components, developed by Meta, with version 19 introducing Actions, Server Components, and enhanced performance optimizations.

8/31/2025
1 pages
reactjavascripttypescript+5 more

Python 3.12

tool

Python 3.12 is the latest stable release of the Python programming language, featuring improved f-string parsing, per-interpreter GIL support, enhanced type annotations, and performance optimizations.

8/30/2025
2 pages
programming-languagesinterpreted-languagesdevelopment-tools+18 more

Python

tool

Python is an interpreted, high-level programming language with dynamic semantics and extensive standard library support for rapid application development.

8/29/2025
1 pages
programming-languagesinterpreted-languagesscripting-languages+3 more

Node.js

tool

A free, open-source, cross-platform JavaScript runtime environment that allows developers to run JavaScript outside web browsers for building servers, web apps, command line tools, and scripts.

8/29/2025
8 pages
javascript-runtimeserver-side-developmentcross-platform+5 more

Angular to React App Conversion

howto

A frontend framework migration process that converts Angular applications to React, involving component restructuring, state management changes, and template syntax transformation from Angular's TypeScript/HTML approach to React's JSX-based architecture.

8/29/2025
1 pages
frontend-developmentframework-migrationjavascript+5 more

React Error Boundary Production Debugging

howto

React Error Boundaries are components that catch JavaScript errors in their child component tree, log them, and display a fallback UI. Production debugging involves effectively identifying, logging, and resolving these errors in live React applications.

8/28/2025
1 pages
reacterror-handlingdebugging+5 more

JetBrains WebStorm

tool

JetBrains WebStorm is a commercial IDE specifically designed for JavaScript and TypeScript development with built-in debugging, testing, and version control integration.

8/26/2025
2 pages
idejavascripttypescript+5 more

Hoppscotch

tool

Hoppscotch is an open-source, web-based API development ecosystem that provides a lightweight alternative to Postman for testing REST APIs, GraphQL, WebSocket, and real-time API protocols.

8/26/2025
1 pages
api-developmentapi-testingdeveloper-productivity+5 more

Flutter

tool

Flutter is Google's open-source UI framework for building cross-platform applications from a single codebase that compiles to mobile, web, desktop, and embedded platforms.

8/24/2025
2 pages
cross-platform-developmentmobile-developmentweb-development+5 more

Nuxt

tool

A Vue.js-based full-stack web framework that provides server-side rendering, static site generation, and automatic routing for building production-ready web applications.

8/24/2025
1 pages
web-developmentframeworkvuejs+5 more

Gatsby

tool

Gatsby is a React-based static site generator that combines modern web technologies with GraphQL to create high-performance websites and progressive web applications.

8/24/2025
5 pages
static-site-generatorweb-developmentreact-framework+4 more

Remix SvelteKit Performance SSR

compare

Compare Remix, SvelteKit, and Next.js for SSR performance and reliability. Discover which framework minimizes late-night alerts and offers the best developer experience.

8/24/2025
1 pages
frontend-frameworksmeta-frameworksserver-side-rendering+7 more

ESLint

tool

A static code analysis tool for identifying and reporting on problematic patterns found in JavaScript code.

8/23/2025
1 pages
javascriptlintercode-quality+4 more

Deploy Django with Docker Compose

howto

Django Docker Compose Deployment is the process of containerizing Django web applications using Docker and orchestrating multiple services through Docker Compose configuration files for consistent development and production environments.

8/23/2025
1 pages
web-developmentcontainerizationdevops+5 more

Django

tool

Django is a high-level Python web framework that enables rapid development of secure and maintainable web applications with clean, pragmatic design.

8/23/2025
3 pages
web-frameworkpythonbackend-development+13 more

Angular

alternatives

Angular is a TypeScript-based web framework for building single-page applications with component-based architecture and comprehensive tooling for enterprise development.

8/22/2025
2 pages
frontend-web-frameworktypescript-frameworkweb-development+4 more

MySQL

alternatives

MySQL is an open-source relational database management system that stores and manages structured data using SQL, offering high performance, reliability, and scalability for web applications and enterprise systems.

8/22/2025
1 pages
database-management-systemsrelational-databasesopen-source-databases+5 more

Postgresql vs Mysql vs Mariadb

compare

Compare PostgreSQL, MySQL, and MariaDB performance in 2025. Understand storage impact, and get a battle-tested guide on choosing the right database for your production load.

8/22/2025
2 pages
database-management-systemsopen-sourceenterprise-software+4 more

React

tool

A JavaScript library for building user interfaces with a component-based architecture that efficiently updates and renders UI elements.

8/22/2025
3 pages
frontend-frameworkjavascript-libraryui-framework+5 more

Pages