Posts

Scrum

Image
     Scrum is a project management framework that stresses collaboration, accountability, and incremental progress toward a well-defined goal. The framework starts with a simple premise: start with what is visible or understandable. After that, keep track of your progress and make adjustments as needed. Transparency, inspection, and adaptation are the three pillars of Scrum.

ASP.NET MVC - ViewBag

Image
       In ASP.NET MVC, the ViewBag is used to send temporary data from the controller to the view that isn't contained in the model.

J Query

Image
     jQuery is a feature-rich, fast, compact, cross-platform JavaScript library. Its purpose is to make HTML client-side scripting easier. With an easy-to-use API that works on a variety of browsers, it makes tasks like HTML document navigation and manipulation, animation, event handling, and AJAX relatively straightforward. The primary goal of jQuery is to make it simple to use JavaScript on your website in order to make it more interactive and appealing. It's also utilized to add movement.  

SQL Query Optimization Techniques

Image
  The total process of selecting the most effective method of processing a SQL statement is known as query optimization. Because SQL is a non-procedural language, the optimizer can merge, restructure, and process data in whatever sequence it wants. Based on statistics acquired about the accessed data, the database optimizes each SQL statement.

SLACK

Image
       Slack is a multi-purpose communication and collaboration software. Instant messaging, voice and video calls and a set of tools to enable groups to exchange information and collaborate are all included. Slack is available as standalone software for Windows, Mac, Android, Linux, and iOS, as well as through web browsers. Here's a quick rundown of how Slack works. Slack Workspaces and Channels      A Slack workspace, similar to a dashboard, is your team's home. Slack allows groups or teams to create a free workspace and then upgrade their plan if they need advanced capabilities like unlimited workspaces or assured uptime.      Users in a workspace create a directory, and all users can connect using instant messaging.      Members of a workspace can chat in Slack Channels, which are shared group chat rooms. Users can communicate with the entire team or specific individuals of the team through a variety of channels. Channels can be dedicated to individual teams, pr

JIRA

Image
             Atlassian, an Australian company developed JIRA in 2002. Bug tracking, issue tracking, and project management are all can do with this software. The full form of JIRA is derived from the Japanese term "Gojira," which means "Godzilla." This tool's primary function is to track issues and problems in your software and mobile apps. JIRA used for? Jira can be used for the; Requirements and Test case management In Agile Methodology Project Management Software Development   Product Management Task Management Bug Tracking   JIRA Scheme Everything may be configured within the JIRA scheme, which contains; Workflows Issue Types Custom Fields Screens Field Configuration Notification Permissions JIRA Issues and Issue types What is the Issue?             A JIRA issue would be used to track a bug or issue that is fundamental to the project. After you've imported the project, you may start creating issues. Other important feature

Version Control

Image
               What is "version control," and why should you be concerned about it? Version control is a method of tracking changes to a file or set of files over time so that you may go back in time and recall specific versions. In the examples in this book, the files being version controlled are software source code, but you may do this with practically any sort of file on a computer.   Local Version Control Systems                Copying files into another directory (maybe a time-stamped directory, if they're clever) is a common version-control approach used by many people. Because it is so simple, this strategy is immensely popular, yet it is also extremely error-prone. It's easy to lose track of which directory you're in and write to the wrong file or copy over data you didn't intend to copy over. To address this problem, programmers created local VCSs with a simple database that tracked all file changes under revision