Skip to content

Instantly share code, notes, and snippets.

@dankush
dankush / ex_co_gantt_chart_qa_strtegy.mmd
Last active April 20, 2025 09:04
revised timeline concept tailored to the ad server test strategy, emphasizing automation, CI/CD, continuous feedback, and potential AI enhancements:
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dankush
dankush / .ipynb
Last active January 29, 2025 08:37
מחברת שיעור זיהום אוויר.ipynb
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": [],
"authorship_tag": "ABX9TyMaCK9z9ItcYZw0Hyly2ccx",
"include_colab_link": true
},
"kernelspec": {
@dankush
dankush / docker_log_analysis_exercise.md
Last active November 13, 2024 22:10
Docker Log Analysis and Troubleshooting Exercise

Docker Log Analysis and Troubleshooting Exercise

Objective

Deploy a Flask application in a Docker container, generate an error log, and use Docker commands to diagnose the issue.

Instructions

1. Access Play with Docker

@dankush
dankush / test_pdf_download.py
Last active August 28, 2021 20:53
test_pdf_download
# -*- coding: utf-8 -*-
'''
DESCRIPTION
Test Download PDF
AUTHOR
Dan Kushner
'''
from http import HTTPStatus # https://docs.python.org/3/library/http.html
from pathlib import Path
import requests
@dankush
dankush / 1_other.sh
Last active December 11, 2021 21:37
Explorium_automation
# --------------- AWS --------------------------------
# Another aspect to consider in your setup is how you’ll interact with the cloud.
# Two tools I recommend are the AWS Command Line Interface (CLI) and HashiCorp Terraform.
# 1) AWS CLI
# Installing the AWS CLI is a two step process: install the tool with Homebrew and then configure it with your credentials.
# Installation is simple:
% brew install awscli
CREATE TABLE web_server
(
id INT PRIMARY KEY NOT NULL,
sisenseOwnerid character varying(720),
isTrial character varying(60),
it character varying(60),
duration double precision,
@dankush
dankush / 1_k8s.sh
Last active March 4, 2022 21:34
Sisense_automation
# (1) Tips and tricks for k8s usage
#Link to the k8s dash:
https://<ip>:6443/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#/pod?namespace=sisense
kubectl cluster-info
# k8s outocompletion bash
kubectl completion bash
source <(kubectl completion bash)
@dankush
dankush / linux2linux.md
Last active July 8, 2019 15:37
K8s Sisense assets restore

K8s Sisense assets restore

Supported:

  • Cubes dbfarms
  • MongoDB
  • Zookeeper
  • Plugins

Steps for the restore process:

@dankush
dankush / linux2linux.md
Last active October 6, 2020 17:09
K8s Sisense assets collector

K8s Sisense assets collector

Supported:

  • Cubes dbfarms
  • MongoDB
  • Zookeeper
  • Plugins

Steps for the backup process: