#Hello Edgerunners, welcome to the Night-City.

Welcome!

Readme Cheatsheet

notebook-3 📕 tech cheat-sheet notes Table of Contents: Languages - java - go - python - pep8 - python packaging - php Frontend - ajax - jquery - media queries - bootstrap - data table - bulma Backend - sql - unittest - postgresql - sqlite - django - psycopg2 - python-sqlite3 - mongodb - django-r...

Readme template Cheatsheet

Readme Template Best-README-Template An awesome README template to jumpstart your projects! Explore the docs » View Demo · Report Bug · Request Feature Table of Contents About the Project Built With Getting Started Prer...

Django rest api Cheatsheet

Django REST API cheatsheet Essential Note for api design:In a RESTful API, endpoints (URLs) define the structure of the API and how end users access data from our application using the HTTP methods: GET, POST, PUT, DELETE. Endpoints should be logically organized around collections and elements, bot...

Java Cheatsheet

Java Hello World: public class Main { public static void main(String[] args) { System.out.println("Hello World"); } } compile and run it with: javac filename.java java filename Java Basics // Variables int myNum = 5; float myFloatNum = 5.99f; char myLetter = 'D'; boolea...

Postgresql Cheatsheet

PostgreSQL cheatsheet Install: sudo apt update sudo apt install postgresql postgresql-contrib PSQL Magic words: sudo -u postgres -i Some interesting flags (to see all, use -h or --help depending on your psql version): - -E: will describe the underlaying queries of the \ commands (cool for learn...

Bootstrap Cheatsheet

Bootstrap Cheatsheet Install bootstrap with either local download or CDN <!-- Latest compiled and minified CSS --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Latest compiled JavaScript --> <scr...

Django Cheatsheet

Django Cheatsheet https://docs.djangoproject.com/en/3.2/topics/ Table of Contents: - Installing Django - Models and Databases - Models - ... Installing Django $ pip install Django Always set up a database if you are going to develop a big project and sqlite is not enough. Models and Databases ...

Git Cheatsheet

for seeing conflicted files: git diff --name-only --diff-filter=U ...

Python packaging Cheatsheet

Python Packaging [ ] In your __init__.py files export that classes and functions you want to export. [ ] Create a pypi account [ ] upload your package to github.com [ ] create the files pypi requires setup.py setup.cfg LICENSE README [ ] Upload the package to pypi [ ] Maintain package init.py file...

Unittest Cheatsheet

Unittest Unittest is an test frameowrk written for python. Unittest supports some important concepts in an object-oriented way. Terminology: - test fixture -- A test fixture represents the preparation needed to perform one or more tests, and any associated cleanup actions. This may involve, for exam...

Freelance notes Cheatsheet

Freelance Notes Notes from Jamie Brindles Book Chapter 1: The Surplus Mindset In freelancing the process of finding clients is science not art, never make short-sighted decisions based on fear for not finding clients, everyday 10 million businesses are launched,, and a freelancer can live comfortab...

Media queries Cheatsheet

Media Queries /* Mobile Small --------------------------------------------------------- */ @media screen and (min-width: 0px) and (max-width: 320px) { } /* Mobile Medium --------------------------------------------------------- */ @media screen and (min-width: 321px) and (max-width: 375px) { }...

What's this?

The Night-City version of Hotodogo inspired by Cyberpunk 2077. Not finished yet.

Pinned Message

The Founder and CEO of Infeca Technology.

Developer, Designer, Blogger.

Big fan of Apple, Love of colour.

Feel free to contact me.

反曲点科技创始人和首席执行官。

开发、设计与写作皆为所长。

热爱苹果、钟情色彩。

随时恭候 垂询

Outer Square Inner Square