Some Topics on Project Communication Management For bigger projects communication also needs to be preplanned and executed effectively. Though based on circumstances the plan may be reviewed and changed. Overview Project communication can be very tricky and political Deals with Compiling, Sending, Storing, distributing and managing project record Handles four areas:What to communicate, to whom, …
Category: Complete Courses
Apr 10
PMP – Topics : PMP – Processes #Root
PMP – Topics : PMP – Processes Initiating Planning Executing Monitoring Closing From: http://sitestree.com/?p=11378 Categories:RootTags: Post Data:2017-10-16 23:02:29 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
Mar 10
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 …
Mar 10
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 …
Mar 10
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() …
Mar 10
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 …
Feb 23
My YouTube Channel on Software and Web Development
Sayed Ahmed This is my youtube channel on Training and Education; primarily on Software and Web Development. Playlists: object oriented programming in php 5 http://www.youtube.com/watch?v=xVnVD3b2BCc&list=PLUA7SYgJYDFozmePt6hBygmlU_uwID1_8 PHP and MySQL: Misc http://www.youtube.com/watch?v=h21qyG3KeJY&list=PLUA7SYgJYDFovREY1m3AcPUOF59U695su Ecommerce Shop Development in Magento http://www.youtube.com/watch?v=NJzUSu-GcUk&list=PLUA7SYgJYDFqOx7–ezlbukRbVX1wIfeI Introduction to Information and Telecommunications Technologies (Based on Grade 11 & 12 Education in Bangladesh) http://www.youtube.com/watch?v=vVHSVrtRIis&list=PLUA7SYgJYDFqrvpNI2YsxMfCxXBsiQGbY Video Game Design …
Jul 31
Recent Announcements from AWS
Browse below to learn about the latest product, service, and feature announcements from AWS. AWS Release Notes A Weekly Review of the Latest Announcements from AWS Introducing Amazon EC2 R5 Instances, the next generation of memory-optimized instances Introducing Amazon EC2 z1d Instances with a sustained all core frequency of up to 4.0 GHz Amazon ECS …
Jul 27
Tech Talk Follow Up: Introduction to Amazon QuickSight: Business Analytics for Everyone
Thank you for registering for an AWS Online Tech Talk. The on-demand content is now available. Webinar: Introduction to Amazon QuickSight: Business Analytics for Everyone Recording Presentation slides My Account | Getting Started | Products | Solutions | Pricing | Partners | Documentation | Training | Events & Webinars | AWS Activate | Marketplace | …
Dec 26
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 …