Featured Post
Psychological contract in today's business
- Get link
- Other Apps
By
Rishoo Mittal
-
Psychological contract (level of individual and organization):
- It is a form of social contract.
- It goes beyond work and salaries.
- It is implicit i.e. it is not a written contract.
- The working relationship is rooted in expectations, values, perceptions.
- It is based on social exchange theory. It means every relationship in society is based on expectations i.e. give and take. It is a Hypothetical contract.
- The psychological contract in an organization is social exchange interaction between employees.
The psychological contract is complex. It’s mainly on building relationships. It’s about how we are treated and what we put into the job. It has to do with rewards and rights.
The trade that can be seen in this case are Respect, trust, compassion, empathy.
A psychological contract has the dynamic quality and it has an emotional and social impact.
Types of psychological contract:
- Transactional: economic exchange. There is no expectation the employer will invest in your career.
- Relational contract: Based on mutual loyalty and trust and abilities. The employer helps to develop your career.
Questions that can be comprehended:
- What happens if the contract doesn’t work?
- How can we say there is a breach of contract that we cannot write down?
- Follow the iceberg model in the psychological contract. Read More
![]() |
Iceberg Model |
Related Posts
Scrum Roles (Scrum Master, Product owner, Development Team) and collaboration between each other
By
Rishoo Mittal
-
1. What is one service a Scrum Master provides to the Product Owner? The Scrum Master is Scrum Framework expert and responsible for its adherence in creating a successful product. As an expert, he is the coach for both product owner and development team. Now if we talk about service a Scrum Master provides to the product owner - a product owner gets coaching from the Scrum Master especially for: • In choosing the right product management techniques and tools • In making product-related decisions • In determining product management practices. 2. Who can order the items in the Product Backlog? As per Scrum Guide, - The Product backlog is an ordered list of everything that is known to be needed in the product. It is the single source of requirements for any changes to be made to the product. The Product Owner is responsible for the Product Backlog, including its content, availability, and ordering. The Product Own
Oracle leads to monetize JVM...going to make two tiers..
By
Rishoo Mittal
-
According to the Register, Oracle is going to make two tiers of Java Virtual Machine — a free one and a premium paid one. 'Adam Messinger, Oracle vice president of development, told QCon that Oracle plans to offer a "premium" edition of the JDK in addition to the open-source JDK. Both, it seems, will be based on a converged JRockit VM and the Hotspot JVM from Sun Microsystems. The converged JVM will be released under the OpenJDK project. ... Messinger didn't explain how the premium JVM would differ to the free version, but the premium edition will likely see performance tuning and tie-ins to Oracle's middleware.
Wireless Presenters Niels Teusink Attacked Network using Arduino
By
Rishoo Mittal
-
This week Dutch security researcher Niels Teusink described a method of attacking wireless presenter devices devices at an Amsterdam security conference. He had a demo showing how it is possible to use an Arduino and Metasploit to get remote code execution by sending arbitrary keystrokes to the presenter dongle. He has now released the code and made a blog post explaining how it all works. Better watch out the next time you're giving a presentation using one of these devices!
Working with docker
By
Rishoo Mittal
-
Docker Image : Building a Docker Image by docker file – includes the build and all the dependencies, Container : Running the created docker image as a container on the Docker by using run command. Docker Daemon – The background application which manages building, running and distributing docker containers. Docker Client – The command line tool that helps to interact with docker daemon. Docker Hub : It is a registry(repository) of Docker Images similar to github repositories of branches and projectes. Hence, once a image is build, it can be pushed to the docker hub and can be pulled and run as a container. docker build -t rishoo2019/cheers2019 . docker run -it --rm rishoo2019/cheers2019 docker pull docker images – Displays all the container images present on the docker docker ps = Displays all the containers currently running docker ps -a = Displays all the containers that we ran, also there remanents docker run -it busybox sh Running the run command with the
Working with Git Repositories Using GitHub Desktop
By
Rishoo Mittal
-
Using GitHub Desktop Clone GitHub repository Open the GitHub Desktop application. In the file menu select clone repository. The popup modal displays the list of repositories accessible in your GitHub. Select the repository and click clone. The desktop application gives you an option to open the cloned repository in VS Code. Read More . Pull GitHub Repository (GitHub Desktop) Inside GitHub desktop to pull the changes from the origin, we set the "Current repository" to GitHub repository we want to pull changes from. Then we set the "Current branch" to "master" or else set the current branch to any specific branch we want to pull the changes from. After selecting the appropriate "Current repository" and "Current branch" we now click “Fetch Origin”. Then after the Origin Fetch has completed we go into the "repository" option in the main menu and click "Pull". This will pull the n
Comments
Post a Comment
Let's discuss and learn more