- Install NPM package
- Install VS Code Project Manager
- Apply Project Manager project.json reference fix.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Customize BASH PS1 prompt to show current GIT repository and branch. | |
# by Mike Stewart - http://MediaDoneRight.com | |
# SETUP CONSTANTS | |
# Bunch-o-predefined colors. Makes reading code easier than escape sequences. | |
# I don't remember where I found this. o_O | |
# Reset | |
Color_Off="\[\033[0m\]" # Text Reset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://reactjs.org/docs/testing-recipes.html | |
import React from 'react'; | |
import ReactDOM from 'react-dom'; | |
import { act } from 'react-dom/test-utils'; | |
import NewComment from '../NewComment'; | |
let div = document.createElement('div'); | |
beforeEach(() => { |
We need to generate a unique SSH key for our second GitHub account.
ssh-keygen -t rsa -C "your-email-address"
Be careful that you don't over-write your existing key for your personal account. Instead, when prompted, save the file as id_rsa_COMPANY
. In my case, I've saved the file to ~/.ssh/id_rsa_work
.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi <Recruiter>, | |
Thanks for your interest in serving me. Please provide your current salary (including awards and President's clubs), a Word Document version of your most up-to-date resume and two recent professional references (within 36 months). The references must be former supervisors/managers capable of speaking about your professional skills and abilities as a recruiter. Provide me with their full name, working title and contact (phone/email) information. | |
Thanks & Regards, | |
Don |
In some cases the IC might determine that a PM meeting for the incident isn't needed.
If the IC decides to waive the meeting please replace the Meeting
section with a
note indicating the meeting has been waived (example: Meeting waived: Paul Mooring
)
- update mac
- $ xcode-select --install
- $ brew reinstall rabbitmq
references:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/dimkir/nightmare-lambda-tutorial | |
zip -r deployment-package.zip index.js lib node_modules -x '*electron/dist*' | |
ls -lh *.zip | |
aws lambda delete-function --function-name nightmare-tut-hello | |
./function.sh | |
aws lambda invoke --function-name nightmare-tut-hello --payload {} done.log && cat done.log |
Serverless Credentialing
Step 1: Create Custom Policy
- select policies
- create policy
- create your own policy
- policy name: ServerlessCloudFormation, description: serverless policy, policy document:
{
NewerOlder