Wednesday, April 28, 2021

SYNCHRONOUS & ASYNCHRONOUS

When you execute something synchronously, you wait for it to finish before moving on to another task. When you execute something asynchronously, you can move on to another task before it finishes.

Example:

SYNCHRONOUS

You are in a queue to get a movie ticket. You cannot get one until everybody in front of you gets one, and the same applies to the people queued behind you.


ASYNCHRONOUS

You are in a restaurant with many other people. You order your food. Other people can also order their food, they don't have to wait for your food to be cooked and served to you before they can order. In the kitchen restaurant workers are continuously 

Friday, April 23, 2021

Bukhari Sharif Part 1

 Hadith Audio:

http://hadisbangla.org/bukhari-part-1/   From(1 to 496) 

https://soundcloud.com/audiohadith/sets/1stpart (Hadith 120  & 121 in same flie bcz same  hadith)

https://sites.google.com/site/islamicbanglaaudio/home/sahih-bukhari-bangla-audio (Few Hadith audio)

Text: https://www.hadithbd.com/hadith/chapter/?book=1 (সহীহ বুখারী (ইসলামিক ফাউন্ডেশন | Number of Hadith  7053 = ১ম-১০ম খণ্ড, সম্পূর্ণ)

PDF:https://i-onlinemedia.net/3188

[ বুখারী শরীফের বাংলা অনুবাদ হিসেবে ইসলামী ফাউন্ডেশন ও আধুনিক প্রকাশনী এবং তাওহীদ পাবলিকেশন্স-এর অনুবাদগুলোই প্রসিদ্ধ । কিন্তু এর মধ্যে ইসলামী ফাউন্ডেশন ও আধুনিক প্রকাশনী অনুবাদ করতে গিয়ে (বিভিন্ন কারণে) হুবহু আরবি বুখারীর নম্বরগুলো বজায় রাখেন নি। তবে তাওহীদ পাবলিকেশন্স-এর অনুবাদটি এক্ষেত্রে অনন্য। তারা আসল নম্বরটি ঠিক রেখেছেন। শুধু তাই নয়, পাশে ইসলামী ফাউন্ডেশন ও আধুনিক প্রকাশনীর দেয়া নম্বরটিও কোট করেছেন।ইসলামি ফাউন্ডেশন এর প্রকাশিত ১০ টি খন্ডের সকল হাদিস ও তাওহিদ পাবলিকেশন এর ৬ টি খন্ডেই বিদ্যমান আছে। অমরা ইসলামী ফাউন্ডেশন এর বাংলা অনুবাদ টি নিয়ে কাজ করেছি  



আমাদের কর্মব্যস্ত এই জীবনের প্রতিটি সময় প্রোডাক্টিভ ভাবে ব্যবহৃত হয় না। ট্রাফিক জ্যামে বসে থেকে বিরক্ত হই। কাজের চাপে ছোট ছোট বিরতিগুলোতেও আমরা কোয়ালিটি টাইম বের করতে পারি না। যদি আপনি চান ছোট ছোট অবসর গুলোও কাজে লাগুক। চিন্তা কিংবা পেরেশানি নয় কাজের বিরতিগুলো আপনাকে দিক আত্মিক প্রশান্তি তাহলে শুনতে থাকুন প্রিয় নবী সাল্লাল্লাহু আলাইহি ওয়াসাল্লামের সহীহ হাদীসগুলো। মুহূর্তেই কেটে যাবে আপনার সকল ক্লান্তি ও অবসাদ। আনন্দে ভরে যাবে আপনার মন।]

Thursday, April 22, 2021

Flutter App Tree

 


ReST JSON XML

REST API is REpresentational State Transfer Application Programming Interface.

It provides operations (HTTP methods) such as GET(Read), POST(Send), PUT(Edit or Update) used for multiple,PATCH(Edit or Update) used for single variable) and DELETE (Delete data).


JSON stands for JavaScript Object Notation. JSON is a lightweight format for storing and transporting data. JSON is often used when data is sent from a server to a web page.


XML Extensible Markup Language  is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.