Skip to content

Instantly share code, notes, and snippets.

View tghimanshu's full-sized avatar
:atom:
Focusing

Himanshu Gohil tghimanshu

:atom:
Focusing
View GitHub Profile

Hi 👋, I'm Himanshu Kishorbhai Gohil

Full Stack Developer from India

  • 🔭 I’m currently working at Go Digital Consulting Technology LLP

  • 🌱 I’m currently learning Terraform

  • 👨‍💻 All of my projects are available at https://tghimanshu.github.io/

  • 💬 Ask me about Anything Programming

// core node modules
const http = require('http');
const fs = require('fs');
// creating a server
const server = http.createServer((req, res) => {
let url = req.url;
let method = req.method;
// for content in home page
if (url === '/') {
@tghimanshu
tghimanshu / pickRandomComment.js
Created July 2, 2018 14:48 — forked from learncodeacademy/pickRandomComment.js
YouTube Random Comment Selector
const axios = require("axios");
const key = "AIzaSyB9e-dHIvdxxrbmorjYHWipwBKq7LJBhNk"
function getComments(pageToken, allItems = {}) {
const params = {
key,
videoId: "a4haLJdDRmc",
part: "snippet",
maxResults: 100,
pageToken,
@tghimanshu
tghimanshu / sample.md
Created June 3, 2018 17:12 — forked from bradtraversy/sample.md
Markdown Cheat Sheet

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

This text is italic