JSer.info #744 - Node.js v22.18.0がリリースされました。 Node.js — Node.js v22.18.0 (LTS) このリリースでは、--experimental-strip-typesフラグなしに、TypeScriptの型を取り除いて実行できるようになりました。フラグで無効化したい場合は--no-experimental-strip-typesを指定します。 --- TypeScript 5.9がリリースされました。 Announcing TypeScript 5.9 - TypeScript tsc --initで生成する設定の変更、import deferのサポ...| JSer.info
When I work on multi-lingual projects, it always takes a lot of time to estimate and prioritize the localization process. Even if you use machine translation, you can't just translate all languages in the world, since it takes a long time, and LLM will spend all your money on garbage generations like chars "aa" repeated thousands of times in a row. I built the NPM package langstats to solve this problem.| vitonsky.net
yarn pnpm run thing npm run thing are types of run commands we run all the time when working in node.js. But, how does that actually all work? What about monorepos?| Jonathan Creamer
Nix is a general purpose package manager that can be used to automate the deployments of a variety of systems -- it can deploy components written in a variety of programming languages (e.g. C, C++, Java, Go, Rust, Perl, Python, JavaScript) using various kinds of technologies and frameworks, such as Django, Android, and Node.js.| Sander van der Burg's blog
Follow us on Bluesky, Twitter (X), Mastodon and Facebook at @Hackread| Hackread - Latest Cybersecurity, Hacking News, Tech, AI & Crypto
| Thomas Hunter II
| Thomas Hunter II
| Thomas Hunter II
This article describes how to use yarn instead of npm when deploying an Elastic Beanstalk Node.js app.| mifi.no Blog
| pspaul's blog
JSer.info #724 - Bun 1.2がリリースされました。| JSer.info
Sometimes we don't want to use a full-blown SPA. And sometimes when we don't want that full-blown SPA, we do want some SPA-like features likes maybe state management attached to some small element of the User Interface. I ran into this kind of situation at Red Hat last year, and I want to share howRead More| Frank M Taylor
Publishing an NPM package with TypeScript has never been easier with the help of tsdx , a wonderful package from Jared Palmer , who also happens to be the creator of Formik for easily building forms in React. With tsdx, without ever having…| Leigh Halliday's RSS Feed
Recently, we overhauled our shared ESLint config, and I needed to release an alpha version. Thankfully, it turns out to be straightforward, once you know how to do it.| Cloud Four
JSer.info #714 - Node.js v22.11.0がリリースされました。| JSer.info
Over the past six months more than 890,000 new packages (as opposed to updates for existing packages) were […]| DEVCLASS
A report sponsored by DevOps company JFrog suggests that executives over-estimate the extent to which developers within their […]| DEVCLASS
Пакет wp-now упрощает процесс создания локальной среды WordPress.| PHP Portal
Folks who get to know me usually (and regrettably) discover that I am a language nerd. I like learning languages and I like learning about languages. There's all sorts of things that are fascinating about languages: where they come from, why they sound a certain way, why grammar is what it is. But lately, I'veRead More| Frank M Taylor
On couple of my projects, I started using GitHub Actions. I also wanted to use it for pentest-tool-lite, where I want to run TypeScript lint after each push and publish it to npm after release is created. I had some problems which I recently solved, so I am sharing my solution.| Matej Jelluš Blog
Electric UI is a framework to build user interfaces for your hardware products.| Electric UI
How many programmers does it take to filter out 36 characters? You may think this is an opening to a joke, but it’s not.| solid-snail blog
I’ve compiled a list of my favorite npm packages that I use on a daily basis.| S.Bistrović
A journey to the world of Python packaging, a visit to the competition, a hopeful look at the future, and highlights from a disappointing discussion.| Chris Warrick