Latest additions

Category: Testing

Description: Focus on creating solid test suites, automate the generation of mock objects, and improve the unit testing workflow. Automock optimizes the unit testing process within dependency injection frameworks by providing a virtual, isolated environment and automated mock generation, enabling developers to create efficient test suites and enhance their overall testing experience.

Category: CSS Frameworks
Tags: css framework

Description: The Atomic CSS Framework for crafting gorgeous UIs without shipping any CSS.

Description: Lightning-fast and Powerful Code Editor. Open source. Quick from launch to every keystroke, and batteries included.

Oxc

Description: The JavaScript Oxidation Compiler. A collection of JavaScript tools written in Rust.

Category: ReactJS

Description: Draft UI is a collection of simply designed React components focused on making web accessibility as easy as copy & paste.

Category: Python

Description: Open-source framework for rapidly building reactive web UIs in Python, with built-in Shoelace components, Markdown, charts, tables, and more.

WXT

Description: Next-gen Web Extension Framework.
An open source tool that makes Chrome Extension development faster than ever before.

Description: RChilli is the trusted partner for parsing, matching, and data enrichment, providing companies, in 50+ countries, with solutions built for the future of technology and recruiting. RChilli’s innovative products, backed by an industry-leading tech stack, power the processing of 4.1 billion+ docs a year for 1600+ top global recruiting platforms. Enabling companies to hire better talent faster since 2010, RChilli is ISO 27001:2013, SOC 2 Type II, and HIPAA certified and GDPR compliant.
RChilli also has its multilingual resume parsing app available on Oracle Cloud Marketplace and Salesforce AppExchange.

Source: https://www.rchilli.com

Description: Codapi is a platform for embedding interactive code snippets directly into your product documentation, online course or blog post.
Codapi manages sandboxes (isolated execution environments) and provides an API to execute code in these sandboxes. It also provides a JavaScript widget codapi-js for easier integration.

Source: https://github.com/nalgeon/codapi

Description: Signing documents digitally should be fast and easy and should be the best practice for every document signed worldwide.

This is technically quite easy today, but it also introduces a new party to every signature: The signing tool providers. While this is not a problem in itself, it should make us think about how we want these providers of trust to work.

Documenso aims to be the world's most trusted document-signing tool. This trust is built by empowering you to self-host Documenso and review how it works under the hood.

Source: https://github.com/documenso/documenso/

Description: Build anything online with “all-in-one toolbox”. All tools are easy-to-use, blazing fast & free.

Description: List of free service for developer to use. Some services are free forever or have a free tier at least for 1 year

Category: Colors

Description: Atmos gives you the tools to create professional color palettes. Built with UI designers in mind.

Description: A free web-based resume editor based on writing YAML with real time preview and PDF export.

Source: https://github.com/vangelov/devresume

Category: NoCode/LowCode

Description: An open-source backend in 1 file with realtime database, authentication, file storage and admin dashboard.

Source: https://github.com/pocketbase/pocketbase

Category: NoCode/LowCode

Description: Platform for developers to build internal tools.

Source: https://github.com/illacloud/illa-builder

Description: Small chrome extension to monitor (and optionally block) other extensions' network calls. The published extension lacks the ability to track the number of requests and notify you, but you can still use it for blocking requests. The reason is that the extension uses the declarativeNetRequest.onRuleMatchedDebug API which is not available for publishing in the Chrome Web Store.

Source: https://github.com/dnakov/little-rat

Category: Debugging
Tags: remote debug

Description: PageSpy is a remote debugging tool for web project. Based on encapsulation of native web APIs, it filters and transforms the parameters of native methods when called, and converts into messages with specific format for consumption by the debugger client. The debugger presents ui in an interactive devtools-like for easy viewing after receives the message data.

Category: Animated SVG

Description: SVG Artista is a tool that helps you animate stroke and fill properties in your SVG images with plain CSS code. It should work fine with path, line, polyline, rect, circle, ellipse and polygon elements. It cannot animate SVG gradients though, so please keep that in mind.

SVG Artista generates the necessary CSS and updates the SVG code so that it can be easily animated by assigning the .active class to the SVG element. It doesn't rely on third-party JS libraries to work, although you will likely want to use one to dynamically set the .active class on some kind of trigger (e.g. on scroll into view). Depending on your preference, you can generate either the CSS transition or CSS animation code.

CSS animated SVG is fairly well supported and should work in all modern browsers. That said, SVG Artista generated code is provided as-is, without warranty of any kind. Use your judgment and test it in your target environment and browsers before using it in production.