Skip to content

Instantly share code, notes, and snippets.

View jpswelch's full-sized avatar

Jean-Pierre Welch jpswelch

View GitHub Profile
{
"public_identifier": "jeanpierrewelch",
"profile_pic_url": "https://s3.us-west-000.backblazeb2.com/proxycurl/person/jeanpierrewelch/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230815%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230815T234047Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=083efb5609f4c07b54e2e8a75b95b456a5b6e69b5dd38ff24b6d3ba47d582965",
"background_cover_image_url": null,
"first_name": "Jean-Pierre",
"last_name": "Welch",
"full_name": "Jean-Pierre Welch",
"follower_count": null,
"occupation": "Director Of Information Technology at Amalgamated Life Insurance Company, a member of the Amalgamated Family of Companies",
"headline": null,
@jpswelch
jpswelch / AI_Applications_in_the_IT_Department.md
Last active May 10, 2023 02:53
AI and the Future of Work

AI Applications in the IT Department

There are a variety of AI applications that can be implemented in the IT department to improve efficiency, accuracy, and productivity. Some examples of AI applications in the IT department include:

IT Service Management: AI can be used to improve IT service management by automating routine tasks such as incident management, change management, and problem management. This can help to reduce response times and improve the overall quality of service.

Network Management: AI can be used to monitor network performance and identify potential issues before they become major problems. This can help to reduce downtime and ensure that critical applications and services are always available.

Cybersecurity: AI can be used to improve cybersecurity by analyzing network traffic and identifying potential threats in real-time. This can help to prevent cyber attacks and ensure that sensitive data is protected.

@jpswelch
jpswelch / git-deploy-windows-server.md
Last active April 24, 2023 16:59
Git Push / Deploy to Windows Server #git

Deploy Changes from Local environment to another envirionment with Git Push

Go to remoteserver

  • install Git for Windows https://gitforwindows.org/ with the defaults.
  • add git repo folder that you'll push to and create folder where files will reside.
  • initiaze repo
mkdir -p c:\app
mkdir -p c:\repo\app.git
cd c:\repo\app.git
@jpswelch
jpswelch / mssql_database_project_workflow.md
Last active March 27, 2023 20:22
mssql database project workflow #sql #mssql #workflow

requirements

  • vscode
  • mssql extension
  • sql database project

steps

  • mssql connect to database
  • create database project by schema and object type
  • initialize git
  • add .gitignore

WordPress Cleanup Hack

remove unnecessary .htaccess files

find ./wp-includes -type f -name '.htaccess' -exec rm {} \;
find ./wp-admin -type f -name '.htaccess' -exec rm {} \;
find ./wp-content -type f -name '.htaccess' -exec rm {} \;
@jpswelch
jpswelch / alico-document-management-job.md
Created May 23, 2022 14:15
ALICO - Document Management Job

Cesar's Responsibilities:

  • Business new requests:
    • new search for business on onBase ( Client and HTML version )
    • new Teleform templates for indexing of new documents
    • paperless loads into onBase or Teleform (no scanning)
    • onBase OCR setups ( e.g. Finance Journals )
    • Teleform OCR Template (e.g. BFO )
    • setup help and testing for new Workflows connected to onbase
    • new Aperta setups for checks (e.g. RI checks )
@jpswelch
jpswelch / TheRunDownEventRequest.sol
Created May 21, 2022 23:07
TheRunDown Event Request
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
// Contract Address: 0xD0f66Ca18E1E21f4A05fEA0AB684CAEb52716a84
// import "@chainlink/contracts/src/v0.8/ChainlinkClient.sol";
import "https://raw.githubusercontent.com/smartcontractkit/chainlink/develop/contracts/src/v0.8/ChainlinkClient.sol";
// import "@chainlink/contracts/src/v0.8/ConfirmedOwner.sol";
import "https://raw.githubusercontent.com/smartcontractkit/chainlink/develop/contracts/src/v0.8/ConfirmedOwner.sol";
@jpswelch
jpswelch / gitdeploymentsetup.md
Last active May 3, 2022 16:12
setup git with deployment steps #git #development

Installing Git on Centos

sudo yum install git 
git --version

Local Project

git init
@jpswelch
jpswelch / alico-disaster-recovery.md
Last active February 8, 2022 14:43
ALICO - Disaster Recovery

Disaster Recovery Notes

OWOW ClaimsWorkflow V3