-
Updated
Oct 14, 2021 - JavaScript
{{ message }}
A professional front-end template for building fast, robust, and adaptable web apps or sites.
A set of best practices for JavaScript projects
Do's and Don'ts for Android development, by Futurice developers
The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics.
How to improve NGINX performance, security, and other important things.
Best practices for modern web development
Good ideas for iOS development, by Futurice developers.
ASP.NET Boilerplate - Web Application Framework
The Data Engineering Cookbook
Nginx HTTP server boilerplate configs
An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web
Natural Language Processing Best Practices & Examples
Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.
Clean Code concepts adapted for TypeScript
Guide on Domain-Driven Design, Hexagonal architecture, best practices etc.
What would you like added?
Common Platform Enumeration (CPE) is a structured naming scheme for information technology systems, software, and packages. Based upon the generic syntax for Uniform Resource Identifiers (URI), CPE includes a formal name format, a method for checking names against a system, and a description format for binding text and tests to a name.
The usage of CPE naming is
A best practice for tensorflow project template architecture.
Is your feature request related to a problem? Please describe.
Installation script supports only x86_64 architecture. 386 and arm64 are not supported.
Describe the solution you'd like
Detect the machine's architecture and download the relevant release in the install script
Additional context
the relevant file that should be changed should be install.sh and `windows_install.p
In vscode, whenever I set the "extends" property in my tsconfig.json file, webhint gives the following error message:
Unexpected token } in JSON at position 705 (typescript-config/is-valid)
Web Packaging "comes in several layers":
Bundled HTTP Exchanges (Web Bundles):
https://datatracker.ietf.org/doc/html/draft-ietf-wpack-bundled-responses
.wbn file extension = application/webbundle
Signed HTTP Exchanges:
https://tools.ietf.org/html/draft-yasskin-http-origin-signed-responses
.sxg file extension = `application/signe
Add a description, image, and links to the best-practices topic page so that developers can more easily learn about it.
To associate your repository with the best-practices topic, visit your repo's landing page and select "manage topics."
https://github.com/GoogleChrome/lighthouse/blob/master/lighthouse-core/audits/image-size-responsive.js#L149
This is the only audit that saves a separate "elidedUrl" property. All other audits save the result of
URL.elideDataURIto theirurlproperty. We should just seturlto this elided value, and dropelidedUrl. Otherwise, data uir images failing this audit will make the LHR larger th