The Rails Command Line - Ruby on Rails Guides - 0 views
-
rake --tasks
-
Think of destroy as the opposite of generate.
-
runner runs Ruby code in the context of Rails non-interactively
- ...28 more annotations...
Automated Docker-based Rails deployments - 0 views
-
how to automate the whole deployment process with a real world
-
use Unicorn as our webserver
Managing files | Django documentation | Django - 0 views
-
By default, Django stores files locally, using the MEDIA_ROOT and MEDIA_URL settings.
-
use a FileField or ImageField, Django provides a set of APIs you can use to deal with that file.
-
Behind the scenes, Django delegates decisions about how and where to store files to a file storage system.
- ...1 more annotation...
Rails API Testing Best Practices - 0 views
-
Writing an API is almost a given with modern web applications
-
A properly designed API should return two things: an HTTP response status-code and the response body.
-
Testing the status-code is necessary
- ...6 more annotations...
phusion/baseimage-docker - 1 views
-
-
docker exec
-
Through SSH
- ...57 more annotations...
Scalable architecture without magic (and how to build it if you're not Google) - DEV Co... - 0 views
-
Don’t mess up write-first and read-first databases.
-
keep them stateless.
-
you should know how to make a scalable setup on bare metal.
- ...29 more annotations...
Queues - Laravel - The PHP Framework For Web Artisans - 0 views
-
Laravel queues provide a unified API across a variety of different queue backends, such as Beanstalk, Amazon SQS, Redis, or even a relational database.
-
The queue configuration file is stored in config/queue.php
-
a synchronous driver that will execute jobs immediately (for local use)
- ...56 more annotations...
Ruby on Rails 實戰聖經 | 網站效能 - 0 views
-
依照慣例是_count結尾,型別是integer,有預設值0。
-
lol_dba提供了Rake任務可以幫忙找忘記加的索引。
-
Bullet是一個外掛可以在開發時偵測N+1 queries問題。
- ...19 more annotations...
Using SSE Instead Of WebSockets For Unidirectional Data Flow Over HTTP/2 - Smashing Mag... - 0 views
Wappalyzer - 0 views
網頁親和力──無障礙網頁開發規範 2.0 | Jedi's BLOG - 0 views
There's a fiddle for that! - 0 views
Volumes - Kubernetes - 0 views
-
On-disk files in a Container are ephemeral,
-
when a Container crashes, kubelet will restart it, but the files will be lost - the Container starts with a clean state
-
In Docker, a volume is simply a directory on disk or in another Container.
- ...105 more annotations...
« First
‹ Previous
101 - 120 of 137
Next ›
Showing 20▼ items per page