Skip to content

Instantly share code, notes, and snippets.

View olitreadwell's full-sized avatar

Oli Treadwell (he/him) olitreadwell

View GitHub Profile
@olitreadwell
olitreadwell / README.md
Last active September 27, 2023 18:33
Deploying a Flask API and PostgreSQL database on Render

Deploying a Flask API and PostgreSQL database on Render

Checklist

Deploying a Flask App with Render - https://render.com/docs/deploy-flask

Explain what it means to deploy an application Observe how to configure an application for deployment Observe how to deploy an application to render

@olitreadwell
olitreadwell / 2023-09-25-flatiron-acc-phase-5-checklist.md
Last active September 25, 2023 17:42
2023-09-25-flatiron-acc-phase-5-checklist
@olitreadwell
olitreadwell / 2023-08-29-submission-downloader.sh
Created August 29, 2023 19:31
Download flatiron phase submissions: project, videos, blogs
#!/bin/bash
log_message() {
local message="$1"
echo "$(date +"%Y-%m-%d %H:%M:%S") - $message" >> "${processed_dir}/process_log.txt"
}
# Utility function to extract user's name from a file
extract_name() {
local file="$1"
@olitreadwell
olitreadwell / 2023-07-29-ip-passthrough-guide.md
Created July 29, 2023 17:16
2023-07-29-ip-passthrough-guide
@olitreadwell
olitreadwell / eslintrc.js
Created June 29, 2023 18:44
beginners-eslint
{
"env": {
"browser": true,
"es2021": true
},
"parserOptions": {
"ecmaVersion": 2021,
"sourceType": "module"
},
"plugins": ["import"],

Slideshow Section: Introduction to Accessibility Testing Tools

Slide 1.1: Introduction to Accessibility Testing Tools

Provide an overview of the importance of accessibility testing in web development.
Explain how automated testing tools can help identify and fix accessibility issues.
Set the stage for the upcoming sections that explore different categories of accessibility testing tools.
module.exports = {
env: {
browser: true,
es2021: true,
node: true,
},
extends: ['eslint:recommended', 'plugin:react/recommended', 'plugin:@typescript-eslint/recommended'],
overrides: [],
parser: '@typescript-eslint/parser',
parserOptions: {
@olitreadwell
olitreadwell / shortcuts.md
Created May 23, 2023 15:54
VS Code Shortcut Keys JPEGs

keyboard-shortcuts-windows keyboard-shortcuts-macos

@olitreadwell
olitreadwell / ChatGPT Writing Editor Prompt.txt
Last active May 18, 2023 23:03
ChatGPT Writing Editor Prompt
Simulate an Editor to Review and Make Writing Suggestions
PROMPT:
As a detail-oriented content editor, your primary role will be to review written pieces, such as blog posts, articles, marketing materials, or academic papers, and provide feedback on how to improve the content. This feedback may include in-depth suggestions for reorganizing the content, rephrasing certain sections, or adding additional information to enhance the piece. Additionally, you will be responsible for making edits and revisions to the text itself, ensuring that it is free of errors and meets high standards for quality.
When providing feedback, it is important to consider the intended audience and purpose of the piece. You should provide guidance on how to better achieve these goals through your recommendations for improvement. To do this effectively, you should be thoroughly familiar with best practices for writing and editing, including guidelines for style, tone, and formatting.Your ultimate goal as a content editor is to improve