vince
Public Shopify Rails App
```ruby class PagesController < ApplicationController def install appurl = "xxx.ngrok.io" scope = "readorders, write_products" api_secret = 'shpss_ff12a0f68054056f09ce309e73e3362...
Easy Blender rig
Turn on "Edit" > "Preferences"> "Rigify" "Shift+s" > "Cursor to World Origin" Select Person > "Shift+s" > "Selection to Cursor" "Add" > "Armature" > "Basic Human" "Object Data Properties" Button > ...
How to structure assets as part of an LLC and Trust
Hold assets separately inside an [anonymous] [series] LLC Make living trust own the LLC as part of the estate plan https://royallegalsolutions.com/what-is-the-difference-between-a-will-and-a-trust
Create Final Cut Pro backup
Create new library in external HDD Click on project and drag to new library https://www.youtube.com/watch?v=BjheMLjZVmA
Easy Sauce Recipes
https://www.nytimes.com/2021/07/12/dining/sauce-recipes-condiments-dressings-toppings.html
options to reduce the bite
https://www.cnbc.com/2021/07/12/the-great-wealth-transfer-has-a-big-tax-impact-how-to-reduce-the-bite.html
File trademark
See if trademark is available at https://tmsearch.uspto.gov Learn basics at https://www.uspto.gov/trademarks/basics Register for account at https://account.uspto.gov/profile/create-account Read tut...
Change color of illustrator artboard
File > Document Setup Check "Simulate Colored Paper" Click on the light checkered box color and pick another color Zoom in and out
Rounded corners in Photoshop
Layer > Vector Mask > Reveal All Click "Rounded Rectangle" and select radius of corner Click once > Select size of rectangle to be same as size of image Click "Align to" > "Canvas" and center the ...
Create Vector looking image in Photoshop
Steps: 1. Add Layer mask 2. Add "black" background with polygonal lasso tool on layer mask (Option + click on the mask to see the actual mask) to remove background 3. Add layer with white backgroun...
Install Edge Rails
bash rails new my_app --database=postgresql --master --no-document
Public Shopify Sinatra App
```ruby require 'shopify_api' require 'sinatra' require 'httparty' require 'dotenv' Dotenv.load class App < Sinatra::Base attrreader :tokens APIKEY = ENV['APIKEY'] APISECRET = ENV['APISECR...
Add an email alias on Gmail for a domain in Google Domain
Step 1: Generate your app password On your computer, go to your Google Account. At the left, click Security. Under "Signing in to Google," click App passwords and sign in, if required. If you don...
Build a Rails App With the Shopify Gem
https://www.youtube.com/watch?v=yGxeoAHlQOg&list=PLvQF73bM4-5WfenNbY_lfdOAdTHr65Rxd
Re-enable Google Workspace email delivery
https://support.google.com/a/answer/6248174?hl=en&ref_topic=4445319
TextEdit history/undo/versions
File > Revert To and select "Browse All Versions"
GPG encrypt and decrypt a file with a passphrase
Encrypt the file bash gpg -c example.txt Clear the cache bash echo RELOADAGENT | gpg-connect-agent Decrypt the file bash gpg -d example.txt.gpg
Install Tailwind CSS with Rails 6
https://rubyyagi.com/tailwindcss2-rails6/ https://web-crunch.com/posts/how-to-install-tailwind-css-2-using-ruby-on-rails https://davidteren.medium.com/tailwindcss-2-0-with-rails-6-1-postcss-8-0-964...
First Query to test
Test your token (Replace x123... below with your Wave Access token) bash curl -X POST "https://gql.waveapps.com/graphql/public" \ -H "Authorization: Bearer x12345678901234567890123456789" \ -H ...
Getting Started
Documentation from Wave (https://developer.waveapps.com/hc/en-us/categories/360001114072) Learn GraphQL (https://www.howtographql.com) Example Queries (https://graphql.org/learn/queries)