TagSpaces - Your Hackable File Organizer - 0 views
The Asset Pipeline - Ruby on Rails Guides - 0 views
-
provides a framework to concatenate and minify or compress JavaScript and CSS assets
-
adds the ability to write these assets in other languages and pre-processors such as CoffeeScript, Sass and ERB
-
invalidate the cache by altering this fingerprint
- ...80 more annotations...
Pods - Kubernetes - 0 views
-
Pods are the smallest deployable units of computing
-
A Pod (as in a pod of whales or pea pod) is a group of one or more containersA lightweight and portable executable image that contains software and all of its dependencies. (such as Docker containers), with shared storage/network, and a specification for how to run the containers.
-
A Pod’s contents are always co-located and co-scheduled, and run in a shared context.
- ...32 more annotations...
Forwarding (DNS and BIND, 4th Edition) - 0 views
-
Forwarders are also useful if you need to shunt name resolution to a particular name server
-
If you designate one or more servers at your site as forwarders, your name servers will send all their off-site queries to the forwarders first.
-
A primary master or slave name server's mode of operation changes slightly when it is configured to use a forwarder.
- ...2 more annotations...
ruby-grape/grape: An opinionated framework for creating REST-like APIs in Ruby. - 0 views
-
Grape is a REST-like API framework for Ruby.
-
designed to run on Rack or complement existing web application frameworks such as Rails and Sinatra by providing a simple DSL to easily develop RESTful APIs
-
Grape APIs are Rack applications that are created by subclassing Grape::API
- ...54 more annotations...
bbatsov/rails-style-guide: A community-driven Ruby on Rails 4 style guide - 0 views
-
custom initialization code in config/initializers. The code in initializers executes on application startup
-
Keep initialization code for each gem in a separate file with the same name as the gem
-
Mark additional assets for precompilation
- ...90 more annotations...
Cello * High Level C - 0 views
-
"Cello is a library that brings higher level programming to C. By acting as a modern, powerful runtime system Cello makes many things easy that were previously impractical or awkward in C such as: Generic Data Structures Polymorphic Functions Interfaces / Type Classes Constructors / Destructors Optional Garbage Collection Exceptions Reflection And because Cello works seamlessly alongside standard C you get all the other benefits such as great performance, powerful tooling, and extensive libraries."
Production Notes - MongoDB Manual - 0 views
-
mongod will not start if dbPath contains data files created by a storage engine other than the one specified by --storageEngine.
-
mongod must possess read and write permissions for the specified dbPath.
-
WiredTiger supports concurrent access by readers and writers to the documents in a collection
- ...9 more annotations...
Supported DDL operations for a CDC Replication Engine for Db2 Database - IBM Documentation - 1 views
-
SQL statements are divided into two categories: Data Definition Language (DDL) and Data Manipulation Language (DML).
-
DDL operations on a table may affect dependent objects such as constraints and Indexes.
Options for Highly Available Topology | Kubernetes - 0 views
-
With stacked control plane nodes, where etcd nodes are colocated with control plane nodes
-
A stacked HA cluster is a topology where the distributed data storage cluster provided by etcd is stacked on top of the cluster formed by the nodes managed by kubeadm that run control plane components.
-
Each control plane node runs an instance of the kube-apiserver, kube-scheduler, and kube-controller-manager
- ...6 more annotations...
Providers - Configuration Language | Terraform | HashiCorp Developer - 0 views
-
Terraform relies on plugins called providers to interact with cloud providers, SaaS providers, and other APIs.
-
Terraform configurations must declare which providers they require so that Terraform can install and use them.
-
Each provider adds a set of resource types and/or data sources that Terraform can manage.
- ...6 more annotations...
CDC and DDL Changes to Source Tables - Microsoft® SQL Server 2012 Unleashed [... - 1 views
-
One of the common challenges when capturing data changes from your source tables is how to handle DDL changes to the source tables.
-
Change Data Capture
Working with JavaScript in Rails - Ruby on Rails Guides - 0 views
-
JavaScript can also make requests to the server, and parse the response
-
Rails uses a technique called "Unobtrusive JavaScript" to handle attaching JavaScript to the DOM.
-
We call this 'unobtrusive' JavaScript because we're no longer mixing our JavaScript into our HTML.
- ...2 more annotations...
Handlebars.js: Minimal Templating on Steroids - 0 views
-
Handlebars templates look like regular HTML, with embedded handlebars expressions.
-
don't want Handlebars to escape a value, use the "triple-stash", {{{.
-
Handlebars will not escape a Handlebars.SafeString
- ...13 more annotations...
Building a RESTful API in a Rails application - 0 views
-
designing and implementing a REST API in an intentionally simplistic task management web application, and will cover some best practices to ensure maintainability of the code.
-
each individual request should have no context of the requests that came before it.
-
each request that modifies the database should act on one and only one row of one and only one table
- ...10 more annotations...
React 入门实例教程 - 阮一峰的网络日志 - 0 views
-
React 起源于 Facebook 的内部项目,因为该公司对市场上所有 JavaScript MVC 框架,都不满意,就决定自己写一套,用来架设 Instagram 的网站。
-
项目本身也越滚越大,从最早的UI引擎变成了一整套前后端通吃的 Web App 解决方案
-
React Native 项目,目标更是宏伟,希望用写 Web App 的方式去写 Native App。
- ...9 more annotations...
« First
‹ Previous
101 - 120 of 166
Next ›
Last »
Showing 20▼ items per page