Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
The world of NPM is vast. With over 2 million packages available, it’s easy to gravitate towards the...
Stop npm i-ing Blind: Catch Malicious Packages Before They Hit Production Most developers...
Let's be honest: playing with large language models is amazing, but seeing that OpenAI API bill at...
⚡ From Concept to Console: The Birth of ascii-vibes Every dev who’s ever worked on CLI apps knows...
There are moments when you stop, look at your terminal, and think: “Why does something as simple as...
How do you choose what goes in your package.json? Is it based on what the team’s used...
Experience report from Boly38 on an intense open source contribution day: 17 PRs focused on security,...
Do-Not-Stop is a continuously evolving Web3 frontend playground — built with Vite, React, TypeScript,...
How a fake job offer nearly installed malware on my machine through a malicious npm package. A cautionary tale about supply chain attacks.
If your GitHub repos were suddenly hit with unknown commits, modified README files, or a weird new...
🎯 pnpm-audit v3 (v3.1.0): A Thoughtful Step Forward in Open Source Security As a developer who cares...
1. Shadcn Form 🧰 Create forms with Shadcn, react-hook-form and zod within...
As a full-stack developer, I’ve spent countless hours building robust backend applications with...
If you've worked with Node.js and package.json, you’ve probably noticed that some dependencies have...
A fake Web3 recruiter used a take-home Node.js assignment to spread a file-exfiltration backdoor targeting developers’ SSH keys, .env files, and crypto wallets.
Introduction When I started working at Lingo.dev, I noticed that some our dependencies...
We already know that cypress allow us to create commands that can be used in different tests, but...
Hi there! Have you ever built a service with a lot of conditional flags? For example, can user read,...
In case you missed it, GitHub just announced a major security update for npm that will start rolling...
Publishing your first NPM package feels like a rite of passage for JavaScript developers. Whether...
Assim como eu muitos usam esses pacotes de dados mas muitas vezes não sabemos as diferenças e...
If you've ever used the Windows Subsystem for Linux (WSL) with tools like Docker or Node.js, you may...
Managing local libraries and path references in Angular projects has evolved significantly with the...
Introduction Do you experience this every time you write HTTP requests? //...
I am sure you have heard about the recent supply chain attack on npm packages. Many news outlets and...
How I reduced my Vue component library from 388KB to 124KB (68% reduction) and solved dependency...
As a developer, releasing your first open-source project is an exciting milestone. It transforms code...
Just like me, many people use these package managers, but often we don't know the differences and...
For decades, the JavaScript ecosystem has been a welcoming, innovative space where anyone can...
You know that moment when you’ve written the same utility function for the third time across...