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...
            
            
            
        
            
            Aug
                
                
                02
            Pyglet Cheatsheet
            
                Published 08:08 Aug 02, 2020 by @ezra.
            
            
                #Programming# Pyglet
Installation
$ pip install pyglet
````
# Writing Pyglet Application
Hello World:
```python
...
            
            
            
        
            
            Aug
                
                
                02
            Dev cycle Cheatsheet
            
                Published 08:08 Aug 02, 2020 by @ezra.
            
            
                #Programming# Software Development Life Cycle
[ ] Idea
[ ] Planning
[ ] Analysis
[ ] Design
[ ] Implementation
[ ...
            
            
            
        
            
            Aug
                
                
                02
            Scrum Cheatsheet
            
                Published 08:08 Aug 02, 2020 by @ezra.
            
            
                #Programming# 
product backlog
sprint backlog
in progress
testing
documentation
blocked
pushed 
...
            
            
            
        
            
            Aug
                
                
                02
            Ajax Cheatsheet
            
                Published 08:08 Aug 02, 2020 by @ezra.
            
            
                #Programming# Ajax Cheatsheet
XML HTTP Request
var request = new XMLHttpRequest();
request.open('GET', ...
            
            
            
        
            
            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...