[](https://opensource.org/licenses/Apache-2.0) [](https://codecov.io/gh
A programming model for software-defined state
Lazy constructs used in Carable code
Define a lazily evaluated property on an object
CDK Construct Library to automatically instrument Python and Node Lambda functions with Datadog using AWS CDK v2
Lazy assertions without performance penalty
The CommonMark markdown constructs
Version 2 of the AWS Cloud Development Kit library
Cache requires to be lazy-loaded when needed.
Core CDK Construct for patterns library
Get the dependencies of a CommonJS module by traversing its AST
Lazy value.
[](https://badge.fury.io/js/cdk-monitoring-constructs) [](https://m
Utilities to diff CDK stacks against CloudFormation templates
Import a module lazily
Lazy lists for node
AWS CDK Toolkit
A minimal event emitter.
React Component to lazy load images using a HOC to track window scroll position.
This is the core library of Cloud Development Kit (CDK) for Kubernetes (cdk8s). cdk8s apps synthesize into standard Kubernetes manifests which can be applied to any Kubernetes cluster.
Build chainable fluent interfaces the easy way... with a freakin' chainsaw!
Open Node Streams on demand.
Lift
Robust Environment Configuration for Universal Applications.
LazyData provides data types featuring thread-safe lazy computation. These objects are constructed with a block that can be called to compute the final value, but it is not actually called until the value is requested. Once requested, the computation takes place only once, in the first thread that requested the value. Future requests will return a cached value. Furthermore, any other threads that request the value during the initial computation will block until the first thread has completed the computation. This implementation also provides retry and expiration features. The code was extracted from the google-cloud-env gem that originally used it.
Lazy As Json A simple and concise way to use as_json with “only”, “except” and other options without using them literally. Instead of using this - `User.as_json(only: [:id, :first_name, profiles: [:company, :location]])` You can perhaps use this - `User.as_json(only_keys: ‘_,first_name,profiles(p),p.company,p.location’)` As simple as this. You can control what your API response should include through a flexible parameter string. i.e. - “/api/v1/users/me?_keys=_,last_name,profiles(p),p.company,p.location” This parameter string could dig through the nested objects and their nesting too. Just to reduce the API response size significantly, you can use this parameter control over wherever it is used. However it might seems quite trivial but frankly speaking it saves lot in response data hence faster loading time at client side. Moreover as it uses Hash.new and constructs attribute on runtime, you can throttle calling from the expensive method by using this parameter string.
Contentful API wrapper library exposing an ActiveRecord-like interface
No description provided.
No description provided.