Skip to content

Instantly share code, notes, and snippets.

View otlichnyy's full-sized avatar

Shashank Mishra otlichnyy

View GitHub Profile
@otlichnyy
otlichnyy / attentio.ai.md
Created August 22, 2024 07:54
attentio ai
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>AI Training Editor</title>
  <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-100 text-gray-900">

Some of the Redis best practices content has moved

This content from this markdown file has moved a new, happier home where it can serve more people. Please check it out : https://docs.microsoft.com/azure/azure-cache-for-redis/cache-best-practices.

NOTE: Client specific guidance listed below is still valid and should still be considered. I will update this document once all content has been moved.

Conventional Commit Messages

See how a minor change to your commit message style can make a difference. Examples

Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs

Commit Formats

Default

@otlichnyy
otlichnyy / .env
Created May 18, 2022 11:31 — forked from degitgitagitya/.env
Next JS + Next Auth + Keycloak + AutoRefreshToken
# KEYCLOAK BASE URL
KEYCLOAK_BASE_URL=
# KEYCLOAK CLIENT SECRET
KEYCLOAK_CLIENT_SECRET=
# KEYCLOAK CLIENT ID
KEYCLOAK_CLIENT_ID=
# BASE URL FOR NEXT AUTH
@otlichnyy
otlichnyy / caprover-deploy-gh-action.md
Last active May 17, 2022 11:58
caprover deploy github action

Deploy to caprover using github action

  • For secret CAPROVER_URL,CAPROVER_APP,CAPROVER_APP_TOKEN see doc,
  • built-image-name is just a temp name for image later we tag with a name CONTAINER_FULL_IMAGE_NAME_WITH_TAG
  • for authentication we use PAT create PAT
  • change <awesome_image> to something meaningful
name: "Caprover Build and Deploy"

on:
  push:
@otlichnyy
otlichnyy / jvzoo-IPN-verification.js
Created March 15, 2022 15:07 — forked from OffS3c/jvzoo-IPN-verification.js
JVZoo IPN verification function (ported from PHP one)
/*
Hello dear developers,
I ported this function for JVZoo IPN verification from PHP one at
(https://jvzoo.zendesk.com/hc/en-us/articles/206456857-JVZIPN-How-to-create-your-own-integrated-script) and
wanted to share that with all fellow devs.
REF: https://jvzoo.zendesk.com/hc/en-us/articles/206456857-JVZIPN-How-to-create-your-own-integrated-script