Skip to content

Instantly share code, notes, and snippets.

===================================
IntersectionObserver
--------------------
function createImageObserver() {
lazyImages.length = 0;
lazyImages = [].slice.call(document.querySelectorAll('img[data-src]'));
if ('IntersectionObserver' in window) {
var lazyImageObserver = new IntersectionObserver(function(entries, observer) {
NPX
> npx -p @angular/cli@17.0.0-next.7 ng new the-next
@Verfranc
Verfranc / gist:964a7f26b372122322b2f336bfea9c2f
Created July 26, 2023 03:15
CREATE SELF-SIGNED CERTIFICATE ON WINDOWS 10/11
Domain name, passphrase, and password
--------------------------------------------------
Domain Name: testsite.dev
myca2027: s3creT
csr: s3creT
export password: s3creT
Create the testsite.dev.ext file
--------------------------------------------------
https://toji.github.io/webgpu-gltf-case-study/#a-brief-primer-on-gltf-meshes
AWS Docs
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ConnectToMicrosoftSQLServerInstance.html
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ConnectToMicrosoftSQLServerInstance.html#USER_ConnectToMicrosoftSQLServerInstance.Troubleshooting
https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html
AWS RDS SQL Server Database Restore using S3
https://www.youtube.com/watch?v=aj76RPamXeE
Amazon RDS - Common Issues with native SQL Server backup and restore
https://www.sqlmatters.com/Articles/Amazon%20RDS%20-%20Common%20Issues%20with%20native%20SQL%20Server%20backup%20and%20restore.aspx
https://vkontech.com/
@Verfranc
Verfranc / angular-cli-node-js-typescript-compatiblity-matrix.csv
Created March 15, 2021 14:41 — forked from LayZeeDK/angular-cli-node-js-typescript-rxjs-compatiblity-matrix.csv
Angular CLI, Angular, Node.js, and TypeScript compatibility matrix.
Angular CLI version Angular version Node.js version TypeScript version
- 2.x 6.0.x or later minor version 2.0.x
1.0.6 4.0.x/4.1.x 6.9.x or later minor version 2.2.x
1.1.3 4.0.x/4.1.x 6.9.x or later minor version 2.3.x
1.2.7 4.0.x/4.1.x 6.9.x or later minor version 2.3.x
1.3.2 4.2.x/4.3.x/4.4.x 6.9.x or later minor version 2.4.x
1.4.10 4.2.x/4.3.x/4.4.x 6.9.x/8.9.x or later minor version 2.4.x
1.5.6 5.0.x/5.1.x 6.9.x/8.9.x or later minor version 2.4.x/2.5.x
1.6.7 5.2.x 6.9.x/8.9.x or later minor version 2.5.x
1.7.4 5.2.x 6.9.x/8.9.x or later minor version 2.5.x