Date
May. 19th, 2024
 
2024年 4月 12日

Posts Archived at 2020 #1

A Developer's Faux Pas
Nov
09
Python Handbook
Published 10:11 Nov 09, 2020 by @ezra.
#Programming# Introduction to Python Python is literally eating the programming world. It is growing in popularit...
Oct
30
1800 miles
Published 11:10 Oct 30, 2020 by @ezra.
#Feelings# We’re 1,800 miles apart but it might as well be a million. Not like it would matter even if we were ...
Oct
30
Hey. Things are getting bad again
Published 11:10 Oct 30, 2020 by @ezra.
#Feelings# You made me promise to tell you when things were getting worse again but I just can’t. Something tel...
Oct
29
Just for a little while
Published 11:10 Oct 29, 2020 by @ezra.
#Feelings# Dear you, I just want to fill that void of emptiness if only for a little while. I know I’m going ...
Oct
24
New file types to Win10 Context Menu
Published 14:10 Oct 24, 2020 by @ezra.
#Technology# You can add a new file type to the New item section of the Windows 10 Context Menu, but you will hav...
Aug
26
You're everywhere
Published 11:08 Aug 26, 2020 by @ezra.
#Feelings# I started feeling you a couple of days ago, after all this time, after thinking it isn't going to ha...
Aug
15
Windows Powercfg
Published 17:08 Aug 15, 2020 by @ezra.
#Windows# Here's how you import/export your Power Configuration on Windows. List powercfg -list Export Expor...
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 docstr...
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="style...
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...
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', 'https://aj...
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...
Aug
02
Freelance notes Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Freelance Notes Notes from Jamie Brindles Book Chapter 1: The Surplus Mindset In freelancing the pr...
Aug
02
Media queries Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Media Queries /* Mobile Small --------------------------------------------------------- */ @media s...
Aug
02
Sqlite Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# SQLite Installing update $ sudo apt install sqlite3 And to run the sqlite program you do $ sqlite3...
Aug
02
Mongodb Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# MongoDB MongoDB is an open-source document database and leading NoSQL database. MongoDB is written i...
Aug
02
Data table Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Data Table While working with data tables if you want to populate the table from an ajax call, you h...
Aug
02
Python sqlite Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Sqlite - Python Driver import sqlite3 from sqlite3 import Error try: conn = sqlite3.connect('ex...
Jul
11
I crashed in to you
Published 02:07 Jul 11, 2020 by @ezra.
#Feelings# I crashed in to you. Or maybe you crashed into me. You could’ve at least killed me. Put me out of my...
Jul
04
光彩
Published 04:07 Jul 04, 2020 by @ezra.
#Feelings# 这两年多最深的感受是,不是我在度过时间,而是时间在度过我。以前总是相信这个世上有一直不变的东西存在,但以前的快乐以前的好也都不算数的,多数人只会记得当下,不论是谁系上的结,最终都是要自己解开,所以大概...
Jul
03
Autoremove for Arch Linux
Published 16:07 Jul 03, 2020 by @ezra.
#UNIX/Linux# 在 Debian 体系的 Linux 发行版所使用的包管理器 APT 中有一个 autoremove 指令可以用来自动移除不需要的依赖包,那么,是否在 Arch Linux 中也可以使用类似的指令呢...
Jun
29
I don’t even know
Published 02:06 Jun 29, 2020 by @ezra.
#Feelings# I don’t even know if I am going to send this to you, but I figured I should write these thoughts dow...
Jun
28
Goodbye?
Published 23:06 Jun 28, 2020 by @ezra.
#Feelings# When you’re far from me I realize just how much I love you. I want to feel you close to me in every ...
Jun
24
Stop taking over the rEFInd boot manager
Published 05:06 Jun 24, 2020 by @ezra.
#Technology# How to stop macOS updates from taking over the rEFInd boot manager? Well, by default, rEFInd is inst...
Jun
22
Free Failing
Published 15:06 Jun 22, 2020 by @ezra.
#Feelings# Laying here, thinking of you. The house is quiet. The air is still. But inside my chest, my heart ga...
Jun
17
Miss you more than I'm allowed to
Published 17:06 Jun 17, 2020 by @ezra.
#Feelings# I think I miss you more than I am allowed to. I can't tell if it's because the world is rotting in i...
Jun
14
Therapy
Published 03:06 Jun 14, 2020 by @ezra.
#Feelings# Sometimes I wish I had never met you. I miss you very much and I would like to contact you, but I kn...
May
27
The one thing I did not say
Published 01:05 May 27, 2020 by @ezra.
#Feelings# As tears streamed down your face in our last few hours together and you sobbed into my chest, I want...
May
26
Sadly, no one else compares
Published 00:05 May 26, 2020 by @ezra.
#Feelings# I’m missing right now. I miss your smile, your eyes and your free spirit personality. I shouldn’t mi...
May
20
Te Quiero Lento
Published 12:05 May 20, 2020 by @ezra.
#Feelings# Quiero cada día pasarlo junto a ti Quiero tus caricias antes de dormir Quiero que me cuentes qué te ...
May
20
Is it okay?
Published 11:05 May 20, 2020 by @ezra.
#Feelings# I know things have changed. we've both turned our pages, started new chapters. But I just wanted to ...
May
19
Lines
Published 23:05 May 19, 2020 by @ezra.
#Feelings# The lines between us are for me to draw. Penciled in. Pounded down. Bled out and blurred like my sig...
May
18
The Theme Toggler
Published 12:05 May 18, 2020 by @ezra.
#Programming# So, I am trying to add in a very simple method of switching between 2 stylesheets/themes. Switch The...
May
16
Dear You
Published 03:05 May 16, 2020 by @ezra.
#Feelings# It's me again. I’m not sure why you have such a strong hold on my heart. I went years without though...
May
15
It’s Still Just You
Published 04:05 May 15, 2020 by @ezra.
#Feelings# I can’t pinpoint why you’re special. I can’t pinpoint why I think of you Every. Single. Day. I’ve do...
May
13
Now we are strangers
Published 03:05 May 13, 2020 by @ezra.
#Feelings# if things had been different then we would be together now. or even still in contact every now and t...
May
11
Feel
Published 23:05 May 11, 2020 by @ezra.
#Feelings# I need to feel you again, but better, closer. Just us. I want see the energy with my eyes. You find ...
May
10
Wonderful Weather
Published 16:05 May 10, 2020 by @ezra.
#Feelings# I wish I could tell you everything on my mind. I’ve been dying to. I’ve been dying to let it out, le...
May
10
PMP Cheatsheet
Published 15:05 May 10, 2020 by @ezra.
#Project Management# Project Selection PV = FV / (1+r)n FV = PV * (1+r)n NPV = Pic...
May
09
Falling
Published 04:05 May 09, 2020 by @ezra.
#Feelings# The excitement of this is addicting. The process of getting to know someone new, letting you into my...
May
08
Disable Automatic iOS Backup
Published 16:05 May 08, 2020 by @ezra.
#Technology# When you sync your iPhone or iPad with iTunes, it triggers an automatic backup. Whilst it's a sensib...
May
08
Unsent Letter
Published 08:05 May 08, 2020 by @ezra.
#Feelings# This is just another letter to you, knowing you won't speak to me, but as a chance to say the things...
May
08
Sky
Published 02:05 May 08, 2020 by @ezra.
#Feelings# The sky is full Of swirling color: Pinks and oranges And yellow-hued quiet; Every morning you Choose...
May
07
24/7
Published 12:05 May 07, 2020 by @ezra.
#Feelings# You have done things to positively change my view on the world on an astronomical level. I've never ...
Apr
30
To C
Published 12:04 Apr 30, 2020 by @ezra.
#Feelings# Almost every morning I wake up having had an amazing dream with you in it before I come back to the ...
Apr
29
Far apart but close at heart
Published 12:04 Apr 29, 2020 by @ezra.
#Feelings# To my love far apart but close at heart, I've never loved anyone the way I love you. I love how we f...
Apr
28
Mind is a Prison
Published 12:04 Apr 28, 2020 by @ezra.
#Feelings# All I need, all I want, all I find, all I am, and ever was, is compromised. Cause there's no one to ...
Apr
27
No Contact
Published 12:04 Apr 27, 2020 by @ezra.
#Feelings# I know why. And understand that this is how it has to be. My silence is because I love you. Not beca...
Apr
23
I Wish
Published 12:04 Apr 23, 2020 by @ezra.
#Feelings# i wish i didn’t love you. i wish my heart would stop aching for you. i wish i’d stop dreaming about ...
Apr
08
Flatpak - a security nightmare - 2 years later
Published 15:04 Apr 08, 2020 by @ezra.
#UNIX/Linux# Flatpak - a security nightmare - 2 years later Two years ago I wrote about the heavily-pushed Flatpa...
Apr
08
Combining QuerySets in Django
Published 11:04 Apr 08, 2020 by @ezra.
#Programming# QuerySet the Django Way Django's documentation is pretty straightforward about the QuerySet API. It...
Apr
03
Emmet Cheatsheet
Published 14:04 Apr 03, 2020 by @ezra.
#Programming# .ch-snippet__name { color: #f0f0f0; } .ch-snippet__value, .ch-snippet__value_undefined { co...
Feb
13
项目经理的生存之道
Published 13:02 Feb 13, 2020 by @ezra.
#Project Management# 知识体系篇: 流程篇: 工具篇: 模板篇: 技能篇: ...
Jan
28
Deploy Django with Gunicorn and Ngnix
Published 18:01 Jan 28, 2020 by @ezra.
#Programming# 准备 首先要更新软件源,以 Ubuntu 为例: $ sudo apt-get update -y 安装 python3、virtualenv、nginx、sqlite3、openssl: $ s...
Jan
23
Complete Python Cheatsheet
Published 14:01 Jan 23, 2020 by @ezra.
#Programming# Basic cheatsheet for Python mostly based on the book written by Al Sweigart, Automate the Boring Stu...
Prev
1 2 3 4 5 6 7
Next
Prev
1 2 3 4 5 6 7
Next
Pinned Message
HOTODOGO
I'm looking for a SOFTWARE PROJECT DIRECTOR / SOFTWARE R&D DIRECTOR position in a fresh and dynamic company. I would like to gain the right experience and extend my skills while working in great teams and big projects.
Feel free to contact me.
For more information, please view online résumé or download PDF
本人正在寻求任职 软件项目经理 / 软件技术经理 岗位的机会, 希望加⼊某个新鲜⽽充满活⼒的公司。
如有意向请随时 与我联系
更多信息请 查阅在线简历下载 PDF