The long over-due commit of Open Source
A developer shares their experience contributing to an open-source dashboard project, highlighting the patience required in open-source development.
Liran Tal is an AI security researcher and Node.js security expert focusing on securing agentic AI workflows, MCP, and software supply chains through research, education, and open-source work.
228 articles from this blog
A developer shares their experience contributing to an open-source dashboard project, highlighting the patience required in open-source development.
Explains how to use Consumer-Driven Contracts for scalable integration testing in microservices, avoiding full environment deployment in CI.
A technical guide on configuring TLS/SSL encryption for a Node.js application using RethinkDB within Docker containers.
A developer's guide to setting up integration tests with Ava.js and Express, exploring alternatives to Supertest and using Gulp for server management.
Reveals three lesser-known technical facts about the Yarn package manager, including its dependency on npm and built-in spellcheck.
A guide on using Yarn to manage and test locally developed Node.js packages, including filesystem and Git repository integration.
Explores undocumented Gulp event handling to properly terminate Node.js processes after running Ava.js integration tests against Express servers.
Explores the evolution of JavaScript test runners, comparing Mocha, Tape, and Ava, and highlighting modern features like speed and parallel execution.
A developer shares their experience contributing to an open source OCR startup's Node.js SDK, fixing minor issues and submitting a pull request.
A technical guide exploring advanced Babel.js configuration, Stage-X presets for ES6 features, and source map debugging.
Explores the $500 security guarantee for finding vulnerabilities in qmail, highlighting principles for secure open-source software development.
A developer describes automating Docker image builds and pushes to Docker Hub for an open-source Node.js Docker management tool using CodeFresh.
A concise introduction to Babel.js, explaining its purpose as a JavaScript compiler for modern syntax and its core concepts like plugins and presets.
Discusses the decline of restrictive software licenses like GPL and the dominance of permissive licenses (MIT, Apache, BSD) in modern open source.
A guide to using ES6 features in Node.js projects, covering version support and setting up Babel with Gulp for transpilation.
A developer's 2016 retrospective on open source contributions, speaking at tech conferences, and maintaining the MEAN.JS framework.
A developer explains building a security-focused static code analysis tool for Gulp by extending an existing plugin, following open source philosophy.
A look at the origins and global impact of the Linux operating system, from Linus Torvalds' 1991 project to its widespread use today.
A guide on contributing to open source projects by improving documentation, using a Node.js library example.
A guide to setting up a Docker-based development environment for the MEAN.JS stack, enabling live-reload and easy setup.