
Aug
02
SQL Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# SQL
SQL is a standard language for storing, manipulating and retrieving data in databases.
Basics (C...

Aug
02
PHP Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# PHP framework
Hello World:
<body>
<?php echo "Hello, World!";?>
</bod...

Aug
02
Londonist query errors Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Query Errors
Please help me fix the queries down below for their intended output:
Total Students By ...

Aug
02
Jquery Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Jquery
jQuery is a lightweight, "write less, do more", JavaScript library. jQuery also simplifies a ...

Aug
02
Pep8 Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# PEP8 Standarts
#! /usr/bin/env python
# -*- coding: utf-8 -*-
"""This module's do...

Aug
02
Go Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# GO Lang Cheatsheet
Hello World
File hello.go:
package main
import "fmt"
func main() {
...

Aug
02
Python Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Python cheatsheet
Basics
Advanced
# With *args you can pass on parameters
# with already defined va...

Aug
02
Jsslider Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Js Slider
{% extends 'base.html' %}
{% load static %}
{% block css_link %}
<link rel=&qu...

Aug
02
Bulma Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Bulma Cheatsheet
Installation
Bulma is a CSS file, you can include it with just basic css and html f...

Aug
02
Psycopg2 Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Psycopg2
This cheatsheet is about the psycopg2 packet.
Installation:
$ pip install psycopg2
instal...

Aug
02
Engineer 10 principles Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# 10 principles to live by as a Software Engineer:
1) Don’t blame people for bugs and outages; improve...

Aug
02
Nginx Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming#
tail -f /var/log/nginx/error.log -- for viewing error logs in nginx
Django setup cheat sheet
nginx...