Search Articles — Sudonull

Search Results

In this project

Git bundle and SHA-256 for code transfer

https://sudonull.com/git-bundle-and-sha-256-for-code-transfer

Learn how to record software transfer via Git bundle and SHA-256 hash in acts. Avoid disputes: precise repository verification for developers. Practical commands.

npm Dependency Bloat: 3 Causes and Solutions

https://sudonull.com/npm-dependency-bloat-3-causes-and-solutions

Analysis of Reasons for Growth of Dependency Trees in JavaScript: legacy support, atomic packages, outdated ponyfills. Tools for cleanup and bundle optimization for middle/senior dev. Learn how to reduce size by 50%.

10 native web APIs instead of JS libraries

https://sudonull.com/10-native-web-apis-instead-of-js-libraries

Learn how to replace Axios, Formik and Floating UI with built-in browser APIs. Code examples, browser support, use cases. Reduce bundle size and dependencies.

Manual update of Capacitor bundles without stores

https://sudonull.com/manual-update-of-capacitor-bundles-without-stores

Set up OTA updates for Capacitor apps via @capgo/capacitor-updater. Manual integration, code examples, compliance with Google Play and App Store rules. Speed up JS changes deployment.

Vite 8.0 with Rust bundler Rolldown: key changes

https://sudonull.com/vite-8-0-with-rust-bundler-rolldown-key-changes

Vite 8.0 switches to a single Rust bundler Rolldown, speeding up builds by 10–30×. Full OSS stack with Void for full-stack. Learn about SSR benchmarks and memory leaks. For middle/senior dev.

Trending Now