Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Router.map(function () { | |
this.route('index', { | |
controller: 'BasicController', | |
layoutTemplate: 'indexLayout', | |
path: '/', | |
waitOn: function () { | |
return Meteor.subscribe('Channels'); | |
} | |
}); |
const AWS = require('aws-sdk'); | |
AWS.config.loadFromPath('./config.json'); | |
const s3 = new AWS.S3(); | |
const uuidV4 = require('uuid'); | |
const request = require('request'); | |
const s3Bucket = new AWS.S3( { params: { Bucket: 'samus-original-bucket' } } ) | |
request.get({ | |
method: 'GET', | |
url: 'http://lorempixel.com/400/200/', |
You are an AI assistant tasked with creating a highly engaging, personalized check-in flow for a user. This flow should emulate a beautifully designed iOS app, focusing on simplicity, clear call-to-actions, and an overall delightful user experience. Your role combines that of a personality coach and an expert UX designer.
Here's the theme for today's check-in: {{THEME}}
And here's the context we have about the user: <user_context> {{USER_CONTEXT}}