5 pages tagged with "open-source"
The Cypherpunks
December 11, 2024In the early ’90s, with the internet on the rise, a group called the Cypherpunks emerged to defend digital privacy. They pushed for encryption and privacy, shaping our digital world with their vision.
In the early ’90s, with the internet on the rise, a group called the Cypherpunks emerged to defend digital privacy. They pushed for encryption and privacy, shaping our digital world with their vision. Who were the Cypherpunks? Philosophy and goals Impact nowadays Challenges and criticisms Precurs…Verified git commits
November 17, 2024When it comes to software development, trust and security are very important. One easy way to level up both is by using verified commits.
When it comes to software development, trust and security are very important. One easy way to level up both is by using verified commits. Whether you’re working on an open-source project or in a private company, verified commits can make sure your contributions are legit. Let’s break down what the…bashunit
October 30, 2024bashunit is a lightweight, easy-to-use testing framework for Bash. Features like parallel and snapshot testing, test doubles, data providers, and tons of built-in assertions.
bashunit is a lightweight, easy-to-use testing framework for Bash. Features like parallel and snapshot testing, test doubles, data providers, and tons of built-in assertions. Backed by clear docs and an active community, it’s become a favorite for reliable Bash testing. What started as a simple de…Open-Source Software
May 03, 2021What is Open-Source Software (OSS)? What are their benefits? How can you start contributing to any OSS? Pet projects? Knowledge sharing? Why all of these?
What is Open-Source Software (OSS)? What are their benefits? How can you start contributing to any OSS? Pet projects? Knowledge sharing? Why all of these? What is Open-Source Software (OSS)? What are their benefits? How can you start contributing to any OSS? Pet projects? Knowledge sharing? Why …Phel: the Lisp that compiles to PHP
February 01, 2021A new Functional Programming language build-in on the PHP ecosystem.
A new Functional Programming language build-in on the PHP ecosystem. The Phel Language Phel is a Functional Programming (FP) language that compiles to PHP. It is a dialect of Lisp inspired by Clojure and Janet. Features Built on PHP’s ecosystem Good error reporting Different Datastructures (Arrays…