Tech News
All News AI & ML Architecture DevOps Open Source Programming Team Management Testing & QA Web

Latest News

⚑ Report a Problem

Tech news from the best sources

All topics AI Gear News Tech agents ai api architecture automation beginners career database devchallenge devops javascript llm machinelearning mcp opensource performance productivity programming python react security showdev testing tutorial typescript webdev
All EN RU
EN

Vue's Vapor Mode Is Almost Here. Writing Browser Games With No Framework Taught Me Why It Matters

Vue 3.6 entered release-candidate stage in July, and with it Vapor Mode is finally feature-complete: single-file components that compile straight to…

vuejavascriptperformancewebdev
Dev.to Aug 25, 2026, 16:28 UTC
EN

useEditorContext composable in n8n codebase.

In this article, we review useEditorContext in n8n codebase. You will learn: Composables in Vue useEditorContext as composable in n8n. Composables i…

opensourcecomposablen8nvue
Dev.to Aug 21, 2026, 15:30 UTC
EN

How to Convert PDF to Word in the Browser with Vue 3 and pdf-lib

Converting PDF to Word seems straightforward, but the reality is more complex. PDF stores text as character coordinates, while Word uses structured…

webdevjavascriptvuepdf
Dev.to Aug 20, 2026, 12:15 UTC
EN

Perry Mason in: The Case of the Drifting Timer

Perry Mason in: The Case of the Drifting Timer Opening Statement You need a reactive "current time" in your Vue 3 app. A schedule grid with a red li…

vuejavascriptwebdevtutorial
Dev.to Aug 20, 2026, 00:47 UTC
EN

One Vue app, three homes: desktop with Tauri, Android with Capacitor, and the web

I wanted a Reddit client that lived on my desktop and my phone — without maintaining two separate apps. So I built one Vue app and gave it three hom…

taurirustvuewebdev
Dev.to Aug 18, 2026, 23:23 UTC
EN

My static Nuxt blog publishes itself: drafts, scheduled "drip", and auto-rebuilds

I run my freelance site as a fully static (SSG) Nuxt site. It's fast, cheap to host, and boring in the good way. But static sites are genuinely bad…

nuxtvuewebdevjavascript
Dev.to Aug 18, 2026, 22:45 UTC
EN

Supabase in Vue Made Simple

Supabase has become one of the most popular choices for building modern web applications. It gives you: PostgreSQL database Authentication Realtime…

vuepostgrestypescriptjavascript
Dev.to Aug 17, 2026, 06:44 UTC
EN

Kitchen-Sune: A Community Cookbook

This is a submission for Frontend Challenge - Comfort Food Edition, Perfect Landing What I Built This is a blast from the past, but it's so lovely I…

devchallengefrontendshowdevvue
Dev.to Aug 16, 2026, 03:35 UTC
EN

Perry Mason in: The Case of the Drifting Timer

Perry Mason in: The Case of the Drifting Timer Opening Statement You need a reactive "current time" in your Vue 3 app. A schedule grid with a red li…

vuejavascriptwebdevtutorial
Dev.to Aug 13, 2026, 15:17 UTC
EN

Making Skeleton Loaders Less Painful 💀

Making skeleton loaders, while not particularly difficult, is definitely not the most fun part of building a UI. A good skeleton should reasonably r…

reactsveltevueskullmaster
Dev.to Aug 10, 2026, 20:43 UTC
EN

How to Split PDF by File Size in the Browser with Vue 3 and pdf-lib

Splitting a PDF by file size is one of the most practical but technically tricky operations. Unlike splitting by page count (simple math) or bookmar…

webdevjavascriptvuepdf
Dev.to Aug 10, 2026, 13:00 UTC
EN

Preserve Component State in Vue with KeepAlive

When building Vue applications, we often switch between different components like tabs, multi-step forms, dynamic components, or event different vie…

performancevuetypescriptjavascript
Dev.to Aug 10, 2026, 08:15 UTC
EN

Typing Vue 3 provide/inject Without Losing Autocomplete

Strict prop types and typed emits get most of the attention in Vue 3 + TypeScript setups, but provide / inject is where type safety quietly falls ap…

vuetypescriptwebdevjavascript
Dev.to Aug 6, 2026, 18:17 UTC
EN

Why "must be subscribed to enter" is a checkbox I had to delete from a YouTube giveaway picker

A YouTuber I know asked me to help pick a winner from a giveaway video fairly, because doing it by scrolling through comments and eyeballing one inv…

javascriptvueapi
Dev.to Aug 6, 2026, 13:00 UTC
EN

Making Local 3D Furniture Portable in a Vue 2 Indoor-Map SDK

An indoor map stops being portable when every chair, desk, or fixture still depends on a private model URL. KiMap exports now keep furniture metadat…

threejsvuewebglopensource
Dev.to Aug 6, 2026, 02:11 UTC
EN

Deploy Laravel and Vue to cPanel Automatically with GitHub Actions

Uploading a ZIP file to cPanel after every small code change gets old very quickly. You fix one bug, build the Vue frontend, create a ZIP file, open…

laravelgithubactionscpanelvue
Dev.to Jul 30, 2026, 11:36 UTC
EN

Laravel Sanctum with Nuxt SSR: why the session disappears on the server

It works in the browser and 401s during server rendering. The cause is that your SSR fetch is a different HTTP client entirely — one with no cookies…

laravelnuxtvuephp
Dev.to Jul 29, 2026, 17:21 UTC
EN

Google reCAPTCHA v2 and v3 in React, Vue, or Angular, with one prop

Every time I add Google reCAPTCHA to a form I end up rewriting the same glue: load the script exactly once, register and clean up global callbacks,…

reactvueangularwebdev
Dev.to Jul 28, 2026, 22:54 UTC
EN

A CSV Viewer That Never Uploads Your Data

I just wanted to open a CSV file quickly. Instead, I got: Slow spreadsheet apps Online tools that upload my data Way too much friction So I defined…

webdevjavascriptcsvvue
Dev.to Jul 24, 2026, 09:37 UTC
EN

I built a browser-based pixel-art & animation editor with Vue, Laravel and AI

I'm a solo dev, and for the past few months I've been building Pixanima — a pixel-art and animation editor that runs entirely in the browser, with a…

showdevvuelaravelai
Dev.to Jul 23, 2026, 18:30 UTC
EN

How to Add Watermarks to PDFs in the Browser with Vue 3 and pdf-lib

Watermarking a PDF — adding semi-transparent text over pages — sounds like something only desktop software handles. But with pdf-lib and a bit of ca…

vuepdfjavascriptwebdev
Dev.to Jul 23, 2026, 12:40 UTC
EN

I reshaped a mature marketplace platform into a free "give it away" app - Laravel + Inertia + Vue + PostGIS

Hey everyone, Quick backstory on why I built this. Giving away stuff you no longer need through Facebook groups or social media is a mess: those pla…

showdevlaravelvuewebdev
Dev.to Jul 22, 2026, 14:01 UTC
EN

I built a site with 150+ browser-only dev tools (Astro + Vue 3 + TypeScript) — here's how it's put together

What this is Torinoa Tools is a side project I've been building solo: 152 developer utilities — Base64 conversion, JSON formatting, a regex tester,…

astrovuetypescriptwebdev
Dev.to Jul 19, 2026, 23:24 UTC
EN

Why Many Frontend Developers Use Next.js for work, but Vue.js for Personal Projects

🇮🇩 Originally written in Indonesian. This English version was AI-assisted and adapted for a more natural reading experience. It is not a literal tra…

webdevfrontendnextjsvue
Dev.to Jul 18, 2026, 09:59 UTC
EN

Kenapa Banyak Frontend Developer Memakai Next.js untuk Pekerjaan, tapi Vue.js untuk Personal Project?

Pendahuluan Beberapa waktu terakhir saya sering berdiskusi dengan beberapa frontend developer mengenai framework yang mereka gunakan. Pertanyaan say…

webdevfrontendnextjsvue
Dev.to Jul 18, 2026, 09:25 UTC
EN

Browser-Based PDF Editing with Vue 3 and pdf-lib

PDF editing in the browser sounds impossible. The PDF specification stores text as positioned glyphs, not as editable paragraphs. How can you "edit…

vuepdfjavascriptwebdev
Dev.to Jul 17, 2026, 12:03 UTC
EN

Why We Built Another Data Grid (and What It Took to Ship It)

If you've ever had to pick a data grid library for a React or Vue app, you know the landscape: a handful of free options that fall apart past a few…

javascriptreactvuetypescript
Dev.to Jul 13, 2026, 01:37 UTC
EN

I Built the Vue 3 Japanese Postal Code Library That Didn't Exist

Introduction I'm a full-stack engineer working in Tokyo. One day, I needed to build a feature at work that handles Japanese postal codes. "Enter a p…

webdevvuetypescriptnpm
Dev.to Jul 12, 2026, 13:24 UTC
EN

Building a Modern Chess Platform with Vue.js, Node.js and React Native

🚀 Building a Modern Chess Platform with Vue.js, Node.js and React Native How a passion for chess turned into building a modern chess platform from t…

webdevvuenodechess
Dev.to Jul 11, 2026, 23:41 UTC
EN

I reviewed my own SaaS starter kit like a hostile buyer before selling it. It didn't all pass

Most starter kits are sold on a README promise. A list of green checkmarks, a slick landing page, and the quiet assumption that you'll never actuall…

vuenuxttypescriptwebdev
Dev.to Jul 10, 2026, 16:19 UTC

© Tech News — Headline Aggregator

English Русский
Sitemap Legal Notice Privacy Terms Copyright / Removal DSA Contact

Leaving the site

You are about to open an external website:

Continue →