12 Matching Annotations
- Nov 2020
-
stackoverflow.com stackoverflow.com
-
Never use x && y || z when y can return a non-zero exit status.
-
- Oct 2020
-
github.com github.com
-
Create HyperText with JavaScript
I assume that's where the name "HyperScript" came from? A portmanteau?
-
-
github.com github.com
-
require('modules') in the browser
-
Use a node-style require() to organize your browser code and load modules installed by npm.
-
-
dmitripavlutin.com dmitripavlutin.com
-
for...of is a gem because:
-
- Sep 2020
- Jul 2020
-
-
Context RAILS_ENV webpacker.yml NODE_ENV webpack config
-
- Jun 2020
-
edgeguides.rubyonrails.org edgeguides.rubyonrails.org
-
Rails follows a simple set of coding style conventions:
-
- May 2020
-
www.iubenda.com www.iubenda.com
-
We group a description of and about personal data (such as a Cookie or IP Address), the purpose of its collection (such as Analytics or Advertising) and the providers (such as Google or even your own website) into what we call services. Each service corresponds to a portion of a privacy policy, and provides all the relevant information to the end users of your website.
-
- Apr 2020
-
queue.acm.org queue.acm.org
-
Want to keep your users? Just make it easy for them to leave.
-
- Feb 2020
-
-
Nix is a purely functional package manager. This means that it treats packages like values in purely functional programming languages such as Haskell — they are built by functions that don’t have side-effects, and they never change after they have been built.
-
- Dec 2019
-
github.com github.com
-
When a javascript module is prepared for use on a client there are two major concerns: certain features are already provided by the client, and certain features are not available. Features provided by a client can include http requests, websockets, dom manipulation. Features not available would include tcp sockets, system disk IO.
-