Blog

External ↗

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.

composabilityarchitecturejamstack
External ↗

Remix, el próximo framework de React

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.

remixreactspanish
External ↗

Mutabilidad de Objetos en JavaScript

Exploración del concepto de mutabilidad en JavaScript: cómo funcionan las referencias, y cómo crear objetos inmutables de forma correcta.

javascriptspanish
External ↗

Async Programming in C#

A practical guide to asynchronous programming in C# using async/await, Task, and best practices for avoiding common pitfalls.

csharpdotnetasync
External ↗

Coerción de Datos en JavaScript

Guía sobre la coerción de tipos en JavaScript: coerción implícita vs explícita, y cómo evitar comportamientos inesperados.

javascriptspanish
External ↗

How to Migrate from jQuery to React and Next.js

A practical migration guide for moving a legacy jQuery application to React and Next.js, covering component structure, state management, and routing.

nextjsreactjquerymigration
External ↗

Using a Headless CMS with ASP.NET Core

How to integrate a headless CMS into an ASP.NET Core application to manage content without rebuilding your backend.

aspnetcsharpcmsdotnet
External ↗

Build a CRUD App with Strapi and React

A complete walkthrough of building a full-stack CRUD application using Strapi as the backend CMS and React for the frontend.

strapireactcrud
External ↗

Authentication in Next.js with Auth0

How to add authentication to a Next.js application using Auth0, including login flows, session handling, and protecting routes.

nextjsauth0authentication
External ↗

End-to-End Testing with PlaywrightSharp

How to write end-to-end tests for web applications using PlaywrightSharp, the .NET bindings for Microsoft Playwright.

testingcsharpdotnetplaywright

GraphQL vs REST API: A Comparison

An in-depth comparison of GraphQL and REST APIs: when to use each, performance trade-offs, developer experience, and real-world scenarios.

graphqlrestapi

Automate Jira Tasks with GitHub Actions

Building a GitHub Action that automatically creates and transitions Jira issues based on pull request events, improving developer workflow.

github-actionsjiraautomationdevops