Open in app

Sign In

Write

Sign In

ওয়াসী (Wasi)
ওয়াসী (Wasi)

177 Followers

Home

About

Dec 25, 2019

‘How to minimize your Google Footprint’ — A brief introduction to your privacy protection on Google

This is an excerpt, please read the whole article here: https://wasi0013.com/2019/12/26/tweaking-data-personalization-settings-of-your-google-account-to-minimize-your-shared-data/ Ever wondered how Google knows what you are looking for? Or, had a creepy feeling that Google knows more about you than you know yourself? If so, read on! Download & Backup all your Google Data Before, I begin, I think it will be fun to…

Google

2 min read

‘How to minimize your Google Footprint’ — A brief introduction to your privacy protection on Google
‘How to minimize your Google Footprint’ — A brief introduction to your privacy protection on Google
Google

2 min read


Oct 4, 2019

Some Useful Code Snippets for Downloading files using Python 3

This is an excerpt. Please, read the Full Article here: https://wasi0013.com/2019/10/04/how-to-download-a-file-from-a-website-link-using-python-script-or-code-snippet/ In this article, I’m going to demonstrate some code snippets that you can utilize to download files from the Internet using Python. I’m assuming you have a strong basic knowledge of python. I’m going to use some python libraries…

Python

2 min read

Some Code Snippets for Downloading files using Python 3
Some Code Snippets for Downloading files using Python 3
Python

2 min read


Jan 13, 2019

The Term “Good Programming” — in a nutshell

‘ভালো প্রোগ্রামিং কি?’ — এ নিয়ে দু’টি কথা This article was originally posted in my personal blog. You can find the English version here প্রোগ্রাম সবাই লিখে, বিশেষ করে আমরা যারা কম্পিউটার সায়েন্স কিংবা ওয়েব ডিজাইন ও ডেভেলপমেন্ট এর সাথে জড়িত তাঁরা সবাই কম বেশী প্রোগ্রামিং করে থাকি। তবে, ভালো প্রোগ্রাম লিখতে কিন্তু সবাই পারে না। এর অন্যতম…

Bangla

6 min read

The Term “Good Programming” — in a nutshell in Bangla
The Term “Good Programming” — in a nutshell in Bangla
Bangla

6 min read


Published in Dreamcatcher IT’s Blog

·Nov 19, 2018

Four Amazing Python Books that I Recommend to Every Beginner

In this article, I’m gonna talk about four python books that I found extremely helpful to harness the power of python. If you are just getting started with Python, I will suggest you to buy and read them sequentially. Start with python doc it’s free! Python’s Documentation is well maintained…

Python

3 min read

Four Amazing Python Books that I recommend to every Beginners
Four Amazing Python Books that I recommend to every Beginners
Python

3 min read


Published in Dreamcatcher IT’s Blog

·Jan 12, 2018

Byte Sized Hacks: Manage dependencies of your Python Project with pipenv

For last couple of years or so, I extensively used virtualenv for maintaining a sand boxed environment for my Python projects with all the dependencies. I followed the typical pattern consisting of creating requirements.txt and updating it time to time by pip freeze > requirements.txt. It enables you to experiment…

Python

4 min read

Byte Sized Hacks: Manage dependencies of your Python Project with pipenv
Byte Sized Hacks: Manage dependencies of your Python Project with pipenv
Python

4 min read


Published in Dreamcatcher IT’s Blog

·Jan 5, 2018

5 Simple Tips for Efficient Web Crawling using Selenium Python

In this article, I will share 5 simple tips that will help you to improve automation of your web scraping bot or crawler that you wrote using python selenium. But, first let me briefly introduce you with python’s selenium module in case, if you are not familiar with it: It…

Python

5 min read

5 Simple Tips for Efficient Web Crawling using Selenium Python
5 Simple Tips for Efficient Web Crawling using Selenium Python
Python

5 min read


Dec 28, 2017

Byte Sized Hacks: Quickly Backup & Restore a Postgresql Database from a .sql Backup File

In this article, I’m gonna write about the fastest way that I’ve discovered so far to backup and restore a Postgresql database using terminal (that worked for me) I’m using Ubuntu 16.04 LTS for this tutorial, and I already have postgresql along with pgadmin III installed. Although, it is not…

Postgres

2 min read

Byte Sized Hacks: Quickly Backup & Restore a Postgresql Database from a .sql Backup File
Byte Sized Hacks: Quickly Backup & Restore a Postgresql Database from a .sql Backup File
Postgres

2 min read


Published in Dreamcatcher IT’s Blog

·Oct 5, 2017

Making a Stand Alone Executable from a Python Script using PyInstaller

This article is also available in English. Please, click here to read the English version. পাইথন স্ক্রিপ্টকে এক্সিকিউটেবলে রূপান্তর করার অনেক গুলো উপায় রয়েছে। উদাহরণ স্বরূপ নিচের মডিউলগুলো চেক করুন: PyInstaller py2exe পাইথন ২ স্ক্রিপ্ট এর জন্যে আমি py2exe ব্যবহার করতাম। ছোটখাটো স্ক্রিপ্টকে খুব সহজেই এক্সিকিউটেবল এ কনভার্ট করার জন্যে…

Python

4 min read

Making a Stand Alone Executable from a Python Script using PyInstaller
Making a Stand Alone Executable from a Python Script using PyInstaller
Python

4 min read


Jul 8, 2017

Byte Sized Hacks: Xubuntu Desktop Disappearance

Problem Description: I don’t know how but, all my desktop icons and files disappeared. Also, the desktop became non-clickable. Rebooting didn’t fix it. The files were accessible via nautilus / File Manager. Solution: I tried many things and failed. Then my intuition started to tingle and say something is wrong with the cache… So I thought of deleting the cache. Removing the desktop sessions stored in the .cache of my home folder and then logging out of the system I logged in and it worked like a charm!

Xubuntu

1 min read

Xubuntu

1 min read


Jun 9, 2017

Byte Sized Hacks: Set Screen Brightness from Terminal using xbacklight(Ubuntu 16.04 LTS)

Found a pretty neat solution for changing screen brightness from terminal. Just open up, your terminal (ctrl+alt+t) and then type xbacklight -set 100 It will set your screen brightness to 100%. You can set any value ranging from 0 to 100. If you don’t have xbacklight package pre-installed then fetch it using the apt: sudo apt update sudo apt install xbacklight There you go! Now you can use xbacklight from terminal. Simple! isn’t it?

Ubuntu

1 min read

Byte Sized Hacks: Set Screen Brightness from Terminal using xbacklight(Ubuntu 16.04 LTS)
Byte Sized Hacks: Set Screen Brightness from Terminal using xbacklight(Ubuntu 16.04 LTS)
Ubuntu

1 min read

ওয়াসী (Wasi)

ওয়াসী (Wasi)

177 Followers

CEO Founder, Dreamcatcher IT

Following
  • Sayed Mahmudul Alam

    Sayed Mahmudul Alam

  • Abu Ashraf Masnun

    Abu Ashraf Masnun

  • Mafinar Khan

    Mafinar Khan

  • Osman Goni Nahid

    Osman Goni Nahid

  • Aniruddha Adhikary (Ani)

    Aniruddha Adhikary (Ani)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech