Category: Complete Courses

SCJP Training: Lesson 6: Collections / Generics #Java Short Notes #SCJP

Object Ordering Object as a Superclass Generic Types Declaring Classes Defining an Interface Passing Information to a Method or Constructor Returning a Value from a Method Generic Types Generic Methods and Constructors Wildcards Algorithms From: http://sitestree.com/?p=5053 Categories:Java Short Notes, SCJPTags: Post Data:2012-07-21 07:53:36 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-training-lesson-6-collections-generics-java-short-notes-scjp/

SCJP Training: Lesson 7: Fundamentals #Java Short Notes #SCJP

Controlling Access to Members of a Class Using Package Members Command-Line Arguments Command-Line I/O Objects Passing information to a Method or Constructor Using Objects Managing Source and Class Files Assignment, Arithmetic, and Unary Operators Equality, Relational, and Conditional Operators Object as a Superclass Comparing Strings and Portions of Strings From: http://sitestree.com/?p=5054 Categories:Java Short Notes, SCJPTags: …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-training-lesson-7-fundamentals-java-short-notes-scjp/

SCJP Training: Lesson 3: API Contents #Java Short Notes #SCJP

The Number Classes Characters Strings The StringBuilder Class Character Streams (FileReader, FileWriter) Buffered Streams (BufferedReader, BufferedWriter) Formatting (PrintWriter) File Objects (File) Data Streams Object Streams Manipulating Characters in a String (String split method) Methods of the Pattern Class Methods of the Matcher Class Scanning Formatting Formatting (PrintWriter, formatting parameters) Formatting Numeric Print Output (formatting parameters) …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-training-lesson-3-api-contents-java-short-notes-scjp/

SCJP Training: Lesson 4: Concurrency #Java Short Notes #SCJP

Defining and Starting a Thread The SimpleThreads Example Thread Interference Memory Consistency Errors Synchronized Methods Intrinsic Locks and Synchronization Atomic Access Guarded Blocks From: http://sitestree.com/?p=5051 Categories:Java Short Notes, SCJPTags: Post Data:2006-11-03 06:59:23 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-training-lesson-4-concurrency-java-short-notes-scjp/

SCJP Training: Lesson 5: OO Concepts #Java Short Notes #SCJP

Inheritance Inheritance Overriding and Hiding Methods Using the Keyword super Overriding and Hiding Methods Defining Methods Using the Keyword super From: http://sitestree.com/?p=5052 Categories:Java Short Notes, SCJPTags: Post Data:2009-12-15 16:31:08 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

Permanent link to this article: http://bangla.sitestree.com/scjp-training-lesson-5-oo-concepts-java-short-notes-scjp/

SCJP Essential Knowledge #Java Short Notes #SCJP

int x=5; String y=”3″; System.out.print(x + 1 + y); Output: 63 When there is no live reference to an object, the object becomes eligible for garbage collection. The concrete interface method implementation must be public. When a class implements Comparator, it must implement a compare method. When a class implements Comparable, it must implement a …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-essential-knowledge-java-short-notes-scjp/

SCJP Training: Lesson 1: Develop code that declares classes (including abstract and all forms of nested classes), interfaces, and enums, and includes the appropriate use of package and import statements (including static imports). #Java Short Notes #SCJP

Declaring Classes Abstract Methods and Classes Nested Classes Interfaces Enum Types Creating and Using Packages Using Package Members (import statements, static imports) Defining an Interface Implementing an Interface Abstract Methods and Classes Primitive Data Types Arrays Enum Types Understanding Instance and Class Members Variables Declaring Member Variables Understanding Instance and Class Members Passing Information to …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-training-lesson-1-develop-code-that-declares-classes-including-abstract-and-all-forms-of-nested-classes-interfaces-and-enums-and-includes-the-appropriate-use-of-package-and-import-statemen/

SCJP Training: Lesson 2: Flow Control #Java Short Notes #SCJP

The if-then and if-then-else Statements The switch statement The for Statement The while and do-while Statements Branching Statements Questions and Exercises:Classes (assertion example) Catching and Handling Exceptions The try Block The catch Blocks The finally Block Putting It All Together The Catch or Specify Requirement Specifying the Exceptions Thrown by a Method Putting It All …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-training-lesson-2-flow-control-java-short-notes-scjp/

SCJP: Rules #Java Short Notes #SCJP

A class’s superclasses don’t have to implement Serializable in order to be serialized if a superclass doesn’t implement Serializable then it’s constructor will run during deserialization A transient variable’s state is lost during serialization, but a volatile variable’s state is not lost Java:Volatile variable Transient Variable NumberFormat, Calendar, DateFormat are abstract classes. Use the getInstance …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-rules-java-short-notes-scjp/

SCJP: Short Notes #Java Short Notes #SCJP

For the package package com.sun2;public enum Seasons {SUMMER, FALL, WINTER, SPRING} Valid import statements are: import com.sun2.Seasons; // the class import static com.sun2.Seasons.*; //all enum valuesimport static com.sun2.Seasons.FALL; //only one enum value An interface can extend many interfaces Interfaces can have variables, overrides and overloads An enum can have methods and can override those methods …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-short-notes-java-short-notes-scjp/

SCJP: More Rules #Java Short Notes #SCJP

java -classpath gFolder/Game.jar civilization.java: In such command, -classpath will override (replace) CLASSPATH environment variable. java -classpath gFolder/Game.jar civilization.java: if both gFolder and current directory contain Game.jar then the jar file under gFolder will be used. If you want java compiler to recognize your jar file, either you have to mention the location of the jar …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-more-rules-java-short-notes-scjp/

SCJP Practice Exams #Java Short Notes #SCJP

Check these practice exams. Be careful that many java rules may have changed over the time. Check that which jdk version or the exam these practice exams support http://www.jchq.net/mockexams/exam2.htm 20 practice exams Java Ranch JavaRanch Self Tester Marcus Green’s Mock Exam 1 Marcus Green’s Mock Exam 2 Marcus Green’s Mock Exam 3 Sun’s SCJP2 Site …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-practice-exams-java-short-notes-scjp/

SCJP: Basic Java I/O #Java Short Notes #SCJP

ByteStream is the basic I/O stream. Handles data as a stream of bytes. Does operation with byte unit and uses 8 bit. FileInputStream, FileOutputStream – can be used to copy files as byte by byte. Character Streams: FileReader and FileWriter are character streams. They treat file data as 16 bit unicode charater streams. InputStreamReader, OutputStreamWriter …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-basic-java-i-o-java-short-notes-scjp/

SCJP: Java Concurrency #Java Short Notes #SCJP

Java High Level Concurrency Objects constructors cannot be synchronized Liveness of multi-threaded applications Immutable Objects An application may have one or more processes. A process may have one or more threads. Two ways to create threads Thread.sleep(4000); To pause a thread. The time like 4000 ms is really dependent on the os and not precise …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-java-concurrency-java-short-notes-scjp/

SCJP: Class Declarations #Java Short Notes #SCJP

class declarations Start with modifiers such as public, private followed by class keyword The class name, with the initial letter capitalized The name of the class’s parent (superclass), preceded by the keyword extends (if any). A class can only extend (subclass) one parent. list of interfaces implemented by the class, preceded by the keyword implements …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-class-declarations-java-short-notes-scjp/

SCJP: Interfaces #Java Short Notes #SCJP

Interface An interface is a reference type, similar to a class Interfaces can contain only constants, method signatures, and nested types No method is implemented Interfaces cannot be instantiated They can only be implemented by classes or extended by other interfaces Interfaces are not part of the class hierarchy A class can implement multiple interfaces …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-interfaces-java-short-notes-scjp/

SCJP: Random Stuffs #Java Short Notes #SCJP

An enum may NOT be declared in a method An enum can be imported If the JVM has a choice, it will select a method without varargs before selecting a method with varargs When enums are equal, both .equals and == always return true The headMap() method returns the portion of the map whose keys …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-random-stuffs-java-short-notes-scjp/

Java : SCJP: Important Resources #Java Short Notes #SCJP

How to use generics to avoid runtime errors. More Generics Class casting in Java: How to avoid runtime exception – ClassCastException: overloading, overriding, variable and method hiding Java HotSpot virtual machine What Java Technology can do? Offers from Java Technology Java:Common Problems (and Their Solutions) Benefits of OOP: Modularity, Information-hiding, Code re-use, Pluggability and debugging …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/java-scjp-important-resources-java-short-notes-scjp/

SCJP: Flow controls and exception #Java Short Notes #SCJP

Flow Control and ExceptionsFlow control statements Conditional: if, if-else and switch-case Looping: for, while, do-while Exception handling: try-catch-finally, throw Ad hoc flow control: break, continue with or without labels switch statement switch(expression){ case ConstantExpression: statement(s); case ConstantExpression: statement(s); . . . default: statement(s); } expression: must be char, byte, short, or int, or a compile-time …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-flow-controls-and-exception-java-short-notes-scjp/

SCJP: Classpath and Jar #Java Short Notes #SCJP #Blog

Java certification exams like SCJP test your knowledge about java classpath. Check here for an excellent resource on the topic . System classpath We can specify classpath in the command line or make use of a `system’ class path. The IDEs have their own way of maintaining class paths. System class paths will be used …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-classpath-and-jar-java-short-notes-scjp-blog/

SCJP: Java Operators #Java Short Notes #SCJP

Exams like SCJP test your understanding of Java operators and how to use them like: assignment operators: =, +=, -=arithmetic operators: +, -, *, /, %, ++, –relational operators: < , , >=, ==, !=logical operators: &, |, ^, !, &&, ||conditional operators: ? : Also operators to check the equality of two objects or …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-java-operators-java-short-notes-scjp/

SCJP: Language Fundamentals #Java Short Notes #SCJP

Class declaration and java source file. Only “one” top-level public class is allowed per java source file. The name of the java source file and the name of the top-level public class MUST be the same. If no public class is there in a file, after compiling separate class files will be created for all …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-language-fundamentals-java-short-notes-scjp/

SCJP: Garbage Collection #Java Short Notes #SCJP

Garbage Collection Java itself does memory management. You do not need to allocate memory at the time of object creation; also you do not need to free memory explicitly Object is created either on the heap or on a stack Memory heap: Objects created with new keyword are placed in heaps. This memory remains allocated …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-garbage-collection-java-short-notes-scjp/

JAVA: Some links: useful for exams like scjp/scja #Java Short Notes #SCJP #Blog

Assertions in Java: http://java.sun.com/j2se/1.4.2/docs/guide/lang/assert.html Enum in Java:http://www.java2s.com/Code/Java/Language-Basics/Enum.htmStringBuffer and StringBuilder Classes have similar methods where StringBuffer is synchronized: http://java.sun.com/j2se/1.5.0/docs/api/java/lang/StringBuilder.htmlSerialize and Deserialize: http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.htmljava.util package is very important: http://java.sun.com/j2se/1.4.2/docs/api/java/util/package-summary.html From: http://sitestree.com/?p=4845 Categories:Java Short Notes, SCJP, BlogTags: Post Data:2013-06-11 18:38:25 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/java-some-links-useful-for-exams-like-scjp-scja-java-short-notes-scjp-blog/

Pretty Simple Java Code #SCJP

/** * The HelloWorldApp class implements an application that * simply prints “Hello World!” to standard output. */ class HelloWorldApp { public static void main(String[] args) { System.out.println(“Hello Worlld”); } } class ArrayDemo { public static void main(String[] args) { // declares an array of integers int[] anArray; int[] theArray; // allocates memory for 10 …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/pretty-simple-java-code-scjp/

SCJP: Sun Certified Java Programmer: All that you need to know #SCJP

Introduction to Sun Certified Java Programmer Certification Course Java : SCJP: Important Resources JAVA: Some links: useful for exams like scjp/scja SCJP Essential Knowledge SCJP Practice Exams SCJP Training: Lesson 1: Develop code that declares classes (including abstract and all forms of nested classes), interfaces, and enums, and includes the appropriate use of package and …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-sun-certified-java-programmer-all-that-you-need-to-know-scjp/

SCJP: Topics and Resources : will be continued #SCJP

SCJP topics and related resources are provided. I have skimed through the resources at least one time. Garbage Collection Test area:Given a code example, recognize the point at which an object becomes eligible for garbage collection, determine what is and is not guaranteed by the garbage collection system, and recognize the behaviors of the Object.finalize() …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-topics-and-resources-will-be-continued-scjp/

SCJP: Java Operators #SCJP

By Sayed Exams like SCJP test your understanding of Java operators and how to use them like: assignment operators: =, +=, -= arithmetic operators: +, -, *, /, %, ++, — relational operators: <, <=, >, >=, ==, != logical operators: &, |, ^, !, &&, || conditional operators: ? : Also operators to check …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/scjp-java-operators-scjp/

AutoFS and Mounting in Linux/Redhat/CentOS

AutoFS and Mounting in Linux/Redhat/CentOS echo “AutoFS – Automatic FS system Mounting – Dec 26th, 2017 by Sayed” check if Autofs installed or not yum list installed | grep autofs I just installed; hence it is there you can install with yum -y install autofs 944 yum -y install autofs then you can enable autofs …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/autofs-mounting-linux-redhat-centos/

On File Systems and Linux Commands (Redhat/CentOs/Fedora)

On File Systems and Linux Commands (Redhat/CentOs/Fedora) echo “Dec 26th, 2017, Sayed Ahmed, Justetc Technologies” On file Systems – Target Audience: Technical People. Software Developers and System/Network Administrators or DevOps  (or wanna be) / and /boot are the default Linux file systems you can also configure /home, /opt, /var, /tmp, /usr as separate file systems …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/file-systems-linux-commands-redhat-centos-fedora/

Users and Groups management in Linux (Redhat/CentOS/Fedora)

Users and Groups management in Linux (Redhat/CentOS/Fedora) Target Audience: Technical people who knew or already know (to some extent) – just wanna review Yes, from my history 622 echo “dec 25th, 2017 – sayed”   User and password related files 623 cat /etc/passwd 624 cat /etc/shadow 625 cat /etc/group 626 cat /etc/gshadow There are some …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/users-groups-management-linux-redhat-centos-fedora/

NTP related commands/Linux

598 echo “dec 24th, 2017” 599 echo “NTP Client” 600 yum list ntp 601 yum list installed |grep ntp 602 To activate ntp 603 yum -y install ntp system-config-date 604 cat /etc/ntp.conf 605 grep ^server /etc/ntp.conf 606 systemctl restart ntpd 607 systemctl enable ntpd 608 systemctl start ntpd 609 ntpq -p 612 nmtui 613 ip …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/ntp-related-commands-linux/

Network Interface, Network Clients related Linux/Redhat/CentOS commands

echo “Dec 24th, 2017” 532 echo “Basic Networking in Linux” 533 hostname 534 uname -a 535 uname -n 536 cat /etc/hostname 537 nmcli general hostname 538 changing hostname temporarily 539 hostname server10.example.com 540 for permanent change 541 hostnamectl set-hostname server100.example.com 542 or change /etc/hostname file 543 vim /etc/hostname 544 restart systemctl 545 systemctl restart systemd-hostnamed …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/network-interface-network-clients-related-linux-redhat-centos-commands/

TCP Wrappers in Linux/CentOS/Redhat/Fedora

TCP Wrappers in Linux/CentOS/Redhat/Fedora yum info tcp_wrappers yum install tcp_wrappers-devel.x86_64 506 reboot 507 ifdown ens33 508 ifup ens33 509 yum install tcp_wrappers-devel.x86_64 510 yum -y install tcp_wrappers-devel.x86_64 511 ls /var/ftp/pub/Packages/ 512 ls /etc/yum.repos.d/local.repo 513 vim /etc/yum.repos.d/local.repo 514 systemctl status vsftpd 515 systemctl start vsftpd 516 systemctl enable vsftpd 517 yum -y install tcp_wrappers-devel.x86_64 518 cat …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/tcp-wrappers-linux-centos-redhat-fedora/

SSH/SSHD/OpenSSH in CentOS/Redhat Linux

Experiment with SSH/SSHD/OpenSSH in CentOS/Redhat Linux Yes, from  my history (Probably a review for the technical people, who already knew these sometimes in the past) 461 echo “dec 24th, 2017” 462 vim /etc/ssh/sshd_config 463 echo “SSH Related Commands” 464 scp -> secure copy 465 tscp -> secure copy for windows 466 sftp -> secure ftp …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/ssh-sshd-openssh-centos-redhat-linux/

Linux: LVM : Logical Volume Manager : Multiple Hard Disk and Partition and Volume Management

On RedHat/Centos Linux – LVM experiments Concepts to understand: Physical Volume: Physical Hard Drive or  Partitions in Physical Hard Drive Physical Extent:  One unit of space usually 4 MB. Volume Group: One or multiple Physical Volumes can be assigned to a Volume Group Logical Volume: Logical volumes are created from the volume groups. This is …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/linux-lvm-logical-volume-manager-multiple-hard-disk-partition-volume-management/

Centos/Redhat লিনাক্স এ yum ইন্সটলার সার্ভার কিভাবে কনফিগার করবেন

Centos/Redhat লিনাক্স এ yum ইন্সটলার সার্ভার কিভাবে কনফিগার করবেন Mount Installer ISO mkdir /mnt/dvd1 mount /dev/sr0 /mnt/dvd1 Check if FTP server is installed systemctl status vsftpd systemctl start vsftpd Install ftp Server. Using rpm as yum is not available yet [default yum needs the internet, kindof] cd /mnt/dvd1/Packages/ rpm -ivh vsftpd-3.0.2-22.el7.x86_64.rpm systemctl start vsftpd systemctl …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/centos-redhat-%e0%a6%b2%e0%a6%bf%e0%a6%a8%e0%a6%be%e0%a6%95%e0%a7%8d%e0%a6%b8-%e0%a6%8f-yum-%e0%a6%87%e0%a6%a8%e0%a7%8d%e0%a6%b8%e0%a6%9f%e0%a6%b2%e0%a6%be%e0%a6%b0-%e0%a6%b8%e0%a6%be%e0%a6%b0/

In Bengali: Some Educational Android Apps on Software/Web Development

Some are in Bengali Project Management https://play.google.com/store/apps/details?id=com.sitestree.pmp On CSS https://play.google.com/store/apps/details?id=com.sitestree.css On JavaScript https://play.google.com/store/apps/details?id=com.sitestree.javascript   On PHP https://play.google.com/store/apps/details?id=com.sitestree.php   On SEO course https://play.google.com/store/apps/details?id=com.sitestree.seo   SQL Course https://play.google.com/store/apps/details?id=com.sitestree.sql   Oral Communications https://play.google.com/store/apps/details?id=com.justetc.oral_communications.workplace   AngularJS https://play.google.com/store/apps/details?id=com.salearningschool.bangla.angularjs1   HTML https://play.google.com/store/apps/details?id=com.salearningschool.bangla.html

Permanent link to this article: http://bangla.sitestree.com/bengali-educational-android-apps-software-web-development/

আমাদের এই কোড টেমপ্লেট ব্যবহার করে আপনি যে কোন ওয়েব সাইট এর ফাইল গুলো দিয়ে অ্যান্ড্রোএড অ্যাপ বানাতে পারবেন। Create an Android App based on web-site files.

GitHub Code By Us: Create an Android App based on Static Web-Pages The coe is at: https://github.com/sayedjustetc/android-apps-by-justetc/tree/master/justetc-app-with-justetc-com-files This app actually has the content of the justetc.com corporate info web-pages in static HTML – sure JS is there. You can use this as a template and make an android application based on any web-site. Just use “git …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%86%e0%a6%ae%e0%a6%be%e0%a6%a6%e0%a7%87%e0%a6%b0-%e0%a6%8f%e0%a6%87-%e0%a6%95%e0%a7%8b%e0%a6%a1-%e0%a6%9f%e0%a7%87%e0%a6%ae%e0%a6%aa%e0%a7%8d%e0%a6%b2%e0%a7%87%e0%a6%9f-%e0%a6%ac%e0%a7%8d/

সমস্যা এবং সমাধান ঃ SaLearningSchool এর হোস্টিং পরিবর্তন

আপাতত একটু বাংলা লেখার চেষ্টা । পরে উন্নয়ন করবো। বানান এ সমস্যা হবে। বলে রাখি, বাংলাতে অনেক আগে letter (multiple choice এর যুগে) পেয়েছিলাম। SaLearningSchool.com এবং Bangla.SaLearningSchool.com কে ক্লাউড হোস্টিং এ নেয়া হয়েছে। জাস্ট কিছু অভিজ্ঞতা ১। SaLearningSchool.com – আসলে অনেক আগে ২০০৫-২০০৬ এর দিকে লিখা ছিল। বলা যায় টেস্ট কোড। পিএইচপি এর ভার্সন ৪ …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%b8%e0%a6%ae%e0%a6%b8%e0%a7%8d%e0%a6%af%e0%a6%be-%e0%a6%8f%e0%a6%ac%e0%a6%82-%e0%a6%b8%e0%a6%ae%e0%a6%be%e0%a6%a7%e0%a6%be%e0%a6%a8-%e0%a6%83-salearningschool-%e0%a6%8f%e0%a6%b0-%e0%a6%b9/

ধারাবাহিক BCS প্রস্ততি ও সাধারণ আলোচনা – ১৫ (কীভাবে পড়া উচিত?) । BCS Written Exam Guide – 15 (How to Study)

কীভাবে পড়া উচিত? আমি শুরুতেই বলেছি লিখাটা হচ্ছে যাদের হাতে সময় কম, প্রিপারেশন এতোদিন খুব ভাল নিতে পারেন নি তাদের জন্য । #আমি শুরুতেই পরামর্শ দিব, আগে বিগত বছরের প্রশ্ন গুলো দেখুন, সেগুলো না পারলে/ না জানা থাকলে ঘাবড়ানোর কিছু নেই । আমি সাজেস্ট করব, প্রথমে যে বই টির কথা বলেছি, সেটার বাংলা, ইংরেজি, বাংলাদেশ, …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a7%e0%a6%be%e0%a6%b0%e0%a6%be%e0%a6%ac%e0%a6%be%e0%a6%b9%e0%a6%bf%e0%a6%95-bcs-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a6%b8%e0%a7%8d%e0%a6%a4%e0%a6%a4%e0%a6%bf-%e0%a6%93-%e0%a6%b8%e0%a6%be%e0%a6%a7-15/

ধারাবাহিক BCS প্রস্ততি ও সাধারণ আলোচনা – ১৪ (সংক্ষেপে প্রস্ততির জন্যঃ) | BCS Written Exam Guide – 14 (In Short, How to Prepare)

সংক্ষেপে প্রস্ততির জন্যঃ হাতে যদি ৩০-৪৫ দিন সময় থাকে তবে আত্মবিশ্বাসী হোন, প্রিলিতে উতরে যাবার জন্য এটা পর্যাপ্ত সময় । আমি ৩৩, ৩৪ , ৩৫ তম প্রিলি তিনটা তেই অংশ নিয়েছিলাম এবং উত্তীর্ণ হই সবগুলোতেই আল্লাহর রহমতে । আমার অভিজ্ঞতা থেকে লিখছিঃ   এই সময় টাতে আপনি যে রিডিং ম্যাটেরিয়ালস গুলো কালেক্ট করবেনঃ বিগত বছরের …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a7%e0%a6%be%e0%a6%b0%e0%a6%be%e0%a6%ac%e0%a6%be%e0%a6%b9%e0%a6%bf%e0%a6%95-bcs-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a6%b8%e0%a7%8d%e0%a6%a4%e0%a6%a4%e0%a6%bf-%e0%a6%93-%e0%a6%b8%e0%a6%be%e0%a6%a7-14/

ধারাবাহিক BCS প্রস্ততি ও সাধারণ আলোচনা – ১৩ (বইপত্র ) । BCS Written Exam Guide – 13 (General Knowledge: Books)

বইপত্রঃ এই টপিকের জন্য সবথেকে বড় উৎস হলঃ সংবাদ পত্র । তবে আপনি তো সেখানেই সব পাবেন না বা তার সব মনে রাখতে পারবেন না, বাজারে পাওয়া যেকোন প্রকাশনীর একটা বই কিনে পড়তে শুরু করুন । অনেক কিছুই আছে, বাজারে ডাইজেস্ট আকারে পাবেন আবার সিঙ্গেল কপি ও পাবেন … যারা ক্যাডেট কলেজে পরীক্ষা দিয়েছেন বা …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a7%e0%a6%be%e0%a6%b0%e0%a6%be%e0%a6%ac%e0%a6%be%e0%a6%b9%e0%a6%bf%e0%a6%95-bcs-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a6%b8%e0%a7%8d%e0%a6%a4%e0%a6%a4%e0%a6%bf-%e0%a6%93-%e0%a6%b8%e0%a6%be%e0%a6%a7-13/

ধারাবাহিক BCS প্রস্ততি ও সাধারণ আলোচনা – ১2 (সাধারণ জ্ঞানঃ আন্তর্জাতিক ) । BCS Written Exam Guide – 12 (General Knowledge: International)

আন্তর্জাতিক বিষয়াবলিঃ এই জিনিস টাতেই আমাদের ভয় থাকে সর্বোচ্চ, প্রথমেই মনে হয় এতো এতো দেশের রাজধানী , মুদ্রা, জাতীয় ফল ফুল পাখি এসবের নাম মনে রাখব কী করে ? আসলে এটা ভুল কনসেপ্ট … কারণ আপনি যদি বিসিএস এর প্রশ্ন গুলো যাচাই করে দেখেন দেখবেন বিভিন্ন দেশের এই সব ফুল ফল রাজধানী মুদ্রা এসব থেকে …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a7%e0%a6%be%e0%a6%b0%e0%a6%be%e0%a6%ac%e0%a6%be%e0%a6%b9%e0%a6%bf%e0%a6%95-bcs-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a6%b8%e0%a7%8d%e0%a6%a4%e0%a6%a4%e0%a6%bf-%e0%a6%93-%e0%a6%b8%e0%a6%be%e0%a6%a7-12/

ধারাবাহিক BCS প্রস্ততি ও সাধারণ আলোচনা – ১১ (সাধারণ জ্ঞানঃ বাংলাদেশ ) । BCS Written Exam Guide – 11 (General Knowledge)

সাধারণ জ্ঞানঃ বিসিএস এর কথা মাথায় আসলেই অনেকের মাথায় আসে এটা একটা সাধারণ জ্ঞান পরীক্ষা, দেশ-রাজধানী-মূদ্রা র নাম, প্রেসিডেন্টের শ্যালক-শ্যালিকার নাম ইত্যাদি ইত্যাদি … আমরা ক্যাটরিনার কোমরে মাপ, জোলির হাইট কিংবা ওয়ারেন বাফেটের টাকা পয়সার হিসাব জানলেও অনেক ব্যাসিক জিনিস জানি না । খুব সাদামাটা ভাবে বলতে গেলে আপনি চট করে চিন্তা করে আমাদের ৭ …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a7%e0%a6%be%e0%a6%b0%e0%a6%be%e0%a6%ac%e0%a6%be%e0%a6%b9%e0%a6%bf%e0%a6%95-bcs-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a6%b8%e0%a7%8d%e0%a6%a4%e0%a6%a4%e0%a6%bf-%e0%a6%93-%e0%a6%b8%e0%a6%be%e0%a6%a7-11/

ধারাবাহিক BCS প্রস্ততি ও সাধারণ আলোচনা – ১০ (বিষয়ভিত্তিকঃ গণিত ) । BCS Written Exam Guide – 10 (Subject Based: Math)

Mathematics: আমি একটা ম্যাথ না করে গিয়েও প্রিলি/ রিটেনে সব শুদ্ধ ম্যাথ করেছি, আপনিও পারবেন । এইকথা বলে শেষ করে দেয়া যেত, কিন্তু বাস্তবতা হল আমার মতন সবাইই ইঞ্জিনিয়ারিং ব্যাকগ্রাউন্ডের না, সবাইই ছাত্রজীবনে টিউশনি করান নাই, কিংবা সবাইই সায়েন্স ব্যাকগ্রান্ডের না। ভয় পাবার কারণ নাই । বাজারে অনেক বই আছে বিসিএস ম্যাথের জন্য, আমি যদিও …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a7%e0%a6%be%e0%a6%b0%e0%a6%be%e0%a6%ac%e0%a6%be%e0%a6%b9%e0%a6%bf%e0%a6%95-bcs-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a6%b8%e0%a7%8d%e0%a6%a4%e0%a6%a4%e0%a6%bf-%e0%a6%93-%e0%a6%b8%e0%a6%be%e0%a6%a7-10/

ধারাবাহিক BCS প্রস্ততি ও সাধারণ আলোচনা – ৯ (বিষয়ভিত্তিকঃ গণিত ও ইংরেজি – ৩ – সাহিত্য ) । BCS Written Exam Guide – 9 (Subject Based: Math and English – 3 – English Literature)

এবারে আসি Literature এ … এইটা ভাই আমার নিজের জন্যেও টাফ ছিল । আমি নিজে খুব বেশি ইংরেজি সাহিত্যের পাঠক ছিলাম না । কিছু বহুল প্রচলিত বই পত্রের নাম ধাম জানতাম , আর বাকিটা পড়ে শিখতে ট্রাই করেছি । আপনার জন্য আমার সাজেশন হল নীল ক্ষেতে ৫০-৬০ টাকায় বেশ কিশু ছোট ছোট বই পাওয়া যায় …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a7%e0%a6%be%e0%a6%b0%e0%a6%be%e0%a6%ac%e0%a6%be%e0%a6%b9%e0%a6%bf%e0%a6%95-bcs-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a6%b8%e0%a7%8d%e0%a6%a4%e0%a6%a4%e0%a6%bf-%e0%a6%93-%e0%a6%b8%e0%a6%be%e0%a6%a7-9/

ধারাবাহিক BCS প্রস্ততি ও সাধারণ আলোচনা – ৮ (বিষয়ভিত্তিকঃ গণিত ও ইংরেজি – ২) । BCS Written Exam Guide – 8 (Subject Based: Math and English – 2)

আমি আজ ইংরেজি আর ম্যাথ নিয়ে আলোচনা করতে যাচ্ছি । ইংরেজিঃ আবারও বলি প্রিলিমিনারি হোক আর রিটেন/ ভাইভা হোক আপনি ইংরেজি তে গুরুত্ব দিন । আপনি ইংরেজিতে অনার্স মাস্টার্সের পড়াশোনা করার পরও হয়ত দেখবেন Sentence Transformation , Voice Change, Narration change, Use the right form of verbs এগুলো ভুলে গেছেন । কোথায় পার্টিসিপল বসবে কোথায় …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a7%e0%a6%be%e0%a6%b0%e0%a6%be%e0%a6%ac%e0%a6%be%e0%a6%b9%e0%a6%bf%e0%a6%95-bcs-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a6%b8%e0%a7%8d%e0%a6%a4%e0%a6%a4%e0%a6%bf-%e0%a6%93-%e0%a6%b8%e0%a6%be%e0%a6%a7-8/

ধারাবাহিক BCS প্রস্ততি ও সাধারণ আলোচনা – ৭ (বিষয়ভিত্তিকঃ গণিত ও ইংরেজি – ১) । BCS Written Exam Guide – ৭ (Subject Based: Math and English -1)

গণিত ও ইংরেজি বিসিএস প্রিলি তে একটা সময়ে খুব সহজে পার পাওয়া যেত দুইটা জিনিসে ম্যাথ এবং ইংরেজি তে । বিশেষত সায়েন্সের স্টুডেন্টস আছেন যারা এবং যারা টিউশনি কিংবা কোচিং এ ক্লাস নেয়ার সাথে জড়িত তাদের জন্য গণিতে ভাল করা সহজ ছিল ; আর ইংরেজিতেও মার্ক্স ছিল কম (১০০ র মধ্যের পরীক্ষা গুলোতে)। আর যারা …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a7%e0%a6%be%e0%a6%b0%e0%a6%be%e0%a6%ac%e0%a6%be%e0%a6%b9%e0%a6%bf%e0%a6%95-bcs-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a6%b8%e0%a7%8d%e0%a6%a4%e0%a6%a4%e0%a6%bf-%e0%a6%93-%e0%a6%b8%e0%a6%be%e0%a6%a7-7/

ধারাবাহিক BCS প্রস্ততি ও সাধারণ আলোচনা – ৬ (বিষয়ভিত্তিকঃ বাংলা এবং বাংলাদেশ) । BCS Written Exam Guide – 6 (Subject Based: Bengali and Bangladesh)

ধারাবাহিক BCS প্রস্ততি ও সাধারণ আলোচনা – ৬ (বিষয়ভিত্তিকঃ বাংলা এবং বাংলাদেশ) । BCS Written Exam Guide – 6 (Subject Based: Bengali and Bangladesh) বিষয়ভিত্তিকঃ আমি একটা জিনিস নিজে খেয়াল করেছি যারা প্রিলিতে যত পড়ে এগিয়ে থেকেছেন তাদের জন্য রিটেন বা ভাইভাতে পড়াশোনা অনেক সহজ ছিল, মানে পড়তে অতটা বেগ পেতে হয় নি, তাই আপনি …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a7%e0%a6%be%e0%a6%b0%e0%a6%be%e0%a6%ac%e0%a6%be%e0%a6%b9%e0%a6%bf%e0%a6%95-bcs-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a6%b8%e0%a7%8d%e0%a6%a4%e0%a6%a4%e0%a6%bf-%e0%a6%93-%e0%a6%b8%e0%a6%be%e0%a6%a7-6/

ধারাবাহিক: BCS প্রস্ততি ও সাধারণ আলোচনা – 5 (প্রস্ততির শুরুতেঃ) । BCS Written Exam Guide – 5 (At Beginning)

প্রস্তুতির শুরুতেঃ বিসিএস এর প্রস্ততি কীভাবে নেবেন? এই প্রশ্নের উত্তর দেবার আগে কতগুলো সাধারণ জিনিস জানা দরকার? ১) প্রস্ততি বলতে কিসের প্রস্তুতি ? প্রিলি/লিখিত/ভাইভা ? ২) আপনি আসলে কেমন সময় দিতে পারবেন ?মানে আমার মত গাড়িতে করে এ জেলায় ও জেলায় ঘুরতে ঘুরতে পড়বেন নাকি প্রতিদিন নিয়ম করে ডায়েরি মেইনটেইন করে পড়তে পারবেন ? ৩) …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a7%e0%a6%be%e0%a6%b0%e0%a6%be%e0%a6%ac%e0%a6%be%e0%a6%b9%e0%a6%bf%e0%a6%95-bcs-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a6%b8%e0%a7%8d%e0%a6%a4%e0%a6%a4%e0%a6%bf-%e0%a6%93-%e0%a6%b8%e0%a6%be%e0%a6%a7-5/

ধারাবাহিক: BCS প্রস্ততি ও সাধারণ আলোচনা – 4 (প্রারম্ভিকা – 4) । BCS Written Exam Guide – 4 (Introduction – 4)

এরপর বলব, বই পাঠ অভ্যাস নিয়ে । আমি সারাজীবন আমার ছাত্র ছাত্রীদেরকে বলেছি নানারকম বই পত্র পাঠ করতে, যারা কেবল তিন গোয়েন্দা নিয়ে থাকতে এদের বলেছি হুমায়ূন, সমরেশ, সুনীল পড়ে উপন্যাসের স্বাদ নিতে । যারা হুমায়ূনের পোকা তাদের বলেছি একটু বাইরের লেখক নিদেন পক্ষে কলকাতার বাংলা লেখক দের লেখনীতে চোখ দিতে । মুক্তিযুদ্ধ কিংবা বিগত …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a7%e0%a6%be%e0%a6%b0%e0%a6%be%e0%a6%ac%e0%a6%be%e0%a6%b9%e0%a6%bf%e0%a6%95-bcs-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a6%b8%e0%a7%8d%e0%a6%a4%e0%a6%a4%e0%a6%bf-%e0%a6%93-%e0%a6%b8%e0%a6%be%e0%a6%a7-4/

ধারাবাহিক: BCS প্রস্ততি ও সাধারণ আলোচনা – 3 (প্রারম্ভিকা – 3) । BCS Written Exam Guide – 3 (Introduction – 3)

এরপর আসি ইংরেজির জ্ঞান নিয়ে, আমাদের অনার্স লাইফে ইংলিশে শিক্ষাক্রম চলে অধিকাংশ ক্ষেত্রেই, তবু আমাদের ব্যাসিক দুর্বল যাদের তাদের টেন্স, পার্টস অফ স্পিচ, ভয়েস ন্যারেশন এগুলো নিয়ে কাজ করা উচিত। বিশেষত প্রিপজিশনের ব্যবহার, ভয়েস-ন্যারেশন এগুলো ঝালিয়ে নেয়া দরকার । সেন্টেন্সে ভুল শুদ্ধ বের করা, এপ্রোপ্রিয়েট ওয়ার্ড বের করা, আর্টিকেলের ভুল বের করা, সেন্টেন্স ট্রান্সফর্ম করা, …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a7%e0%a6%be%e0%a6%b0%e0%a6%be%e0%a6%ac%e0%a6%be%e0%a6%b9%e0%a6%bf%e0%a6%95-bcs-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a6%b8%e0%a7%8d%e0%a6%a4%e0%a6%a4%e0%a6%bf-%e0%a6%93-%e0%a6%b8%e0%a6%be%e0%a6%a7-3/

ধারাবাহিক: BCS প্রস্ততি ও সাধারণ আলোচনা – 2 (প্রারম্ভিকা – 2) । BCS Written Exam Guide – 2 (Introduction – 2)

দ্বিতীয়ত, আপনি চাপা পিটাইতে কেমন পারেন ? ধরেন আপনাকে বলা হল ‘একুশ শতকে অর্থনৈতিক সমৃদ্ধি অর্জনে নারীর ভূমিকা’ … এই বিষয়ে ২৫ মার্কের একটা রচনা লিখতে হবে । আপনি একবার ভাবুন এখনই কতখানি লিখতে পারবেন? আমি কয় পেজ তা বলছি না , মানে আপনি আসলে কী কী দিক তুলে ধরতে পারবেন ? কোন তথ্য উপাত্ত …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a7%e0%a6%be%e0%a6%b0%e0%a6%be%e0%a6%ac%e0%a6%be%e0%a6%b9%e0%a6%bf%e0%a6%95-bcs-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a6%b8%e0%a7%8d%e0%a6%a4%e0%a6%a4%e0%a6%bf-%e0%a6%93-%e0%a6%b8%e0%a6%be%e0%a6%a7-2/

ধারাবাহিক BCS প্রস্ততি ও সাধারণ আলোচনা – ১ (প্রারম্ভিকা) । BCS Written Exam Guide – 1 (Introduction)

প্রারম্ভিকাঃ বিসিএস এ প্রস্তুতির জন্য আপনাকে নিজেকে জিজ্ঞাসা করে দেখতে হবে কয়েকট প্রশ্ন এবং বিবেচনায় আনতে হবে কিছু সাধারণ বিবেচ্য বিষয় ১) আপনার সাধারণ জ্ঞানের পরিধি কতখানি ? ২) আপনি যেকোন বিষয়ের উপর মুক্ত ভাবে কতখানি বিশ্লেষণ করে লিখতে জানেন? ( বর্তমান সিস্টেমে এই ফ্রি হ্যান্ড রাইটিং কোয়ালিটি টা খুব খুব গুরুত্বপূর্ণ আগেই বলে রাখি) …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a7%e0%a6%be%e0%a6%b0%e0%a6%be%e0%a6%ac%e0%a6%be%e0%a6%b9%e0%a6%bf%e0%a6%95-bcs-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a6%b8%e0%a7%8d%e0%a6%a4%e0%a6%a4%e0%a6%bf-%e0%a6%93-%e0%a6%b8%e0%a6%be%e0%a6%a7/

BCS মৌখিক পরীক্ষা প্রস্ততি (২) : Part -2: BCS (Govt. Job) Exam Interview Preparation

হাতে আর খুব বেশি দিন সময় নেই, ইতোমধ্যে একদল এর ভাইভা এই শুরু হল বলে, সংক্ষেপে তাই কিছু জিনিস বলে রাখি, কাজে আসবে আশা করিঃ   ভাইভার পোষাক ও পরিচ্ছদঃ অবশ্যই ফরমাল ড্রেস আপ এ যাবেন, বলাই বাহুল্য, ছেলেদের জন্য শার্ট সাদা কিংবা হালকা রঙের হওয়া ভাল, সাথে কন্ট্রাস্টিং প্যান্ট । কাপড় চোপড়ে যতদূর সম্ভব …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/bcs-%e0%a6%ae%e0%a7%8c%e0%a6%96%e0%a6%bf%e0%a6%95-%e0%a6%aa%e0%a6%b0%e0%a7%80%e0%a6%95%e0%a7%8d%e0%a6%b7%e0%a6%be-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a6%b8%e0%a7%8d%e0%a6%a4%e0%a6%a4%e0%a6%bf-%e0%a7%a8/

বিসিএস মৌখিক পরীক্ষা প্রস্ততিঃ ০১ । Part-1: Preparation Guide for BCS (Govt. Job) Interview in Bangladesh

স ম আজহারুল ইসলাম (সনেট) ৩৪ তম বিসিএস, এডমিন ক্যাডারে সুপারিশ প্রাপ্ত   ৩৫ তম বিসিএস এর লিখিত পরীক্ষায় উত্তীর্ণ সবাইকে অভিনন্দন । খুব অল্প সময়ের মধ্যেই ৩৫ তম বিসিএস এর ইন্টারভিউ শুরু হতে যাচ্ছে । হাতে সময় কম , তাই এখন থেকেই প্রিপারেশন শুরু করা জরুরি । নিজের অভিজ্ঞতার আলোকে এবং পূর্ববর্তী ক্যাডার দের …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%ac%e0%a6%bf%e0%a6%b8%e0%a6%bf%e0%a6%8f%e0%a6%b8-%e0%a6%ae%e0%a7%8c%e0%a6%96%e0%a6%bf%e0%a6%95-%e0%a6%aa%e0%a6%b0%e0%a7%80%e0%a6%95%e0%a7%8d%e0%a6%b7%e0%a6%be-%e0%a6%aa%e0%a7%8d%e0%a6%b0/

কিভাবে একটি ব্লগ সাইট তৈরি করবেন (বাংলা ভিডিও টিউটোরিয়াল)

কিভাবে একটি ব্লগ সাইট তৈরি করবেন । How to create a blog site (Bangla)  

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%95%e0%a6%bf%e0%a6%ad%e0%a6%be%e0%a6%ac%e0%a7%87-%e0%a6%8f%e0%a6%95%e0%a6%9f%e0%a6%bf-%e0%a6%ac%e0%a7%8d%e0%a6%b2%e0%a6%97-%e0%a6%b8%e0%a6%be%e0%a6%87%e0%a6%9f-%e0%a6%a4%e0%a7%88%e0%a6%b0/

Affiliate Marketing Bangla Tutorial Part 3 Movie traffic sources

Permanent link to this article: http://bangla.sitestree.com/affiliate-marketing-bangla-tutorial-part-3-movie-traffic-sources/

Affiliate Marketing Bangla Tutorial Part-2 (বাংলায় অ্যাফিলিয়েট মার্কেটিং)

Permanent link to this article: http://bangla.sitestree.com/affiliate-marketing-bangla-tutorial-part-2-%e0%a6%ac%e0%a6%be%e0%a6%82%e0%a6%b2%e0%a6%be%e0%a6%af%e0%a6%bc-%e0%a6%85%e0%a7%8d%e0%a6%af%e0%a6%be%e0%a6%ab%e0%a6%bf%e0%a6%b2%e0%a6%bf%e0%a6%af%e0%a6%bc/

Affiliate Marketing Bangla Video Tutorial Part -1

অ্যাফিলিয়েট মার্কেটিং এর উপর বাংলা ভিডিও টিউটোরিয়াল

Permanent link to this article: http://bangla.sitestree.com/affiliate-marketing-bangla-tutorial-part-1/

ডিএনএন ৭.৪ ডেভলপার কুইক স্টার্ট

রিদওয়ান বিন শামীম   ডিএনএন ৭.২ ডেভলপার কুইক স্টার্ট পেজ এমন রিসোর্স হিসেবে ব্যবহৃত হয় যা কিনা ডিএনএন এক্সটেনশন ডেভলপারদের ডিএনএন ৭.৪.০ এর সর্বশেষ সুবিধাদি পেতে সাহায্য করে।   ডিএনএন প্লাটফর্ম ৭.৪এর ভূমিকা জো ব্রিঙ্কম্যানের Introducing DNN Platform 7.4 blog এ৭.৪এর নতুন সংযোজনগুলো নিয়ে আলোচনা করা হয়েছে। এর কয়েকটি হল, Workflow & Versioning API Multi-language …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a1%e0%a6%bf%e0%a6%8f%e0%a6%a8%e0%a6%8f%e0%a6%a8-%e0%a7%ad-%e0%a7%aa-%e0%a6%a1%e0%a7%87%e0%a6%ad%e0%a6%b2%e0%a6%aa%e0%a6%be%e0%a6%b0-%e0%a6%95%e0%a7%81%e0%a6%87%e0%a6%95-%e0%a6%b8%e0%a7%8d/

ডিএনএন ৭.৩ ডেভলপার কুইক স্টার্ট

রিদওয়ান বিন শামীম   ডিএনএন ৭.৩ ডেভলপার কুইক স্টার্ট পেজ এমন রিসোর্স হিসেবে ব্যবহৃত হয় যা কিনা ডিএনএন এক্সটেনশন ডেভলপারদের সর্বশেষ সংস্করণের (ডিএনএন ৭.৩.০) সুবিধাদি পেতে সাহায্য করে।   প্লাটফর্মের পারফর্মেন্স বৃদ্ধি পাওয়া ব্রুস চ্যাপম্যানের ব্লগ (http://www.dnnsoftware.com/blog/evoq-content-73-speed-and-performance/evoq-content-7-3-speed-and-performance) ডিএনএন ৭.৩.০তে পারফর্মেন্স বৃদ্ধির উপর অনেক কাজ করেছে। যদিও পারফর্মেন্স বৃদ্ধি সবসময়ই ভাল তবুও এটি সাধারণত স্বয়ংক্রিয়ভাবেই হয়ে …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a1%e0%a6%bf%e0%a6%8f%e0%a6%a8%e0%a6%8f%e0%a6%a8-%e0%a7%ad-%e0%a7%a9-%e0%a6%a1%e0%a7%87%e0%a6%ad%e0%a6%b2%e0%a6%aa%e0%a6%be%e0%a6%b0-%e0%a6%95%e0%a7%81%e0%a6%87%e0%a6%95-%e0%a6%b8%e0%a7%8d/

ডিএনএন ৭.২ ডেভলপার কুইক স্টার্ট

রিদওয়ান বিন শামীম   ডিএনএন ৭.২ ডেভলপার কুইক স্টার্ট পেজ এমন রিসোর্স হিসেবে ব্যবহৃত হয় যা কিনা ডিএনএন এক্সটেনশন ডেভলপারদের ডিএনএন ৭.২.০ এর সর্বশেষ সুবিধাদি পেতে সাহায্য করে।   ম্যাসেজিং ডিসপ্যাচ সিডিউলার এই সিডিউলার টাস্ক ইউজারদের সেইসব ম্যাসেজ এবং নোটিফিকেশন সম্পর্কে মনে করিয়ে দেয় যাদের পড়া হয়নি। এখন, নতুন ভার্সনে আমরা এই সিডিউলারকে আরও বেশি …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a1%e0%a6%bf%e0%a6%8f%e0%a6%a8%e0%a6%8f%e0%a6%a8-%e0%a7%ad-%e0%a7%a8-%e0%a6%a1%e0%a7%87%e0%a6%ad%e0%a6%b2%e0%a6%aa%e0%a6%be%e0%a6%b0-%e0%a6%95%e0%a7%81%e0%a6%87%e0%a6%95-%e0%a6%b8%e0%a7%8d/

ডটনেট নিউক ৭.১ ডেভলপার কুইক স্টার্ট

রিদওয়ান বিন শামীম   ডিএনএন ৭.১ ডেভলপার কুইক স্টার্ট পেজ এমন রিসোর্স হিসেবে ব্যবহৃত হয় যা কিনা ডিএনএন এক্সটেনশন ডেভলপারদের ডিএনএন ৭.১.০ এর সর্বশেষ সুবিধাদি পেতে সাহায্য করে।   এডভান্সড ইউআরএল ম্যানেজমেন্ট ফ্রেন্ডলি ইউআরএল প্রভাইডারের জন্য ডিএনএন ৭.১ একটি নতুন মোড সংযোজন করেছে। এটি এডভান্সড মোড হিসেবে পরিচিত আর এটি ইউআরএলের আচরণ ও ফিচারও পরিবর্তন …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a1%e0%a6%9f%e0%a6%a8%e0%a7%87%e0%a6%9f-%e0%a6%a8%e0%a6%bf%e0%a6%89%e0%a6%95-%e0%a7%ad-%e0%a7%a7-%e0%a6%a1%e0%a7%87%e0%a6%ad%e0%a6%b2%e0%a6%aa%e0%a6%be%e0%a6%b0-%e0%a6%95%e0%a7%81%e0%a6%87/

ডটনেট নিউক ৬.২ ডেভলপার কুইক স্টার্ট

রিদওয়ান বিন শামীম   ডিএনএন ৬.২ ডেভলপার কুইক স্টার্ট পেজ এমন রিসোর্স হিসেবে ব্যবহৃত হয় যা কিনা ডিএনএন এক্সটেনশন ডেভলপারদের ডিএনএন ৬.২ এর সর্বশেষ সুবিধাদি পেতে সাহায্য করে। যদি কেউ ডট নেটের স্কিন অবজেক্ট, মডিউল বা প্রভাইডার ডেভলাপমেন্টে নতুন হয়ে থাকেন তাহলে তারা বিস্তারিত জানতে এই পেজ দেখতে পারেন, Module Development। ডিএনএন ৬.০তে নতুন, এরকম …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a1%e0%a6%9f%e0%a6%a8%e0%a7%87%e0%a6%9f-%e0%a6%a8%e0%a6%bf%e0%a6%89%e0%a6%95-%e0%a7%ac-%e0%a7%a8-%e0%a6%a1%e0%a7%87%e0%a6%ad%e0%a6%b2%e0%a6%aa%e0%a6%be%e0%a6%b0-%e0%a6%95%e0%a7%81%e0%a6%87/

Node.js – কলব্যাক এর ধারণা। কলব্যাক কি? (Callbacks Concept)

মোহাম্মদ আব্দুল্লাহ   Callback কি ? Callback একটি ফাংশনের জন্য একটি asynchronous সমতূল্য । একটি কলব্যাক ফাংশন একটি নির্দিষ্ট কাজের শেষে সাধারনত কল করা হয়ে থাকে । Node.js এ callback ফাংশন প্রচুর পরিমানে ব্যবহার হয়ে থাকে । Node.js এর সকল API গুলি এমনাভাবে তৈরী করা হয়েছে যাতে করে তারা callbacks সমর্থন করে । উদাহরণস্বরূপ, একটি …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/node-js-callbacks-concept-callback-%e0%a6%95%e0%a6%bf/

jQuery শুরু করা

আপনার ওয়েব পেজ এ jQuery যোগ করা আপনার ওয়েব পেজ এ jQuery শুরু করার জন্য বেশ কিছু উপায় রয়েছে: jQuery.com ওয়েব পেজ থেকে jQuery লাইব্রেরি ডাউনলোড করে CDN যেমন-Google থেকে jQuery অন্তর্ভুক্ত করে।   jQuery ডাউনলোড করা ডাউনলোড করার জন্য jQuery এর দুটি ভার্সন রয়েছে: উৎপাদন সংস্করণ – এটি আপনার লাইভ (ওয়েবে সচল) ওয়েব সাইটের …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/jquery-%e0%a6%b6%e0%a7%81%e0%a6%b0%e0%a7%81-%e0%a6%95%e0%a6%b0%e0%a6%be/

ডিএনএন ৮.০ ডেভলপার কুইক স্টার্ট

রিদওয়ান বিন শামীম   ডিএনএন ৮.০ ডেভলপার একটি প্রক্রিয়াধীন বিষয় যেহেতু ৮.০.০ ভার্সনটি ২০১৫ এর নভেম্বরের আগে বাজারে আসছে না।   পরিকল্পনার অন্তর্ভুক্ত বিষয়   প্রধান সংস্করণ, এমভিসি মডিউলের উন্নতি, এইচটিএমএল সিঙ্গেল পেজ এপ্লিকেশন মডিউল(এসপিএ), ডাইনামিক কন্টেন্ট ক্রিয়েটর, ডট নেট ৪.৫ রিকোয়ারমেন্ট, প্লাটফর্ম ও ইউআই সেপারেশন।   ইস্যু লিঙ্ক আলোচ্য ইস্যুর তালিকার লিঙ্ক নিচে দিয়ে …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a1%e0%a6%bf%e0%a6%8f%e0%a6%a8%e0%a6%8f%e0%a6%a8-%e0%a7%ae-%e0%a7%a6-%e0%a6%a1%e0%a7%87%e0%a6%ad%e0%a6%b2%e0%a6%aa%e0%a6%be%e0%a6%b0-%e0%a6%95%e0%a7%81%e0%a6%87%e0%a6%95-%e0%a6%b8%e0%a7%8d/

Node.js – সার্বজনীন অবজেক্ট (Global Objects)

মোহাম্মদ আব্দুল্লাহ Node.js এর গ্লোবাল অবজেক্টগুলো সাধারনত সকল মোডিউল থেকে সরাসরি একসেস করা যায় । তাই এই গ্লোবাল অবজেক্টগুলোকে কোন অ্যাপ থেকে অন্তর্ভূক্ত করতে হয় না । এই গ্লোবাল অবজেক্টগুলো সাধারনত মোডিউল, ফাংশন, স্ট্রীং অথবা অবজেক্টও হয়ে থাকে যা নিম্নে ব্যাখ্যা করা হয়েছে । __filename __filename, যেই ফাইল থেকে কোড রান করা হচ্ছে সেই ফাইলের …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/node-js-global-objects/

পিএইচপিঃ ইন্টারভিউয়ের প্রশ্নাবলী এবং উত্তরসমূহ। PHP Interview Questions and Answers

রিদওয়ান বিন শামীম   প্রিয় পাঠক, আপনারা পিএইচপি বিষয়ক ইন্টারভিউতে যে ধরনের প্রশ্নের সম্মুখীন হতে পারেন এখানে আমরা সে ধরনের কিছু প্রশ্নের ধারা দেখিয়েছি। অভিজ্ঞতা থেকে বলছি, ভাল সাক্ষাৎকার গ্রহণকারীরা কোনও নির্দিষ্ট প্রশ্ন প্ল্যানমাফিক করেন না,প্রথমে মৌলিক কিছু বিষয় নিয়ে আলোচনা করা হয়, পরে সেবিষয়ে বিস্তারিত আলোচনা চলে। যে প্রশ্নগুলো সাধারণত আলোচনায় এসে থাকে সেগুলো …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%aa%e0%a6%bf%e0%a6%8f%e0%a6%87%e0%a6%9a%e0%a6%aa%e0%a6%bf%e0%a6%83-%e0%a6%87%e0%a6%a8%e0%a7%8d%e0%a6%9f%e0%a6%be%e0%a6%b0%e0%a6%ad%e0%a6%bf%e0%a6%89%e0%a7%9f%e0%a7%87%e0%a6%b0-%e0%a6%aa%e0%a7%8d/

ডট নেট নিউক ৬.১ ডেভলপার কুইক স্টার্ট (Dot Net Nuke (DNN) – 6.1 Quick Start Guide)

ডট নেট নিউক ৬.১ ডেভলপার কুইক স্টার্ট রিদওয়ান বিন শামীম   ডিএনএন এর সর্বশেষ ভার্সন হচ্ছে ৭.xx ডিএনএন ৬.১ ডেভলপার কুইক স্টার্ট পেজ এমন রিসোর্স হিসেবে ব্যবহৃত হয় যা কিনা ডিএনএন এক্সটেনশন ডেভলপারদের ডিএনএন ৬.১ এর সর্বশেষ সুবিধাদি পেতে সাহায্য করে। যদি কেউ ডট নেটের স্কিন অবজেক্ট, মডিউল বা প্রভাইডার ডেভলাপমেন্টে নতুন হয়ে থাকেন তাহলে …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a1%e0%a6%9f-%e0%a6%a8%e0%a7%87%e0%a6%9f-%e0%a6%a8%e0%a6%bf%e0%a6%89%e0%a6%95-%e0%a7%ac-%e0%a7%a7-%e0%a6%a1%e0%a7%87%e0%a6%ad%e0%a6%b2%e0%a6%aa%e0%a6%be%e0%a6%b0-%e0%a6%95%e0%a7%81%e0%a6%87/

DNN মডিউল তৈরীর সরঞ্জাম (Tools to develop Modules for DNN)

DNN এর পূর্ন রুপ হচ্ছে ডটনেট নিঊক। DNN এর মডিউল তৈরী  করা যেতে পারে অনেক গুলো সরঞ্জাম দিয়ে। এবং তার মধ্যে সব থেকে সাধারন সরঞ্জাম/Tool হচ্ছে ভিজুয়াল স্টুডিও ২০১০ এবং ২০১২। মডিউল তৈরী করার প্রথম ধাপ হলো মডিউল তৈরীর সবরকম পরিবেশ প্রস্তত করে রাখা। সে জন্য আপনাকে মডিউল তৈরীর টেমপ্লেট ইনস্টল করতে হবে। এবং এটা ইনস্টলের মাধ্যমে …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/dnn-%e0%a6%ae%e0%a6%a1%e0%a6%bf%e0%a6%89%e0%a6%b2-%e0%a6%a4%e0%a7%88%e0%a6%b0%e0%a7%80%e0%a6%b0-%e0%a6%b8%e0%a6%b0%e0%a6%9e%e0%a7%8d%e0%a6%9c%e0%a6%be%e0%a6%ae-%e0%a5%a4-tools-to-develop-modules-for-d/

C এর সাথে Python প্রোগ্রামিং এক্সটেনশন (Python Extension Programming with C)

C এর সাথে Python প্রোগ্রামিং এক্সটেনশন C, C++ অথবা Java প্রোগ্রামিং এর যেকোন কোড Python script এর সাথে ইন্টেগ্রেট/ রূপান্তর করা যায়, যাকে Python এক্সটেনশন বলে। Python এক্সটেনশন ফাইলগুলো স্বাভাবিক C লাইব্রেরীর মত, Unix অপারেটিং সিস্টেম এ .so ফরম্যাট ও Windows মেশিনে.dll ফরম্যাটের হয়।   এক্সটেনশন লেখার পূর্বশর্ত Python এক্সটেনশন লিখতে হলে Python হেডার ফাইল এর দরকার পড়ে …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/c-%e0%a6%8f%e0%a6%b0-%e0%a6%b8%e0%a6%be%e0%a6%a5%e0%a7%87-python-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a7%8b%e0%a6%97%e0%a7%8d%e0%a6%b0%e0%a6%be%e0%a6%ae%e0%a6%bf%e0%a6%82-%e0%a6%8f%e0%a6%95%e0%a7%8d/

পাইথন গ্রাফিক্যাল ইউজার ইন্টারফেস প্রোগ্রামিং (Tkinter) (Python GUI Programming (Tkinter))

Python GUI Programming (Tkinter) গ্রাফিকাল ইউসার ইন্টারফেস (GUIs) ডেভেলাপ করার জন্য Python বেশ কিছু অপশন দিয়ে থাকে। এদের মধ্যে সবচেয়ে গুরুত্বপূর্ন হল Tkinter (Python এর সাথে সরবরাহকৃত GUI toolkit এর ইন্টারফেস), wxPython (ওপেন-সোর্স Python ইনটারফেস, http://wxpython.org এ পাওয়া যাবে), এবং JPython (Java’র জন্য প্রচলিত Python পোর্ট, http://www.jython.org এ পাওয়া যাবে)। এছাড়াও আরও অনেক ইন্টারফেস আছে, …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%aa%e0%a6%be%e0%a6%87%e0%a6%a5%e0%a6%a8-%e0%a6%97%e0%a7%8d%e0%a6%b0%e0%a6%be%e0%a6%ab%e0%a6%bf%e0%a6%95%e0%a7%8d%e0%a6%af%e0%a6%be%e0%a6%b2-%e0%a6%87%e0%a6%89%e0%a6%9c%e0%a6%be%e0%a6%b0/

পাইথন প্রোগ্রামিং : তালিকা (Python Lists in Bangla)

1.11 Python Lists Python এর সবচেয়ে বেসিক ডাটা স্ট্রাকচার হচ্ছে sequence. এর প্রতিটি উপাদান এর সাথে একটি নাম্বার assign করা থাকে, যা এর অবস্থান/ ইন্ডেক্স নির্দেশ করে। সর্ব প্রথম ইন্ডেক্স হচ্ছে ০, তারপরেরটা ১, তারপরেরটা ২… ইত্যাদি ! Python এ ৬ ধরনের built-in sequence আছে, তাদের মধ্যে সবচেয়ে প্রচলিত হচ্ছে lists আর tuples। sequence টাইপের …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%aa%e0%a6%be%e0%a6%87%e0%a6%a5%e0%a6%a8-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a7%8b%e0%a6%97%e0%a7%8d%e0%a6%b0%e0%a6%be%e0%a6%ae%e0%a6%bf%e0%a6%82-%e0%a6%a4%e0%a6%be%e0%a6%b2%e0%a6%bf%e0%a6%95/

পাইথন প্রোগ্রামিং : স্ট্রিং (Python Strings in Bangla)

1.10 Python Strings Accessing Values in Strings নিচের কোডটি লক্ষ্য করি, #!/usr/bin/python var1 = ‘Hello World!’ var2 = “Python Programming” print “var1[0]: “, var1[0] print “var2[1:5]: “, var2[1:5]   উপরের কোডটি রান করালে নিচের ফলাফল প্রিন্ট হবে। var1[0]:  H var2[1:5]:  ytho   Updating Strings অন্য একটি স্ট্রিং এর সাথে কোন ভেরিয়েবল এসাইন করে একটি স্ট্রিং …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%aa%e0%a6%be%e0%a6%87%e0%a6%a5%e0%a6%a8-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a7%8b%e0%a6%97%e0%a7%8d%e0%a6%b0%e0%a6%be%e0%a6%ae%e0%a6%bf%e0%a6%82-%e0%a6%b8%e0%a7%8d%e0%a6%9f%e0%a7%8d%e0%a6%b0/

পাইথন প্রোগ্রামিং : নাম্বার (Python Numbers in bangla)

1.9 Python Numbers Number ডাটা টাইপের সাহায্যে সংখ্যা স্টোর করা যায়। যখনই একটি number ডাটা টাইপের মান পরিবর্তন করা হবে তখন একটি নতুন অবজেক্ট তৈরি হবে। var1 = 1 var2 = 10   del statement এর সাহায্যে number অবজেক্টের রেফারেন্স ডিলেট করা যায়। যেমন, del var1[,var2[,var3[….,varN]]]]   del statement এর সাহায্যে এক বা একাধিক স্টেটমেন্ট ডিলেট …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%aa%e0%a6%be%e0%a6%87%e0%a6%a5%e0%a6%a8-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a7%8b%e0%a6%97%e0%a7%8d%e0%a6%b0%e0%a6%be%e0%a6%ae%e0%a6%bf%e0%a6%82-%e0%a6%a8%e0%a6%be%e0%a6%ae%e0%a7%8d%e0%a6%ac/

পাইথন প্রোগ্রামিং : লুপ (Python Loops)

1.8 Python Loops অনেক সময় এমন অবস্থা তৈরি হয় যে একটি নির্দিষ্ট ব্লকের কোড অনেকবার চালানো লাগে, তখন লুপ এর প্রয়োজন হয়। নিচের ছবিটি লক্ষ্য করিঃ Python প্রোগ্রামিং ল্যাঙ্গুয়েজে নিচের লুপ গুলো প্রচলিত . Loop Type Description while loop Repeats a statement or group of statements while a given condition is TRUE. It tests the …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%aa%e0%a6%be%e0%a6%87%e0%a6%a5%e0%a6%a8-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a7%8b%e0%a6%97%e0%a7%8d%e0%a6%b0%e0%a6%be%e0%a6%ae%e0%a6%bf%e0%a6%82-%e0%a6%b2%e0%a7%81%e0%a6%aa-python-loops/

সিএসএস৩ গোলাকৃতির কর্ণার (CSS3 Rounded Corners in Bangla)

সিএসএস৩ border-radius প্রোপার্টি সাহায্যে আপনি যেকোন এলিমেনন্ট এর “গোলাকৃতির কোর্ণার বা পার্শ্ব” তৈরি করতে পারেন। ব্রাউজার সাপর্ট টেবিলে উল্লেখিত সংখ্যা ব্রাউজার এর প্রথম ভার্সন যা এই প্রোপার্টি সম্পূর্ণভাবে সাপর্ট করে তা বোঝায়। -webkit- বা -moz- দ্বারা প্রথম প্রিফিক্স ভার্সন বুঝায় যা এই প্রোপার্টি সাপর্ট করে। Property       border-radius 9.0 5.0 4.0 -webkit- 4.0 …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%b8%e0%a6%bf%e0%a6%8f%e0%a6%b8%e0%a6%8f%e0%a6%b8%e0%a7%a9-%e0%a6%97%e0%a7%8b%e0%a6%b2%e0%a6%be%e0%a6%95%e0%a7%83%e0%a6%a4%e0%a6%bf%e0%a6%b0-%e0%a6%95%e0%a6%b0%e0%a7%8d%e0%a6%a3%e0%a6%be%e0%a6%b0/

পাইথন প্রোগ্রামিং : সিদ্ধান্ত গ্রহণ (Python Decision Making)

1.7 Python Decision Making Decision Making অর্থাৎ সিদ্ধান্ত নেয়াটা যেকোনো প্রোগ্রামিং ল্যাঙ্গুয়েজ এর একটি প্রচলিত অংশ, যেখানে প্রোগ্রামটি কিছু প্রদত্ত শর্তের উপর ভিত্তিতে কোন একটি প্রোসেস সত্য নাকি মিথ্যা সেটা যাচাই করে। প্রায় সব প্রোগ্রামিং ল্যাংগুয়েজেই Decision Making এর ব্যাপার আছে। নিচের চিত্রে Decision Making এর একটা ব্যাসিক ধারণা দেয়া হলঃ কোন শর্ত যদি মিথ্যা …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%aa%e0%a6%be%e0%a6%87%e0%a6%a5%e0%a6%a8-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a7%8b%e0%a6%97%e0%a7%8d%e0%a6%b0%e0%a6%be%e0%a6%ae%e0%a6%bf%e0%a6%82-%e0%a6%b8%e0%a6%bf%e0%a6%a6%e0%a7%8d%e0%a6%a7/

পাইথন প্রোগ্রামিং : মৌলিক অপারেটরসমূহ (Python Basic Operators in Bangla)

1.6 Python Basic Operators একটি সহজ সমীকরণ বিবেচনা করিঃ ৪ + ৫ = ৯; এখানে ৪ এবং ৫ সংখ্যাগুলোকে হচ্ছে ‘operands’ এবং ‘+’ হচ্ছে ‘operators’। Python এ নিম্নোক্ত operators গুলো ব্যবহৃত হয়। Arithmetic Operators Comparison (Relational) Operators Assignment Operators Logical Operators Bitwise Operators Membership Operators Identity Operators নিচে কিছু উদাহরণ দেয়া হয়েছে (এখানে, a = …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%aa%e0%a6%be%e0%a6%87%e0%a6%a5%e0%a6%a8-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a7%8b%e0%a6%97%e0%a7%8d%e0%a6%b0%e0%a6%be%e0%a6%ae%e0%a6%bf%e0%a6%82-%e0%a6%85%e0%a6%aa%e0%a6%be%e0%a6%b0%e0%a7%87%e0%a6%9f/

পাইথন প্রোগ্রামিং : ভেরিয়েবল টাইপ (Python Variable Types in bangla)

1.5 Python Variable Types ভেরিয়েবল হচ্ছে মেমোরি তে নির্ধারিত জায়গা (স্পেস) যেখানে বিভিন্ন জিনিসের মান (value) স্টোর করে রাখা হয়। ভেরিয়েবল তৈরি করা মানেই কম্পিউটারের মেমোরিতে একটা নির্দৃষ্ট স্পেস সঞ্চয় করে রাখা। যেকোনো ভেরিয়েবল কি ধরনের ডাটা রেকর্ড/ স্টোর করবে সেটা নির্ভর করে ভেরিয়েবল উপর। Python এ সমতা চিহ্নের (=) মাধ্যমে যেকোনো ধরনের মান (value) …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%aa%e0%a6%be%e0%a6%87%e0%a6%a5%e0%a6%a8-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a7%8b%e0%a6%97%e0%a7%8d%e0%a6%b0%e0%a6%be%e0%a6%ae%e0%a6%bf%e0%a6%82-%e0%a6%ad%e0%a7%87%e0%a6%b0%e0%a6%bf%e0%a6%af/

পাইথন প্রোগ্রামিং : বেসিক সিনট্যাক্স (Python Basic Syntax in bangla)

1.4 Python Basic Syntax আপনার Python প্রম্পট এ নিচের প্রোগ্রামটি লিখুন এবং Enter চাপুন। >>> print “Hello, Python!”   অনেক সময় নতুন ভার্সনে কাজ করলে ব্র্যাকেটের ভেতর প্রিন্ট স্টেটমেন্ট দিতে হয় যেমন, print (“Hello, Python!”)। যাইহোক, 2.4.3 ভার্সনে রান উপরের স্ক্রিপ্টটি রান করলে নিচের ফলাফলটি আসবে। Hello, Python!   Python Identifiers Python এর ভেরিয়েবল, ফাংশন, …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%aa%e0%a6%be%e0%a6%87%e0%a6%a5%e0%a6%a8-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a7%8b%e0%a6%97%e0%a7%8d%e0%a6%b0%e0%a6%be%e0%a6%ae%e0%a6%bf%e0%a6%82-%e0%a6%b8%e0%a6%bf%e0%a6%a8%e0%a6%9f%e0%a7%8d%e0%a6%af/

পাইথন প্রোগ্রামিং টিউটোরিয়াল : ইন্সটলেশন (Python – Environment Setup in bangla)

লিখেছেন: আবরার রেজওয়ান শুভ   1.3 Python – Environment Setup Local Environment Setup Local Environment Setup এর ক্ষেত্রে আপনার কম্পিউটার এর সার্চ ইঞ্জিনে টাইপ করুন ‘Python’ এবং দেখুন এটি আপনার কম্পিউটারে ইন্সটল করা আছে কিনা, এবং যদি থাকে তবে এর ভার্সনটি জেনে রাখুন। এছড়াও Python এর অফিশিয়াল ওয়েবসাইট (http://www.python.org/) থেকে এর সর্বশেষ আপডেট, সোর্স কোড, …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%aa%e0%a6%be%e0%a6%87%e0%a6%a5%e0%a6%a8-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a7%8b%e0%a6%97%e0%a7%8d%e0%a6%b0%e0%a6%be%e0%a6%ae%e0%a6%bf%e0%a6%82-%e0%a6%9f%e0%a6%bf%e0%a6%89%e0%a6%9f%e0%a7%8b-2/

পাইথন প্রোগ্রামিং টিউটোরিয়াল : বেসিক (Python Tutorial in Bangla : Basic)

লিখেছেন: আবরার রেজওয়ান শুভ 1.1 Python – Tutorial Python একটি general-purpose interpreted, সাধারণ, সহজবোধ্য, উদ্দেশ্য-কেন্দ্রিক এবং উচ্চমানের প্রোগ্রামিং ল্যাংগুয়েজ। ১৯৮৫-১৯৯০ সালের মধ্যে গুইদো ভ্যান রসাম (Guido van Rossum) এই প্রোগ্রামিং ল্যাংগুয়েজ সৃষ্টি করেন। এই টিউটোরিয়ালটি Python সম্পর্কে যথেষ্ট ধারণা দিবে। কাদের জন্য যারা একেবারে শুরু থেকে Python প্রোগ্রামিং শিখতে চান, মূলত তাদের জন্যই এই টিউটোরিয়ালটি …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%aa%e0%a6%be%e0%a6%87%e0%a6%a5%e0%a6%a8-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a7%8b%e0%a6%97%e0%a7%8d%e0%a6%b0%e0%a6%be%e0%a6%ae%e0%a6%bf%e0%a6%82-%e0%a6%9f%e0%a6%bf%e0%a6%89%e0%a6%9f%e0%a7%8b%e0%a6%b0/

ডায়াবেটিস । Diabetes সম্পর্কে জানুন

[embedyt]http://www.youtube.com/embed?listType=playlist&list=PLpCT93YoG92Az_V4X6KjzHUGoowQu01a-[/embedyt]

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a1%e0%a6%be%e0%a7%9f%e0%a6%be%e0%a6%ac%e0%a7%87%e0%a6%9f%e0%a6%bf%e0%a6%b8-%e0%a5%a4-diabetes-%e0%a6%b8%e0%a6%ae%e0%a7%8d%e0%a6%aa%e0%a6%b0%e0%a7%8d%e0%a6%95%e0%a7%87-%e0%a6%9c%e0%a6%be/

এসকিউএল কুইজ । SQL Quiz

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%8f%e0%a6%b8%e0%a6%95%e0%a6%bf%e0%a6%89%e0%a6%8f%e0%a6%b2-%e0%a6%95%e0%a7%81%e0%a6%87%e0%a6%9c-%e0%a5%a4-sql-quiz/

জেকুয়েরী কুইজ । jQuery Quiz

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%9c%e0%a7%87%e0%a6%95%e0%a7%81%e0%a7%9f%e0%a7%87%e0%a6%b0%e0%a7%80-%e0%a5%a4-jquery/

Some questions and answers on SQL and MS SQL Server

Some questions and answers on SQL and MS SQL Server  

Permanent link to this article: http://bangla.sitestree.com/some-questions-and-answers-on-sql-and-ms-sql-server/

Some Questions and Answers on Razor View Engine

Some Questions and Answers on Razor View Engine

Permanent link to this article: http://bangla.sitestree.com/some-questions-and-answers-on-razor-view-engine/

নোড.জেএস (Node. Js) টিউটোরিয়াল

মীর তাওহীদুল ইসলাম ওয়েব ডেভেলপার   আজকে আপনাদের সামনে হাজির হলাম নোড জে এস এর টিউটোরিয়াল নিয়ে। আশা করি আপনাদের ভাল লাগবে। নোড জে এস জাভাস্ক্রিপ্ট এর উপর ভিত্তি করে গড়ে ওঠা খুবই শক্তিশালী একটি ফ্রেমওয়ার্ক বা প্লাটফর্ম যা গুগল ক্রোমের জাভাস্ক্রিপ্ট ভি এইট ইঞ্জিনে (V8 Engine) এ তৈরি করা হয়েছে। এই নোড জে এস …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a8%e0%a7%8b%e0%a6%a1-%e0%a6%9c%e0%a7%87%e0%a6%8f%e0%a6%b8-node-js-%e0%a6%9f%e0%a6%bf%e0%a6%89%e0%a6%9f%e0%a7%8b%e0%a6%b0%e0%a6%bf%e0%a7%9f%e0%a6%be%e0%a6%b2/

জাভাস্ক্রিপ্ট কুইজ । JavaScript Quiz

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%9c%e0%a6%be%e0%a6%ad%e0%a6%be%e0%a6%b8%e0%a7%8d%e0%a6%95%e0%a7%8d%e0%a6%b0%e0%a6%bf%e0%a6%aa%e0%a7%8d%e0%a6%9f-%e0%a6%95%e0%a7%81%e0%a6%87%e0%a6%9c-%e0%a5%a4-javascript-quiz/

নোড.জেএস । Node.js – আরইএসটি সম্পন্ন এপিআই

নোড . জে এস । Node.js – আরইএসটি সম্পন্ন এপিআই রিদওয়ান বিন শামীম আরইএসটি আর্কিটেকচার কীঃ আরইএসটির মানে হল, রিপ্রেজেন্টেশনাল স্টেট ট্রান্সফার। এটি ওয়েব স্ট্যান্ডার্ডভিত্তিক আর্কিটেকচার এবং এইচটিটিপি প্রটোকল ব্যবহার করে। Roy Fielding এটিকে ২০০০ সালে প্রবর্তন করেন। আরইএসটি সার্ভার রিসোর্সে এক্সেস নিশ্চিত করে, ক্লায়েন্ট এইচটিটিপি প্রটোকল ব্যবহার করে এর পরিবর্তন ও পরিবর্ধন করে থাকেন। আরইএসটি …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a8%e0%a7%8b%e0%a6%a1-%e0%a6%9c%e0%a7%87-%e0%a6%8f%e0%a6%b8-%e0%a5%a4-node-js-%e0%a6%86%e0%a6%b0%e0%a6%87%e0%a6%8f%e0%a6%b8%e0%a6%9f%e0%a6%bf-%e0%a6%b8%e0%a6%ae%e0%a7%8d%e0%a6%aa%e0%a6%a8/

নোড . জে এস । Node.js – ওয়েব মডিউল (Web Module)

নড জেএসঃ ওয়েব মডিউল রিদওয়ান বিন শামীম ওয়েব সার্ভার কীঃ ওয়েব সার্ভার হল সফটওয়ার এপ্লিকেশন যা এইচটিটিপি ক্লায়েন্টের পাঠানো এইচটিটিপি রিকোয়েস্ট নিয়ন্ত্রণ করে। ওয়েব সার্ভার ইমেজ, স্টাইল শিট ও স্ক্রিপ্টসহ এইচটিএমএল ডকুমেন্ট আদানপ্রদান করে। বেশিরভাগ ওয়েব সার্ভার স্ক্রিপ্টিং ল্যাঙ্গুয়েজ সমৃদ্ধ সার্ভার সাইড স্ক্রিপ্ট সমর্থন করে যা ডাটাবেস থেকে তথ্য সংগ্রহ, জটিল লজিক সম্পাদন ও পরিশেষে …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a8%e0%a7%8b%e0%a6%a1-%e0%a6%9c%e0%a7%87-%e0%a6%8f%e0%a6%b8-%e0%a5%a4-node-js-%e0%a6%93%e0%a7%9f%e0%a7%87%e0%a6%ac-%e0%a6%ae%e0%a6%a1%e0%a6%bf%e0%a6%89%e0%a6%b2-web-module/

নোড . জে এস । Node.js – ইউটিলিটি মডিউল (Utility Modules)

নোড . জে এস । Node.js – ইউটিলিটি মডিউল রিদওয়ান বিন শামীম নড জেএস মডিউল লাইব্রেরিতে বেশ কিছু সংখ্যক ইউটিলিটি মডিউল আছে। এই মডিউলগুলো খুব কমন আর নড ভিত্তিক এপ্লিকেশনে প্রচুর ব্যবহৃত হয়ে থাকে। S.N. মডিউলের নাম ও বিবরণ 1 ওএস মডিউল অপারেটিং সিস্টেম সংক্রান্ত ইউটিলিটি ফাংশনের ব্যবস্থা করে। 2 পাথ মডিউল ফাইল পাথ নিয়ন্ত্রণ ও …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a8%e0%a7%8b%e0%a6%a1-%e0%a6%9c%e0%a7%87-%e0%a6%8f%e0%a6%b8-%e0%a5%a4-node-js-%e0%a6%87%e0%a6%89%e0%a6%9f%e0%a6%bf%e0%a6%b2%e0%a6%bf%e0%a6%9f%e0%a6%bf-%e0%a6%ae%e0%a6%a1%e0%a6%bf%e0%a6%89/

নোড.জেএস : Node.js – বাফার

রিদওয়ান বিন শামীম   পিউর জাভাস্ক্রিপ্ট ইউনিকোড বান্ধব কিন্তু বাইনারি ডাটায় তেমন নিখুঁত নয়। টিসিপি সিস্টেম বা ফাইল স্ট্রিম নিয়ে কাজ করার সময় অক্টেট স্ট্রিম নিয়ন্ত্রণের প্রয়োজন হয়। নড বাফার ক্লাস প্রভাইড করে যা কিনা পূর্ণসংখ্যার অ্যারির সদৃশ ‘র’ ডাটা সংরক্ষণের সুযোগ দেয় কিন্তু ভি৮ হিপের(V8 heap)বাইরে ‘র’ মেমোরি এলোকেশনের সাথে সুসংহত থাকে। বাফার ক্লাস …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a8%e0%a7%8b%e0%a6%a1-%e0%a6%9c%e0%a7%87-%e0%a6%8f%e0%a6%b8-%e0%a5%a4-node-js-%e0%a6%ac%e0%a6%be%e0%a6%ab%e0%a6%be%e0%a6%b0/

নোড . জে এস । Node.js – ইভেন্ট ইমিটার (Event Emitter)

নড জেএসঃ ইভেন্ট ইমিটার রিদওয়ান বিন শামীম নড ইমিট ইভেন্টের অনেক অবজেক্ট যেমন net.Server এর সাথে কোনও সদৃশ পিয়ার যুক্ত হলে কোনও ইভেন্টকে ইমিট করে। fs.readStream কোনও ইভেন্টকে ইমিট করে যখন এর ফাইল খোলা থাকে। events.EventEmitter সব ইভেন্ট ইমিট হওয়ার উদাহরণ। ইভেন্ট ইমিটারের শ্রেণীঃ ইভেন্ট ইমিটারের শ্রেণী events module তে ব্যপিত থাকে। নিচে উদাহরণ দেয়া …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a8%e0%a7%8b%e0%a6%a1-%e0%a6%9c%e0%a7%87-%e0%a6%8f%e0%a6%b8-%e0%a5%a4-node-js-%e0%a6%87%e0%a6%ad%e0%a7%87%e0%a6%a8%e0%a7%8d%e0%a6%9f-%e0%a6%87%e0%a6%ae%e0%a6%bf%e0%a6%9f%e0%a6%be%e0%a6%b0-e/

ইউজার ডায়াগ্রাম প্রটোকল

রিদওয়ান বিন শামীম   টিসিপি/আইপি প্রটোকল স্যুইটের সরলতম ট্রান্সপোর্ট লেয়ার কমিউনিকেশন প্রটোকল হল ইউজার ডায়াগ্রাম প্রটোকল । এটিতে কম সংখ্যক যোগাযোগ কৌশল প্রয়োগ করা হয়। ইউজার ডায়াগ্রাম প্রটোকলকে অনির্ভরযোগ্য যোগাযোগ প্রটোকল বলা হলেও এটি আইপি সার্ভিস ব্যবহার করে যেটিতে সেরা সরবরাহ কৌশল ব্যবহৃত হয়। ইউজার ডায়াগ্রাম প্রটোকলে ডাটা প্যাকেট গ্রহণকারী কোনোরূপ প্রাপ্তি সংবাদ পাঠায় না …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%87%e0%a6%89%e0%a6%9c%e0%a6%be%e0%a6%b0-%e0%a6%a1%e0%a6%be%e0%a7%9f%e0%a6%be%e0%a6%97%e0%a7%8d%e0%a6%b0%e0%a6%be%e0%a6%ae-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a6%9f%e0%a7%8b%e0%a6%95%e0%a6%b2-2/

নোড.জেএস । Node.js – ইভেন্ট লুপ (Node.js – Event Loop)

রিদওয়ান বিন শামীম   নড জেএস একক থ্রেড এপ্লিকেশন কিন্তু এটি ইভেন্ট ও কলব্যাকের সমন্বয়ের ধারনায় সমর্থন করে। যেহেতু নড জেএসের প্রতিটি এপিআই অসমন্বিত ও একক থ্রেডের, তাই এরা ফাংশন কল ব্যবহার করে সমন্বয় সাধনের জন্য। নড অবজারভার প্যাটার্ন ব্যবহার করে। নড থ্রেড ইভেন্ট লুপ রাখে, যখন কোনও টাস্ক সম্পন্ন হয় এটি সংশ্লিষ্ট ইভেন্টকে বাতিল …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/%e0%a6%a8%e0%a7%8b%e0%a6%a1-%e0%a6%9c%e0%a7%87%e0%a6%8f%e0%a6%b8-%e0%a5%a4-node-js-%e0%a6%87%e0%a6%ad%e0%a7%87%e0%a6%a8%e0%a7%8d%e0%a6%9f-%e0%a6%b2%e0%a7%81%e0%a6%aa/

Load more