3 things I want to learn in 2026

Published: (December 24, 2025 at 01:59 AM EST)
1 min read
Source: Dev.to

Source: Dev.to

n8n

This has been covered a few times by Dev YouTubers and has piqued my interest. It’s an open‑source workflow automation tool that’s fair‑code licensed, powerful for no‑code/low‑code integrations, and self‑hostable.

n8n sign‑up

GraphQL

GraphQL has been out for a while, but I want to try it out properly as an upcoming project is using it. Time to go beyond REST and explore efficient data fetching, schemas, and tools like Apollo or Relay.

GraphQL official site

TypeScript Advanced

TypeScript is everywhere in modern frontend and backend work, but I want to level up with advanced features like conditional types, mapped types, template literal types, and better inference for large‑scale projects.

TypeScript documentation

Back to Blog

Related posts

Read more »

From Chaos to Order in the Frontend

How it worked - Backend updates GraphQL schemas for microservices. - Frontend pulls the latest schemas, creates queries/mutations and regenerates types. - Any...