Skip to content

Instantly share code, notes, and snippets.

View verticaio's full-sized avatar
💻
Working.....

BabakMammadli verticaio

💻
Working.....
View GitHub Profile
@verticaio
verticaio / powershell.go
Created April 18, 2021 01:55 — forked from brgnepal/powershell.go
Playing PowerShell command via Golang
package main
import (
"bytes"
"fmt"
"os/exec"
"strings"
)
// PowerShell struct
@verticaio
verticaio / redis-benchmark.md
Created March 7, 2020 22:21 — forked from MohamedAlaa/redis-benchmark.md
Redis Benchmark on Google cloud using n1-standard-4 instance
❯ redis-benchmark -p 6379 -P 100 -n 100000 -q
PING_INLINE: 653594.81 requests per second
PING_BULK: 1149425.38 requests per second
SET: 561797.75 requests per second
GET: 800000.00 requests per second
INCR: 746268.62 requests per second
LPUSH: 543478.25 requests per second
RPUSH: 584795.31 requests per second
LPOP: 606060.56 requests per second
@verticaio
verticaio / devsecops.md
Created November 10, 2019 16:37 — forked from apolloclark/devsecops_maturity_model.md
DevSecOps Overview

Overview

DevSecOps has finally become popular within the wider IT industry in 2019. I started as a web developer in 2001, learned about testing automation, system deployment automation, and "infrastructure as code" in 2012, when DevOps has becoming a popular term. DevOps became common after the release of The Phoenix Project in Jan 2013. It has taken 7 years for security to become integrated within the devops methodology. The following is a list of concepts I go through with project owners, project managers, operations, developers, and security teams, to help establish how mature their devops and security automation is, and to help them increase that maturity over time.

Criticality

PII and public facing = high
PII and internal facing = medium
no PII and public facing = medium
no PII and internal facing = low

@verticaio
verticaio / README.md
Created July 13, 2019 20:57 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.