Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View chaithanya008's full-sized avatar

krishna chaithanya chaithanya008

View GitHub Profile
@chaithanya008
chaithanya008 / javascript-typescript-jsts-jt.code-snippets
Created April 21, 2021 10:47 — forked from stefanpl/javascript-typescript-jsts-jt.code-snippets
Collection of vscode snippets for JavaScript/TypeScript
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript,javascriptreact,typescriptreact",
@chaithanya008
chaithanya008 / vscode_shortcuts.md
Created February 6, 2021 13:07 — forked from bradtraversy/vscode_shortcuts.md
Helpful shortcuts for VSCode

VSCode Shortcuts

List of helpful shortcuts for faster coding

If you have any other helpful shortcuts, feel free to add in the comments of this gist :)

Official List of all commands

@chaithanya008
chaithanya008 / deploy-static-site-heroku.md
Created January 22, 2021 02:11 — forked from wh1tney/deploy-static-site-heroku.md
How to deploy a static website to Heroku

Gist

This is a quick tutorial explaining how to get a static website hosted on Heroku.

Why do this?

Heroku hosts apps on the internet, not static websites. To get it to run your static portfolio, personal blog, etc., you need to trick Heroku into thinking your website is a PHP app. This 6-step tutorial will teach you how.

Basic Assumptions

@chaithanya008
chaithanya008 / media-query.css
Created August 12, 2020 10:58 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS
@chaithanya008
chaithanya008 / zipcodes.germany.sql
Created August 11, 2020 12:13 — forked from iteufel/zipcodes.germany.sql
German Zip codes with coordinates and names
This file has been truncated, but you can view the full file.
# ************************************************************
# Sequel Pro SQL dump
# Version 4541
#
# http://www.sequelpro.com/
# https://github.com/sequelpro/sequelpro
#
# Host: 127.0.0.1 (MySQL 5.7.16-0ubuntu0.16.04.1)
# Generation Time: 2016-12-21 12:35:15 +0000
# ************************************************************