Bookmarks tagged [docs]
Guiding Principles
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be link...
- tags: changelog, docs
https://angular.io/guide/rx-library
Reactive programming is an asynchronous programming paradigm concerned with data streams and the propagation of change (Wikipedia). RxJS (Reactive Extensions for JavaScript) is a library for reactive ...
An optimized site generator in React. Docusaurus helps you to move fast and write content. Build documentation websites, blogs, marketing pages, and more.
https://code.visualstudio.com/api/get-started/your-first-extension
In this topic, we'll teach you the fundamental concepts for building extensions.
- tags: vscode, vscode-extensions, docs
source code
https://docs.spring.io/spring-batch/docs/current/reference/html/index-single.html
Spring Batch Single Html Documentation
- tags: spring-batch, docs
https://developer.chrome.com/extensions/devguide
After reading the Getting Started tutorial and Overview, use this guide as an outline to exten...
- tags: google-chrome-extension, docs
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions
Extensions, or add-ons, can modify and enhance the capability of a browser. Extensions for Firefox are built using the WebExtensions API cross-browser technology.
- tags: browser-extension, docs, firefox-addon
https://jmeter.apache.org/usermanual/best-practices.html
Some points to consider when writing load tests
https://docs.spring.io/spring-batch/docs/current/reference/html/common-patterns.html
In this chapter, we provide a few examples of common patterns in custom business logic. These examples primarily feature the listener interfaces.
- tags: spring-batch, docs
https://docs.jboss.org/weld/reference/latest/en-US/html_single/
The CDI specification defines a set of complementary services that help improve the structure of application code. CDI layers an enhanced lifecycle and interacti...
- tags: cdi, docs, java-ee, implementations
https://github.com/RichardLitt/standard-readme
A standard style for README files.
https://www.npmjs.com/package/readme-md-generator
readme-md-generator
is able to read your environment (package.json, git config...) to suggest you default answers during the README.md creation process
- tags: readme, docs
source code
WireMock is an HTTP mock server. At its core it is web server that can be primed to serve canned responses to particular requests (stubbing) and that captures incoming requests so that they can be che...
https://github.com/thlorenz/doctoc
Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites via a command line flag.
- tags: markdown, git, docs
source code
https://junit.org/junit5/docs/current/user-guide/
The goal of this document is to provide comprehensive reference documentation for programmers writing tests, extension authors, and engine authors as well as build tool and IDE vendors.
https://grafana.com/docs/installation/docker/
Installing Grafana using Docker guide
https://googleapis.dev/nodejs/pubsub/latest/index.html
Cloud Pub/Sub is a fully-managed real-time messaging service that allows you to send and receive messages between independent applications.
This document contains to an API reference, samples, and ot...
- tags: node.js, google-pubsub, docs
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/
Html single page documentation for spring boot
- tags: spring-boot, docs
https://kubernetes.io/docs/concepts/configuration/secret/
Kubernetes secret
objects let you store and manage sensitive information, such as passwords, OAuth tokens, and ssh keys. Putting this information in a secret is safer and more flexible than putting ...
- tags: kubernetes, docs
https://docs.docker.com/compose/networking/
How Compose sets up networking between containers
- tags: docker-compose, docs, networking, docker
https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/
List of Ingress Controllers
- tags: kubernetes, docs, ingress
https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/
-
Overview of Kustomize
-
Bases and Overlays
-
How to apply/view/delete objects using Kustomize
-
Kustomize Feature List
-
What's next
-
tags: kubernetes, kustomize, docs
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands
Kubectl Commands Reference
- tags: kubernetes, kubectl, docs
ChartMuseum is an open-source Helm Chart Repository server written in Go (Golang), with support for cloud storage backends, including Google Cloud Storage, Amazon S3, Microsoft Azure Blob Storage, Ali...
- tags: helm, kubernetes, docs, go
source code
https://kubectl.docs.kubernetes.io/
TL;DR
- Kubectl is the Kubernetes cli
- Kubectl provides a swiss army knife of functionality for working with Kubernetes clusters
- Kubectl may be used to deploy and manage applications on Kubernetes ...
- tags: kubectl, docs
Knative (pronounced kay-nay-tiv) extends Kubernetes to provide a set of middleware components that are essential to build modern, source-centric, and container-based applications that can run anywhere...
- tags: docs, kubernetes, knative
source code
https://www.apollographql.com/docs/apollo-server/
Apollo Server is an open-source, spec-compliant GraphQL server that's compatible with any GraphQL client, including Apollo Client. It's the best way to build a production-ready, self-documenting Graph...
- tags: graphql, javascript, docs, apollo-server, typescript
source code
https://docs.docker.com/storage/
Overview of persisting data in containers
Types of mounts and where they live on the Docker host
- Volumes are stored in a part of the host filesystem which is managed by Docker (/var/lib/docker...
- tags: docker, docs
http://docs.jboss.org/weld/reference/latest/en-US/html_single/
CDI: Contexts and Dependency Injection for the Java EE platform
- tags: weld, dependency-injection, javaee, docs
- About npm
- Getting started
- Packages and modules
- Integrations
- Orgs
- npm Enterprise
- CLI documentation
- tags: npm, docs
https://docs.docker.com/docker-for-mac/
Getting Started
Graylog is an open source log management platform.
- tags: logging, graylog, tools, docs
source code
- Guides (Step-by-step tutorials that include useful explanations and and detailed instructions to help you get up and running.)
- Reference Guides (In-depth articles with information on each primary ...
- tags: ruby, docs
https://help.github.com/articles/using-jekyll-as-a-static-site-generator-with-github-pages/
If you use Jekyll as a static site generator with GitHub Pages, you benefit from more support with setting up, updating, and troubleshooting your site.
Hyperlinks to Github and Jekyll
- tags: github-pages, jekyll, docs
Parse, validate, manipulate, and display dates in javascript.
- tags: javascript, docs
source code
https://docs.npmjs.com/misc/config
More than you probably want to know about npm configuration.
Describes the sources where npm takes its configuration, priority etc.
With HttpClient
, @angular/common/http
provides a simplified API for HTTP functionality for use with Angular applications, building on top of the XMLHttpRequest
interface exposed by browsers. Add...
https://angular.io/guide/user-input
User actions such as clicking a link, pushing a button, and entering text raise DOM events. This page explains how to bind those events to component event handlers using the Angular event binding synt...
https://nodejs.org/api/stream.html
A stream is an abstract interface for working with streaming data in Node.js. The stream
module provides a base API that makes it easy to build objects that implement the stream interface.
There ar...
https://nodejs.org/api/events.html
Much of the Node.js core API is built around an idiomatic asynchronous event-driven architecture in which certain kinds of objects (called "emitters") periodically emit named events that cause Functio...
https://www.getpostman.com/docs/
Install, sending API Requests, collections, api documentation etc.
https://nodejs.org/api/crypto.html
The crypto
module provides cryptographic functionality that includes a set of wrappers for OpenSSL's hash, HMAC, cipher, decipher, sign and verify functions.
https://getbootstrap.com/docs/4.0/getting-started/introduction/
Bootstrap 4 documentation
https://angular.io/guide/router
The Angular Router enables navigation from one view to the next as users perform application tasks.
This guide covers the router's primary features, illustrating them through the evolution of a small...
https://angular.io/guide/architecture
Learn the basics about the eight main building blocks of an Angular application:
- Modules
- Components
- Templates
- Metadata
- Data binding
- Directives
- Services
- Dependency injection
- tags: angular, docs
https://angular.io/guide/browser-support
https://angular.io/guide/dynamic-component-loader
Component templates are not always fixed. An application may need to load new components at runtime.
This cookbook shows you how to use ComponentFactoryResolver to add components dynamically.
See th...
The Pact family of frameworks provide support for Consumer Driven Contracts testing.
- tags: pact, docs, microservices, testing
source code
Certbot is part of EFF’s effort to encrypt the entire Internet. Secure communication over the Web relies on HTTPS, which requires the use of a digital certificate that lets browsers verify the identit...
- tags: certbot, docs, letsencrypt
Installing, beginner's guide, admin's guide etc.
https://flywaydb.org/documentation/
Flyway is an open-source database migration tool. It strongly favors simplicity and convention over configuration.
- tags: flyway, docs
source code
http://sass-lang.com/documentation/file.SASS_REFERENCE.html
Sass is an extension of CSS that adds power and elegance to the basic language. It allows you to use variables, nested rules, mixins, inline imports, and more, all with a fully CSS-compatible syntax. ...
- tags: sass, scss, css, docs
source code
http://javadoc.io/page/org.mockito/mockito-core/latest/org/mockito/Mockito.html
docs in javadoc.io are available 24h after release
- tags: mockito, docs
source code
http://www.eclipse.org/jetty/documentation/
Jetty documentation is a community effort and is bundled in with the Jetty source on GitHub.
- tags: jetty, docs
source code
http://hibernate.org/orm/documentation/
https://nodejs.org/api/path.html
The path
module provides utilities for working with file and directory paths. It can be accessed using:
https://angular.io/guide/webpack
Webpack is a popular module bundler, a tool for bundling application source code in convenient chunks and for loading that code from a server into a browser.
It's an exc...
https://angular.io/guide/ngmodule
Angular Modules - NgModules
help organize an application into cohesive blocks of functionality.
An NgModule is a class adorned with the @NgModule
decorator function. @NgModule
takes a metadata ...
https://www.typescriptlang.org/docs/index.html
- Quick start
- Tutorials
- What's new
- Handbook (Basic Types, Classes, Generics etc.)
- Declaration files
- Project Configuration
- tags: typescript, docs
http://resteasy.jboss.org/docs.html
The documentation below is a combination of DocBook and Javadoc. The docbook is a Maven module in our source tree. If you download or check out our source code from GitHub, you will find it under th...
https://angular.io/guide/lifecycle-hooks
Angular calls lifecycle hook methods on directives and components as it creates, changes, and destroys them. Learn about:
https://maven.apache.org/guides/index.html
Getting Started, Introduction, Dependency Mechanism, Guides etc...
https://electron.atom.io/docs/
Guides, API Reference, Advanced ...
https://cordova.apache.org/docs/en/latest/
https://www.ruby-lang.org/en/documentation/
Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
Yarn is a package manager for your code. It allows you to use and share code with other developers from around the world. Yarn does this quickly, securely, and reliably so you don’t ever have to worry...
- tags: docs, package-manager, javascript
https://jasmine.github.io/pages/docs_home.html
List of hyperlinks to the different version docs.
- tags: jasmine, docs, javascript
https://angular.io/docs/ts/latest/guide/testing.html
This guide offers tips and techniques for testing Angular applications. Though this page includes some general testing principles and techniques, the focus is on testing applications written with Angu...
List all installed packages. You can filter via grep
to find out version of a package is installed. Use --depth
to display max depth of the dependency tree
...
http://jekyllrb.com/docs/home/
This site aims to be a comprehensive guide to Jekyll. We’ll cover topics such as getting your site up and running, creating and managing your content, customizing the way your site works and looks, de...
https://docs.npmjs.com/files/package.json
This document is all you need to know about what's required in your package.json file. It must be actual JSON, not just a JavaScript object literal.
A lot of the behavior described in this document i...
There are several types of documentation available on this website:
https://angular.io/guide/component-interaction
This cookbook contains recipes for common component communication scenarios in which two or more components share information.
Contents
https://angular.io/guide/quickstart
A quick look at Angular basics
- tags: angular, docs, angular-cli