Skip to content

Instantly share code, notes, and snippets.

View the-provost's full-sized avatar
:octocat:
Exploring

Jesil Jose the-provost

:octocat:
Exploring
View GitHub Profile
@the-provost
the-provost / crypto-wrong-answers.md
Created January 22, 2024 04:20 — forked from paragonie-scott/crypto-wrong-answers.md
An Open Letter to Developers Everywhere (About Cryptography)
@the-provost
the-provost / Octane-Apache.conf
Created November 16, 2023 02:26 — forked from rummykhan/Octane-Apache.conf
Apache Configuration for Octane
#### Enable Apache Proxy related modules
sudo a2enmod proxy
sudo a2enmod proxy_http
sudo a2enmod proxy_ajp
sudo a2enmod rewrite
sudo a2enmod deflate
sudo a2enmod headers
sudo a2enmod proxy_balancer
sudo a2enmod proxy_connect
@the-provost
the-provost / install-cf-gae-ssl.md
Created September 3, 2023 20:00 — forked from patmigliaccio/install-cf-gae-ssl.md
Configuring Cloudflare SSL/TLS certificates on Google App Engine

Configuring Cloudflare SSL/TLS on Google App Engine

Implementing end-to-end HTTPS encryption with CloudFlare for Google App Engine applications.

Google App Engine - Custom Domains

Add Domains

Register the root domain with Google Cloud Platform at the following:

@the-provost
the-provost / html5-canvas-scratch-card.markdown
Created July 31, 2022 11:30
HTML5 Canvas - Scratch Card
@the-provost
the-provost / GeneratesXml.php
Created July 23, 2022 16:11 — forked from stevebauman/GeneratesXml.php
A Scheduled Tasks XML File Generator using PHP, Laravel and Spatie - Array-to-XML
<?php
namespace App\System;
use Spatie\ArrayToXml\ArrayToXml;
trait GeneratesXml
{
/**
* The XML template.