Skip to content

Instantly share code, notes, and snippets.

@Krishnamurtyp
Krishnamurtyp / mongodb_shell_commands.md
Created May 22, 2024 10:37 — forked from michaeltreat/mongodb_shell_commands.md
Quick Cheat Sheet for Mongo DB Shell commands.

MongoDB Shell Commands Cheat Sheet.

This is a Cheat Sheet for interacting with the Mongo Shell ( mongo on your command line). This is for MongoDB Community Edition.

Preface:

Mongo Manual can help you with getting started using the Shell.

FAQ for MongoDB Fundamentals and other FAQs can be found in the side-bar after visiting that link.

@Krishnamurtyp
Krishnamurtyp / MongoDB+sacred_MongoDB.ipynb
Created March 26, 2024 15:58 — forked from arthurmensch/MongoDB+sacred_MongoDB.ipynb
MongoDB tutorial + sacred examples
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Krishnamurtyp
Krishnamurtyp / TICK stack with Spring Boot 2.0
Created March 18, 2024 03:30 — forked from up1/1.txt
TICK stack with Spring Boot 2.0
$docker-compose up -d
Creating network "tick_default" with the default driver
Creating tick_influxdb_1 ... done
Creating tick_telegraf_1 ... done
Creating tick_kapacitor_1 ... done
Creating tick_chronograf_1 ... done
@Krishnamurtyp
Krishnamurtyp / influxdb-setup.md
Created March 17, 2024 15:38 — forked from travisjeffery/influxdb-setup.md
Guide to setting up InfluxData's TICK stack

Guide to setting up InfluxData's TICK stack

InfluxData's T.I.C.K. stack is made up from the following components:

Component Role
Telegraf Data collector
InfluxDB Stores data
Chronograf Visualizer

-> lmg-train.png<-

The Novice's LLM Training Guide

->Written by Alpin<- ->Inspired by /hdg/'s LoRA train rentry<- !!!warning This guide is being slowly updated. We've already moved to the axolotl trainer.


[TOC2]

@Krishnamurtyp
Krishnamurtyp / LLM.md
Created March 7, 2024 07:47 — forked from rain-1/LLM.md
LLM Introduction: Learn Language Models

Purpose

Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.

Avoid being a link dump. Try to provide only valuable well tuned information.

Prelude

Neural network links before starting with transformers.

@Krishnamurtyp
Krishnamurtyp / git tutorials.md
Created February 25, 2024 12:02 — forked from jaseemabid/git tutorials.md
Awesome git tutorials I am finding here and there
@Krishnamurtyp
Krishnamurtyp / 01-architecting-solutions.md
Created February 21, 2024 07:40 — forked from mikesparr/01-architecting-solutions.md
Study Guide for GCP Professional Cloud Architect exam (notes from refresher course)

Architecting for the cloud

  • Architect solutions to be scalable and reilient
  • Business requirements involve lowering costs / enhancing user experience
  • Keep an eye on technical needs during development and operation

3 Major Questions To Ask

  1. Where is the company coming from
@Krishnamurtyp
Krishnamurtyp / Architecting with Google Kubernetes Engine: Production.md
Created February 21, 2024 07:37
Summary of "Architecting with Google Kubernetes Engine: Production" from Coursera.Org

Learn about Kubernetes and Google Kubernetes Engine (GKE) security; logging and monitoring; and using GCP managed storage and database services from within GKE.

Access Control and Security in Kubernetes and GKE

  • IAM roles and policies for GKE
  • Kubernetes RBAC roles and role bindings
  • Kubernetes pod security policies