
CTO
-
Hion Digital
- Helsinki, Finland
-
13:26
- 3h ahead - 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
291 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More