DEV Community

Luke Cartwright
Luke Cartwright

Posted on

3 things I want to learn in 2026

In 2026 there are a few bits of tech I would like to learn.

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

Top comments (0)