An Introduction To Full Stack Composability
A well-designed composable system should not only consider the technical aspects but also take into account the nature of the content it handles.
A well-designed composable system should not only consider the technical aspects but also take into account the nature of the content it handles.
Reviews and reflections on in-person conference experiences throughout 2022, after two years of virtual events.
A detailed comparison of Remix and Next.js — routing, data loading, mutations, and when to choose one over the other.
Una introducción a Remix, el nuevo framework de React que pone el foco en las plataformas web nativas y el acceso a los datos del servidor.
Exploración del concepto de mutabilidad en JavaScript: cómo funcionan las referencias, y cómo crear objetos inmutables de forma correcta.
A practical guide to asynchronous programming in C# using async/await, Task, and best practices for avoiding common pitfalls.
Guía sobre la coerción de tipos en JavaScript: coerción implícita vs explícita, y cómo evitar comportamientos inesperados.
Step-by-step tutorial on handling image uploads in a Next.js application with Prisma as the ORM and PostgreSQL as the database.
How to automatically generate Open Graph and Twitter Card images for your Next.js blog using Puppeteer to screenshot a custom template.
A practical migration guide for moving a legacy jQuery application to React and Next.js, covering component structure, state management, and routing.
How to integrate a headless CMS into an ASP.NET Core application to manage content without rebuilding your backend.
A complete walkthrough of building a full-stack CRUD application using Strapi as the backend CMS and React for the frontend.
How to add authentication to a Next.js application using Auth0, including login flows, session handling, and protecting routes.
Using PuppeteerSharp, a .NET port of Puppeteer, to generate PDF documents from HTML templates in a C# application.
How to write end-to-end tests for web applications using PlaywrightSharp, the .NET bindings for Microsoft Playwright.
An in-depth comparison of GraphQL and REST APIs: when to use each, performance trade-offs, developer experience, and real-world scenarios.
Building a GitHub Action that automatically creates and transitions Jira issues based on pull request events, improving developer workflow.
A tutorial on building a serverless full-stack application using FaunaDB for the database, Next.js for the frontend, and Auth0 for authentication.
How to build a serverless YouTube channel notifier using Azure Functions that sends alerts when new videos are published to a channel.