by Shweta Mahajan | Apr 29, 2023 | Software Development
Scrum – The Agile Framework for Effective Software Development Blog Description: This blog delves into the history, definition, and process flow of Scrum, one of the most popular frameworks of Agile methodology. The tone is creative, and the content is written... by Ambarish Durani | Apr 26, 2023 | Software Development
Java Control statement is used to execute the statement based on the condition that you want to execute when the program is in the execution state. So the compiler checks the condition and if the condition is true then it executes the statement but if the condition is... by Trupti Mane | Apr 24, 2023 | Networking
Samba is an open-source tool through which files can be shared between Linux and Windows systems. It’s an SMB (Server Message Block)/CIFS (Common Internet File System) protocol with open-source implementation. It is a client-server communication protocol that uses... by Yuthika Sharma | Apr 20, 2023 | Soft Skill
You are not scared of attempting something new, instead, you are scared of the consequences it might bring to you. Public Speaking-Fear is the root cause of all problems: I have often heard students coming to me with a complaint that they fear talking in public or... by Rohit Kumawat | Apr 19, 2023 | Software Development
Understanding of Objects in Salesforce The object is like a database table which is used to store specific information in a salesforce org. For example, if we want to store information regarding the students, so we can create an object named “Student” to store the...