Category Tech

Technology Related

Docker – get start guide

I’ve discover the love for python language, I’ve tried django route but I think is too complicated for beginning of programming python, then I’ve discover flask, is much simpleper to develop small apps quickly, I’ve try to develop simple app…

SQLite3 Database cheatsheet

For me SQLite can quickly mock-up a database project, it can be run within any program and with any programming language, it does not rely on any rational database management system, it can run directly from the terminal and it…

Gmail mail server settings

Username: username @gmail.com Password: account password Incoming Server (IMAP): imap.gmail.com:993Incoming Server (POP3): pop.gmail.com:995 Outgoing Server (SMTP): smtp.gmail.com:465

GoDaddy mail server setting

Username: username @example.com (this gonna be your domain name) Password: account password Incoming Server (IMAP): example.com:993 (replace my domain name with your domain name)Incoming Server (POP3): example.com:995 (replace my domain name with your domain name) Outgoing Server (SMTP): example.com:465 (replace…