Aug
02
Londonist Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# server starting
mysql
sudo mysql -u root -- connects to the mysql command line
data grip
snap fin...
Aug
02
Academic report Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Academic Report
Introduction -- In the introduction to your academic report, you present the resear...
Aug
02
Readme Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# notebook-3
📕 tech cheat-sheet notes
Table of Contents:
Languages
- java
- go
- python
- pep8
- p...
Aug
02
Readme template Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Readme Template
Best-README-Template
An awesome README template t...
Aug
02
Django rest api Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Django REST API cheatsheet
Essential Note for api design:In a RESTful API, endpoints (URLs) define ...
Aug
02
Java Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Java
Hello World:
public class Main {
public static void main(String[] args) {
System.out.prin...
Aug
02
Postgresql Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# PostgreSQL cheatsheet
Install:
sudo apt update
sudo apt install postgresql postgresql-contrib
PSQ...
Aug
02
Bootstrap Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Bootstrap Cheatsheet
Install bootstrap with either local download or CDN
<!-- Latest compiled and...
Aug
02
Django Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Django Cheatsheet
https://docs.djangoproject.com/en/3.2/topics/
Table of Contents:
- Installing Djan...
Aug
02
Git Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming#
for seeing conflicted files:
git diff --name-only --diff-filter=U
...
Aug
02
Python packaging Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Python Packaging
[ ] In your __init__.py files export that classes and functions you want to export...
Aug
02
Unittest Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Unittest
Unittest is an test frameowrk written for python. Unittest supports some important concepts...