CTO
-
Hion Digital
- Helsinki, Finland
-
13:48
(UTC +02:00) - https://www.hiondigital.com/
- @pnu
Highlights
- Pro
Pinned Loading
-
ng-prerender-gql-contentful
ng-prerender-gql-contentful Publicdemo prerendering some contentful gql content, check commit log for details..
TypeScript
-
eg. cloud function for querying the ...
eg. cloud function for querying the tensorflow model running on cloud ml 1import * as functions from 'firebase-functions';
23import { google } from 'googleapis';
4const ml = google.ml('v1');
5 -
AWS Lambda@Edge function to trigger ...
AWS Lambda@Edge function to trigger Cognito login and later validate the grant code after redirect. Just a test, not validated for production. 1'use strict';
2const url = require('url');
3const https = require('https');
45const client_id = '…';
-
frc/pubsub-to-bq
frc/pubsub-to-bq PublicPush PubSub data to Bq tables. Discovers the data schema and creates new tables as needed.
TypeScript
-
bedrock-cloudrun-template
bedrock-cloudrun-template PublicDeploy bedrock WP app to GCP Cloud Run
PHP
-
curry.js
curry.js 1const curry = (fn, ...args) =>
2args.length >= fn.length
3? fn(...args)
4: (...x) => curry(fn, ...args, ...x);
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.