We solve complex enterprise software development and productization problems for startups and enterprises that want to move quickly.
- Development as a service
- Team building and process transformation
- Assessments and Roadmap planning and vision
- Lifecycle Management and DevOps engineering
We specialize in solving complex development challenges across industries like healthcare, telecommunications, and financial services. We have ready-made frameworks and processes for scalable architectures that consider security, integrations, compliance, auditing, deployment, and continuous integration. This allows you to focus on what matters and provides a solid foundation for future growth.
We have built several open-source projects to help boost your development productivity:
-
Hyperbee.Json: A high-performance JSON library for
System.Text.Json
,JsonElement
, andJsonNode
, providing robust support for JSONPath, JsonPointer, JsonPatch, and JsonDiff.- RFC-9535 conforming JsonPath engine:
- High Performance.
- Supports both
JsonElement
, andJsonNode
. - Deferred execution queries with
IEnumerable
. - Extendable to support additional JSON document types and functions.
- JsonPointer
- JsonPatch
- JsonDiff
- RFC-9535 conforming JsonPath engine:
-
Hyperbee.Expressions: Async/await for Expression Trees.
- Extend the capabilities of C# Expression Trees
- Await Expressions.
- Async Block Expressions.
- Automatic state machine generation.
- Extend the capabilities of C# Expression Trees
-
Hyperbee.Pipeline: Easily create async workflows using composable pipelines, and middleware, that streamlines processing of asynchronous tasks.
- Composable async pipelines supporting
- Condition flow
- Value projections
- Early returns
- Child pipelines
- Middleware
- Composable async pipelines supporting
-
Hyperbee.Templating: Lightweight, fast, and powerful templating and variable engine that allows you to easily create dynamic content.
- Templating engine supporting:
- Value replacements
- Code expressions
- Token nesting
- In-line definitions
- If/else conditions
- Looping
- Templating engine supporting:
-
Hyperbee.Migrations: An extensible migration runner for SQL and NoSQL.
- Supports Couchbase, MongoDB and Postgresql
- Extensible to support other databases
- Environment Profiles and targets
- Continuous Migrations using Cron
MIT License
Copyright (c) 2024 Stillpoint Software, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.