Menu

#Import

345 posts

Feed·
20 of 345 posts
How I cut Next.js bundle size by analysing and reducing chunk bloat
🖼️
0

How I cut Next.js bundle size by analysing and reducing chunk bloat

DEV Community: webpack·Nayan Kyada·3 days ago
#nVP82LR1
#dev#fullscreen#react#next#import#article

A practical walkthrough of Next.js bundle size analysis using @next/bundle-analyzer, with before/after numbers from a real project.

15s
Read More
Inside a Horilla CRM App: registration.py, menu.py, and What AppLauncher Actually Loads
🖼️
0

Inside a Horilla CRM App: registration.py, menu.py, and What AppLauncher Actually Loads

DEV Community: django·Horilla·3 days ago
#buBRM68L

AppLauncher auto-imports registration, menu, signals, and dashboard. Here is what each convention file does and why it matters.

15s
Read More
import-next/no-cycle Reported 0 Cycles on Next.js. We Found Why — and Fixed It.
🖼️
0

import-next/no-cycle Reported 0 Cycles on Next.js. We Found Why — and Fixed It.

DEV Community: node·Ofri Peretz·3 days ago
#JJQRNg5x
#dev#cycle#file#rule#cycles#import

Our cycle detector returned 0 on a 14K-file repo. oxlint found 17. We audited the rule and found two bugs: a 10-hop depth limit that silenced cycles longer than 10 hops, and a cache contamination bug that made results non-deterministic across runs.

15s
Read More
5 Cycles Invisible in 14,556 Files. The Cache Bug That Hid Them.
🖼️
0

5 Cycles Invisible in 14,556 Files. The Cache Bug That Hid Them.

DEV Community: node·Ofri Peretz·3 days ago
#qDzyBW9E
#dev#import#cycle#cycles#cache#next

We found 5 import cycles in 33 files that were invisible in 14,556. The cause: a 10-hop depth limit that wrote false non-cyclic entries into a shared cache, poisoning later traversals.…

15s
Read More
NVIDIA CUDA 13.3 Enhances GPU Development with Tile Programming in C++, Compiler Autotuning, and Python
🖼️
0

NVIDIA CUDA 13.3 Enhances GPU Development with Tile Programming in C++, Compiler Autotuning, and Python

NVIDIA Technical Blog·Jonathan Bentz·3 days ago
#MjyCwVQT
#developer#include#cuda#cccl#import#python

NVIDIA CUDA 13.3 brings new capabilities and performance optimizations to developers across the CUDA ecosystem. The launch of NVIDIA CUDA Tile programming in…

15s
Read More