Skip to main content

Writing

Thoughts on software design, architecture, and development

Enable remote access to PostgreSQL database server

Often it's good to access databases directly from desktop. Or maybe you want your database server to be different from your application server. Whatever your reason is, the requirement is enabling remote access to your PostgreSQL database server.

Determine MySQL Database Size

Sometimes we want a summery of size consumed by our databases in MySQL engine. This will list all databases that current MySQL user can access and list their size in megabyte.

Add custom Column to Users list table on WordPress

Sometimes it's needed to add extra column on user table to show extra property file a custom meta field or something like this. Let's say you want to list a column called "Customer Since" on user table which will display the registration date of your user.

Sart from data lose, Start from soul!

So it took time to find some unstable VPS provider! I believe stable servers and providers are too mainstream! :P However I'm back with my irregular blogging staff.

ইমেইল কিভাবে কাজ করে? - Basic Explained

একটা ইমেইল ক্লায়েন্ট থেকে মেসেজ টাইপ করে , দরকার হলে কোন ফাইল এটাচ করে পাঠিয়ে দিচ্ছেন প্রাপকের কাছে। কিন্তু কখনো কি ভেবে দেখেছেন এর পিছনে আসলে কি ঘটতেছে? কিভাবে আপনার আউটবক্স থেকে প্রাপকের ইনবক্স পর্যন্ত ইমেইল পৌছে যাচ্ছে? কোন সমস্যা নেই, আজকে আমি ইমেইলের বেজ সিস্টেম নিয়ে আলোচনা করব। আর যারা জানেন তাদের জন্য এটা ছোট্ট একটা রিমাইন্ডার রূপে কাজ করতে পারে।