“I should really figure out what
that does someday.”
A Tour of Rails' jQuery UJS - 0 views
-
-
today is that day
-
jquery-ujs wires event handlers to eligible DOM elements to provide enhanced functionality.
- ...11 more annotations...
NetHack 3.6.0: NetHack Home Page - 0 views
Unique gradient generator - 0 views
-
"This tool helps you to generate beautiful blurry background images that you can use in any project. It doesn't use CSS3 gradients, but a rather unique approach. It takes a stock image, extracts a very small area (sample area) and scales it up to 100%. The browser's image smoothing algorithm takes care of the rest. You can then use the image as an inline, base64 encoded image in any HTML element's background, just click Generate CSS button at the bottom of the app. Select source images from the gallery or use yours, the possibilities are endless."
Using Workflows to Schedule Jobs - CircleCI - 1 views
-
A workflow is a set of rules for defining a collection of jobs and their run order.
-
Schedule workflows for jobs that should only run periodically.
-
run multiple jobs in parallel
- ...37 more annotations...
Trunk-based Development | Atlassian - 0 views
-
Trunk-based development is a version control management practice where developers merge small, frequent updates to a core “trunk” or main branch.
-
Gitflow and trunk-based development.
-
Gitflow, which was popularized first, is a stricter development model where only certain individuals can approve changes to the main code. This maintains code quality and minimizes the number of bugs.
- ...20 more annotations...
Getting Started with Rails - Ruby on Rails Guides - 0 views
-
A controller's purpose is to receive specific requests for the application.
-
Routing decides which controller receives which requests
-
The view should just display that information
- ...55 more annotations...
Using Infrastructure as Code to Automate VMware Deployments - 1 views
-
Infrastructure as code is at the heart of provisioning for cloud infrastructure marking a significant shift away from monolithic point-and-click management tools.
-
infrastructure as code enables operators to take a programmatic approach to provisioning.
-
provides a single workflow to provision and maintain infrastructure and services from all of your vendors, making it not only easier to switch providers
- ...5 more annotations...
Auto DevOps | GitLab - 0 views
-
Auto DevOps provides pre-defined CI/CD configuration which allows you to automatically detect, build, test, deploy, and monitor your applications
-
Just push your code and GitLab takes care of everything else.
-
Auto DevOps will be automatically disabled on the first pipeline failure.
- ...78 more annotations...
1 - 9 of 9
Showing 20▼ items per page