Highcharts
Highcharts, a Javascript-based charting library, makes it easy to add interactive charts and graphs to web or mobile projects of any size.
Highcharts is used by more than 80% of the 100 biggest companies in the world, as well as thousands of developers from a variety of industries, including finance, publishing, application development, and data science.
Highcharts is in active development since 2009. It remains a favorite among developers due to its robust feature set and ease-of-use documentation, accessibility features and vibrant community.
Learn more
Okyline
Okyline is an Executable Data Design (EDD) platform focused on executable validation contracts and operational data quality control.
Rather than managing separate specifications, validation code, tests, and monitoring dashboards, Okyline centralizes validation and quality supervision around a single readable executable contract acting as the operational reference for enterprise data flows.
The same contract powers deterministic validation, advanced business invariant checks, multi-format execution, data quality gates, and historical quality analytics across APIs, events, files, LLM structured outputs, and distributed operational systems.
Contracts are designed directly from annotated sample data, making validation rules immediately understandable for developers, architects, QA teams, and business analysts.
The Community Edition includes the public specification, a free Java runtime engine, a Claude AI assistant for contract generation, and an online studio supporting executable JSON validation contracts and JSON Schema transpilation.
The Enterprise Edition adds native validation for JSONL, XML, CSV, FIXED, and EDI flows together with operational quality dashboards and data quality gates, without requiring databases or centralized infrastructure.erprise Edition supports direct validation of JSON, JSONL, XML, CSV, FIXED, and EDI flows with operational quality dashboards and analytics, without databases.
Learn more
Mongoose OS
Mongoose OS is an open-source operating system available in two variants: Community and Enterprise. It offers reliable Over-The-Air updates, secure device provisioning, and remote management, ensuring trusted and proven performance in various applications. Released under the Apache 2.0 license, it allows for commercial licensing and support options. Mongoose OS has been integrated into numerous commercial products, with hundreds of millions of devices actively deployed in production settings. As a recognized partner of Google Cloud IoT Core, it is also recommended by Microsoft Azure IoT for its capabilities in OTA updates, automatic device management, and large-scale firmware deployment. The Azure IoT Hub showcases how to effectively manage firmware updates for devices using Mongoose OS through Over-The-Air capabilities, while Google Cloud IoT Core utilizes MQTT for seamless communication between devices. This robust platform continues to evolve, catering to the needs of developers and organizations focusing on IoT solutions.
Learn more
Mongoose
Let's be honest, creating boilerplate for validation, casting, and business logic in MongoDB can be tedious. This is the reason Mongoose was developed. Imagine we have a fondness for adorable kittens and wish to log every kitten we encounter in MongoDB. The first step is to incorporate Mongoose into our project and establish a connection to the test database hosted on our local MongoDB instance. We have an active connection to the test database located at localhost, and now it’s essential to set up notifications for successful connections or any errors that may arise. In Mongoose, documents correspond directly to the documents stored in MongoDB; each document is essentially an instance of its corresponding Model. Furthermore, subdocuments refer to documents that are nested within others, allowing for intricate data structures. Mongoose provides two main concepts for handling subdocuments: arrays of subdocuments and individual nested subdocuments, making it flexible for various data representations. With Mongoose, managing complex relationships and data structures becomes significantly easier, allowing developers to focus more on their application logic rather than the underlying database mechanics.
Learn more