Pinned Repositories
AsyncEnumeration
Libraries related to asynchronous enumerable and its enumeration, and asynchronous LINQ.
Backend
The backend-part (both general and HTTP-specific) for systems with backend-frontend architecture
CBAM
Connection-Based Asynchronous Messaging (CBAM) framework provides asynchronous task-based API and implementation for workflow which communicates with e.g. SQL or LDAP processes.
CIPipeline
Scripts for .NET project-based CI pipeline. The assumptions of CI environment are minimized: currently it is Linux + Docker + certain folder structure in Git..
eslint-plugin-type-only-import
ESLint plugin to enforce `type` modifier to imports/exports targeting files with certain naming pattern.
java-sql-generator
A framework to generate syntactically correct SQL statements in a typesafe, easy, and uniform way (without StringBuilders).
java-tablecache
A small project to effectively and easily cache rows of SQL tables.
NuGetUtils
Various extensions and utilities for using NuGet functionality.
SQLGenerator
SQLGenerator is C# DSL to generate SQL statements.
UtilPack
Home of UtilPack - library with various useful and generic stuff for .NET.
stazz's Repositories
stazz/java-sql-generator
A framework to generate syntactically correct SQL statements in a typesafe, easy, and uniform way (without StringBuilders).
stazz/UtilPack
Home of UtilPack - library with various useful and generic stuff for .NET.
stazz/NuGetUtils
Various extensions and utilities for using NuGet functionality.
stazz/CBAM
Connection-Based Asynchronous Messaging (CBAM) framework provides asynchronous task-based API and implementation for workflow which communicates with e.g. SQL or LDAP processes.
stazz/Backend
The backend-part (both general and HTTP-specific) for systems with backend-frontend architecture
stazz/java-tablecache
A small project to effectively and easily cache rows of SQL tables.
stazz/SQLGenerator
SQLGenerator is C# DSL to generate SQL statements.
stazz/eslint-plugin-type-only-import
ESLint plugin to enforce `type` modifier to imports/exports targeting files with certain naming pattern.
stazz/java-statusinfo
Small library to help with keeping track of current status of threads of the application
stazz/permutations-java
An API and implementation in Java for easy iteration over permutations.
stazz/AsyncEnumeration
Libraries related to asynchronous enumerable and its enumeration, and asynchronous LINQ.
stazz/CIPipeline
Scripts for .NET project-based CI pipeline. The assumptions of CI environment are minimized: currently it is Linux + Docker + certain folder structure in Git..
stazz/ci-codecov-pages
Repository to hold pages and history for code coverage reports generated from other projects
stazz/dotnet-tools
A list of tools to extend the .NET Core command line (dotnet)
stazz/eslint-plugin-path-import-extension
ESLint plugin to detect and auto-fix path-like imports without extension in TS code
stazz/FluentCryptography
Cryptography-related libraries with fluent and efficient API.
stazz/GitVersion
Easy Semantic Versioning (http://semver.org) for projects using Git
stazz/IOUtils
Libraries related to I/O functionality: network, resourcepooling, configuration, etc.
stazz/meow-inquirer
Combine CLI argument parsing of `meow` with prompting for same values via `inquirer` packages.
stazz/ResourcePooling
Libraries related to pooling (async) resources - with API providing various pools (non-caching, caching with timeout, etc) and a tidy way to use them.