http://gibber.mat.ucsb.edu/ - 0 views
Why we should stop using Grunt & Gulp - 0 views
-
All of these task runners (or build systems if you want to call them that) try to abstract some kind of task paradigm away into their own siloed incantations.
-
Gulp isn't the only culprit either; Jake, Broccoli, Brunch and Mimosa all require plugins to install as well, which means when using any of these task runners, you're essentially just installing 1 more dependency (the task runner) than if you had no task runner, and just used each of the projects own binaries
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...
Ruby on Rails 實戰聖經 | 網站效能 - 0 views
-
依照慣例是_count結尾,型別是integer,有預設值0。
-
lol_dba提供了Rake任務可以幫忙找忘記加的索引。
-
Bullet是一個外掛可以在開發時偵測N+1 queries問題。
- ...19 more annotations...
JSON Web Token Introduction - jwt.io - 0 views
-
a stateless authentication mechanism as the user state is never saved in server memory
-
In authentication, when the user successfully logs in using their credentials, a JSON Web Token will be returned and must be saved locally (typically in local storage, but cookies can be also used), instead of the traditional approach of creating a session in the server and returning a cookie.
-
ser agent should send the JWT, typically in the Authorization header using the Bearer schema.
- ...2 more annotations...
You Might Not Need JavaScript - 0 views
Dockerizing a Vue App - 0 views
MySQL :: MySQL 5.7 Reference Manual :: 20.2 Introducing InnoDB Cluster - 0 views
-
A group of MySQL servers can be configured to create a cluster using MySQL Shell
-
The cluster of servers has a single master, called the primary, which acts as the read-write master.
-
Multiple secondary servers are replicas of the master
- ...6 more annotations...
MySQL :: MySQL 5.7 Reference Manual :: 20.4 Getting Started with InnoDB Cluster - 0 views
-
InnoDB cluster instances are created and managed through the MySQL Shell.
-
To create a new InnoDB cluster, the MySQL Shell must be connected to the MySQL Server instance. By default, this MySQL Server instance is the seed instance of the new InnoDB cluster and hold the initial data set.
-
Sandbox instance are only suitable for deploying and running on your local machine.
- ...3 more annotations...
GitHub - Rich-Harris/butternut: The fast, future-friendly minifier - 0 views
-
"The fast, future-friendly minifier https://butternut.now.sh"
enable cross-origin resource sharing - 0 views
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...
Interviewing a front-end developer - 0 views
Open source load testing tool review 2020 - 0 views
-
Hey is a simple tool, written in Go, with good performance and the most common features you'll need to run simple static URL tests.
-
Hey supports HTTP/2, which neither Wrk nor Apachebench does
-
Apachebench is very fast, so often you will not need more than one CPU core to generate enough traffic
- ...16 more annotations...
What ChatOps Solutions Should You Use Today? | PäksTech - 0 views
-
The big elephant in the room is of course Hubot, which now hasn’t seen new commits in over three years.
-
Botkit bots are written in JavaScript and they run on Node.js
-
Errbot is a chatbot written in Python, it comes with a ton of features, and it is extendable with custom plugins.
- ...8 more annotations...
« First
‹ Previous
81 - 98 of 98
Showing 20▼ items per page