开发者
编程技术、框架工具、最佳实践
共 6715 篇 · 第 60/336 页
Telegram Serverless
OpenBAO: Manage, store, and distribute sensitive data
The Order of Data: defaults, performance, determinism & paging
Various interesting things about sorting data: defaults, performance and determinism (or lack thereof) of paging ;) submitted by /u/BinaryIgor [link] [留言]
Using Go for Mobile Apps
You Don't Need Node.js to Learn Web Development
I see this every week. Someone decides to learn web development. They Google "how to start web development" and within 20 minutes they're installing Node.js, npm, VS Code, and five extensions they don't understand. They haven't written a single line of code yet. But they've already spent an hour configuring their "environment." Then they get stuck. Node version conflicts. npm permission errors. VS Code extensions that break their syntax highlighting. They think they're not smart enough for programming. They are. They just started with the wrong step. The Problem Learning web development has three core technologies: HTML, CSS, and JavaScript. That's it. Everything else — Node.js, npm, webpack, Vite, React — is extra. It's not the starting point. But most tutorials assume you already have Node.js installed. They say "open your terminal" and "run npm install." Beginners follow along, copy the commands, and have no idea what any of it means. Here's what actually happens: You install Node.js (200MB+) You install VS Code (another 300MB+) You install 5-10 extensions You create a project folder You open terminal and run npm init -y You run npm install live-server You run npx live-server You finally see your HTML page in a browser That's 8 steps before you write Hello World . The Solution You don't need any of that. Not yet. Here's what you actually need to learn HTML, CSS, and JavaScript: A browser (you already have one) A text editor (Notepad works) That's it Open Notepad. Write this: <!DOCTYPE html> <html> <head> <title> My First Page </title> </head> <body> <h1> Hello, World! </h1> <p> This is my first web page. </p> </body> </html> Save it as index.html. Double-click the file. It opens in your browser. You just built your first web page. No terminal. No npm. No Node.js. No configuration. When Should You Actually Learn Node.js? Node.js becomes useful when you need: Server-side code (backend development) Package management (npm packages) Build tools (webpack, Vite) Framew
The Great Automatic Grammatizator (1954) [pdf]
Python 3.15's Ultra-Low Overhead Interpreter Profiling Mode – Ken Jin's Blog
America pays workers just 27% of what its wealth allows – the worst in the OECD
Porting nanochat to a TPU: what carries over from PyTorch, and what breaks
FreeBSD 16 Retires the Last GPL Code from Its Base System
Node Health
Your private home for every lab result Discussion | Link
Nobody knows what a used GPU cluster is worth
Who's running all those tiny RPKI servers?
End-to-end encrypted secret sharing with the Web Crypto API
submitted by /u/Opposite-Gur9623 [link] [留言]
RISC-V Is Inevitable: State of the Union Keynote Argues
Cloudflare announced Meerkat: an experiment in global consensus
submitted by /u/mostaptname [link] [留言]
Texas Police Spent $4.5M on Four Chevy Tahoes
Welcome Thread - v384
Leave a comment below to introduce yourself! You can talk about what brought you here, what you're...
LinkedIn is a cesspool of scammers and identity theft
And Microsoft doesn't care.