Cheatsheet

SQL Cheatsheet

A cheatsheet for Structured Query Language(SQL).

Ratan Kulshreshtha published on
11 min, 2065 words

SQL(Structured Query Language) is a domain-specific language used in programming and designed for managing data held in a relational database management system (RDBMS), or for stream processing in a relational data stream management system (RDSMS). This is a concise tldr format cheatsheet for SQL.

Read More

Categories: Cheatsheet

Tags: sql

Bash Cheatsheet

A cheatsheet for linux shell bash.

Ratan Kulshreshtha published on
20 min, 3878 words

The command line is something every developer should learn and implement into their daily routine. In this post we’ll look at the Bash Shell (Bourne Again SHell), which is a command-line interface (CLI) and is currently the most widely used shell.

Read More

Vim Cheatsheet

A cheatsheet for our most beloved text editor Vim.

Ratan Kulshreshtha published on
6 min, 1192 words

This cheatsheet is summarized from personal experience and other online tutorials. It should not be considered as an official advice.

Read More

Categories: Cheatsheet

Tags: vim

Markdown Cheatsheet

Markdown, the better way to write HTML.

Ratan Kulshreshtha published on
9 min, 1608 words

Markdown is a way to style text on the web. You control the display of the document; formatting words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown. Mostly, Markdown is just regular text with a few non-alphabetic characters thrown in, like # or *.

Read More

Categories: Cheatsheet

8 Common Regex

Few most common regex one should know.

Ratan Kulshreshtha published on
1 min, 126 words

Regular expressions are a language of their own. When you learn a new programming language, they're this little sub-language that makes no sense at first glance. Below are eight regular expressions that you should know for your next coding project.

Read More

Categories: Cheatsheet

Tags: regex