‘Internet of Things’ (IoT) – Bane or Boon?

The Internet age has helped us tackle the mundane activities of paying bills, traditional shopping, making reservations all seem easy. Whether it is checking weather forecasts or stock prices – they are now performed by the click of a mouse without physically leaving the desk. This shows the true power of the Internet age. Our day-to-day life has become much easier and standing in queues, jostling through the crowds and the traffic has become passé for these activities. To add to all this luxury, now just imagine a world of smart homes with smart doors(amongst other things) and smart appliances […]

‘Internet of Things’ (IoT) – Bane or Boon? Read More »

Succession Planning Of Long Duration Projects

Succession planning in a project context depends on the nature of the project; its goals, objectives, and planned duration will determine the necessity of the ‘succession-focused’ objective. If you’re a contractor or consultant you begin “succession planning the instant you start the project, no matter how long it is one month or 5 years. If you are an employee of the company, you start succession planning as soon as your part of the plan begins. Considerable effort should be expended on this. Some reasons why team members may leave a long term project: They get bored with it – especially if

Succession Planning Of Long Duration Projects Read More »

Iron Triangle Vs Triple Constraints

Earlier “Iron Triangle” was used as Time, Cost and Output(scope), but it was dropped from the PMBOK® Guide 4th edition onwards. The basic Scope, Time, and Cost gained Quality, then Risk, and later Resources. It no longer fits neatly into a triangle.  Is the Iron Triangle still relevant? People will always try to embellish it but the fundamental problem of balancing what you want, when you want it and how much you are prepared to pay for it always remains. The Iron Triangle just puts the same problem in project context. When the triangle is expanded to include all manner

Iron Triangle Vs Triple Constraints Read More »

Inner Classes – II

Continuing with our discussion of inner classes, this post will deal with how to create inner classes from outside the outer class instance code and also deal with the next type of inner class (inner classes declared inside methods) Recalling a few crucial points from last post, it should be remembered that An instance of inner class always exists only if an instance of outer class exists. Inner classes never exist alone. Inner classes always have access to all the methods and members of the outer class even if they are declared private.   In the previous post, we learnt

Inner Classes – II Read More »

How To Handle Scope Creep In The Middle Of The Project

Scope creep shouldn’t be “handled” in the middle or anywhere during a project. By its definition, scope creep is uncontrolled change or growth in a project. This occurs when the project wasn’t defined, documented, or controlled properly. At the beginning of the project, the plan must include documented requirements and a project schedule to which all stakeholders agree. There must also be a formal change control process. Change will occur of that you can be certain. It is how you manage the change that is important. Any requested change is vetted through and approved by key stakeholders. The proposed change

How To Handle Scope Creep In The Middle Of The Project Read More »

Managing Relationships With Your Project Board

The two extremely important things helpful in managing your project board are relationship and communication. Relationships are critical between you and the project board. They must trust you. You must come across as credible and reliable. Be very sure regarding the information that you provide to the project board, ensure that it must be accurate and on time, as effective and efficient communication plays an important role building these relationships. Keep a track of communication, remember while you are communicating with your project board, you’re providing information timely, appropriately, and regularly. That is the board is updated on real time

Managing Relationships With Your Project Board Read More »

How To Plan Timelines And Vacations

When creating a timeline do take into account team member vacations in the beginning. It’ll likely depend on the size and nature of your project, but you should always take vacation schedules and availability into account sooner rather than later. For large business critical projects, it’s extremely useful to have this information up front in the planning process where the timeline and guidelines for requesting time off can be clearly defined. Vacation plans of all the team members should be considered as risks and the respective mitigation as well as contingency should be in place. If you are planning any

How To Plan Timelines And Vacations Read More »

Inner Classes

We have discussed access modifiers, exceptions, features of Java 8 in previous Java related posts. We will discuss ‘Inner classes’ which is a part of SCJP/OCJP exam objective in this post. Inner classes are part of the code that often stumps a person who is taking the SCJP/OCJP exam. Definition of Inner classes: Inner classes are classes which are nested within the outer classes. Why is this done? This is done to promote good object oriented design principles.   According to the Oracle documentation website, inner classes promote: “Encapsulation Readable and maintainable code Logical grouping of classes which is used only

Inner Classes Read More »

Is Project Manager Completely Accountable For The Outcome Of A Project?

Project Manager is accountable for anything related to the project, only if he is fully empowered. This in turn allows the project manager to embrace accountability for the successful delivery of the project. Without authority, an incredibly weak matrix structures is seen where the project manager becomes a facilitator or sorts without empowered responsibility, if you are ultimately made accountable for something out with your empowerment levels you can verge into the dysfunctional territory. If you are making someone accountable try at least not to tie their hands behind their backs. This really depends on the project and the position of

Is Project Manager Completely Accountable For The Outcome Of A Project? Read More »

Is Detailed Planning Actually Harming Your Project? 

There is a balance where not enough detail harms the progress of the project and too much, delays different deliverables. Incorporating some measure of ‘ready to start’ (and periodically reviewing this for e.g. agile stories) is a good way to verify if you have done enough planning and elaboration. That way you can adjust appropriately for your own, your team’s needs. Project managers generally talk a lot more about planning horizons, they cut their teeth on projects where there was a direct link between certainty and forecast accuracy, and the client understood that. Certainty would relate to having a clear

Is Detailed Planning Actually Harming Your Project?  Read More »

Scroll to Top