Skip to content

Instantly share code, notes, and snippets.

View ialtafshaikh's full-sized avatar
🏠
Working from home

Altaf Shaikh ialtafshaikh

🏠
Working from home
View GitHub Profile
@ganny26
ganny26 / kafka.md
Last active December 8, 2020 09:32
Kafka

run zookeeper

./windows/zookeeper-server-start.bat ../config/zookeeper.properties

run kafka

./kafka-server-start.bat ../../config/server.properties

run confluent kafka rest proxy

sh ./kafka-rest-start ../etc/kafka-rest/kafka-rest.properties

create a topic

@ganny26
ganny26 / Closures.md
Last active December 8, 2020 09:32
Closures.md

To know more bout execution context and lexical environment read here

Used in higher order functions read here

Closure

Example 1

@PurpleBooth
PurpleBooth / README-Template.md
Last active June 30, 2024 00:35
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@tylerbuchea
tylerbuchea / JSKeyCodes
Created December 17, 2013 19:58
List of JavaScript key codes.
backspace 8
tab 9
enter 13
shift 16
ctrl 17
alt 18
pause/break 19
caps lock 20
escape 27
page up 33
@digitaljhelms
digitaljhelms / gist:4287848
Last active June 28, 2024 13:53
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch