Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View GuruCharan94's full-sized avatar

Gurucharan Subramani GuruCharan94

View GitHub Profile
@GuruCharan94
GuruCharan94 / AzSK-Install.ps1
Last active September 22, 2018 03:10
Getting Started with Secure Devops Kit for Azure
Install-Module AzSK -Scope CurrentUser -AllowClobber -Force
@GuruCharan94
GuruCharan94 / script.ps1
Last active January 5, 2019 17:00
Spinning up MongoDB, PostgreSQL, SQL Server, MySQL and Redis on Azure DevOps Hosted VS2017Agent
# Install Nuget CLI using the Nuget Installer Task before running this
nuget install redis-64 -excludeversion
redis-64\tools\redis-server.exe --service-install; redis-64\tools\redis-server.exe --service-start
# Setup PostgreSQL, MySQL, MongoDB using Chocolatey
choco feature enable -n=allowGlobalConfirmation
choco install mongodb --version 3.6.0
choco install mysql --version 5.7.18
$PGPASSWORD = "Password12!"

Speaker Rider

by Tatiana Mac

Before I'll agree to a speaking event, I try to do as much research I can around the event to ensure it aligns with my ethos. I want to share this in case it's helpful to any other speakers.

👐 Speaking comes with immense privilege. I am grateful to all the conference organisers who have brilliantly hosted me. I would love to continue to exercise this privilege to speak at conferences, and use this privilege to make the landscape more accessible and beneficial to tech's most marginalised and suppressed communities.

😫 I wish I didn't have to, but this is long because I provide a lot of explanations for those of you who never had to consider these things. And I will be honest, most thoughtful conferences I've attended check most of these boxes intrinsically, particularly when conference runners are experienced speakers. They get it.

1️⃣ All of these are based on my own ethos. I don't wish to or attempt to speak on behalf of all conference speake

@GuruCharan94
GuruCharan94 / index.html
Last active August 22, 2022 12:49
Pacman Loader With CSS
<!DOCTYPE html>
<html style="background-color:#000">
<head>
<meta name="viewport" content="width=device-width">
<title> Pacman Loader </title>
<link href="style.css" rel="stylesheet"/>
</head>
<body>
<div class="pacmancontainer hidden-xs ">
<div class="pacman"></div>