Overview To count each and every element in the HTML document including the head tag and body tag can be achieved using the jQuery "length()" method. By selecting the universal selector ( * ) as selector and calculating the length of its using length property will return the number of the elements contained in the HTML document page. Syntax The syntax used to count the number of elements is − $(“*”).property; selector − The selector used in this is the universal selector, as the name itself describes that it selects each and every element of the page. ... Read More
Overview The conversion of a title to URL Slug is also known as to “Slugify” a title. An URL Slug refers to a title which is descriptive by itself and is easy to read. It is attached to the URL of a page which tells about the current page as the slug is self-descriptive. So to convert a title to slug using JavaScript can be achieved using certain JavaScript functions such as toLowerCase(), replace(), trim(). Algorithm Step 1 − Create a HTML page with two input tags and add the id attribute in it as “title” and “urlSlug” respectively, ... Read More
Overview To convert the String type value to the Number type value is easy to manipulate with AngularJs as it has in-built function such as parseInt(), parseFloat() which convert the String type of number to the Number type and “isNumber()” function of angular which cross check whether the given data is converted to the number or not. For example if a number is of type decimal String type then we will use parseFloat() function to convert the String to Number, otherwise if we had to convert without the decimal number then we will use parseInt() function. Syntax The syntax used ... Read More
Overview To convert the spoken words to the text we generally use the Web Speech API’s component that is “SpeechRecognition”. The SpeechRecognition component recognizes the spoken words in the form of audio and converts them to the text. The spoken words are stored in it in an array which are then displayed inside the HTML element on the browser screen. Syntax The basic syntax used in is − let recognization = new webkitSpeechRecognition(); We can also use SpeechRecognition() instead of webkitSpeechRecognition() as webkitSpeechRecognition() is used in chrome and apple safari browser for speech recognition. Algorithm Step 1 ... Read More
Overview To convert the HTML Table into the Excel Spreadsheet can be done with the help of jQuery plugins. The “table2excel” is a lightweight plug-in of jQuery, which helps to achieve the solution to the problem. In this we will create a table using HTML tag in that we will create the number of rows using tag. The data is inserted inside the rows using the tag. Syntax The syntax used in this is − $(selector).table2excel({ filename: “”, fileext: “” }); selector − It can be any HTML ... Read More
DevOps is significant because it is a methodology for software development and operations that facilitates quicker creation of new goods and simpler upkeep of deployed software. DevOps seeks to quickly and transparently release software and software upgrades that add value for end users while maintaining high quality. The key advantages of DevOps are its agility, transparency, and excellent software quality. What is DevOps? The combination of cultural philosophies and tools known as DevOps improves an organization's capacity to deliver applications and services at high velocity: products evolve and improve more quickly than they would in institutions using conventional software development ... Read More
Hybrid work is growing its popularity recently. It happens as organizations adopt more flexible working structures during the pandemic. At the same time, the Agile development approach gets notable traction in software development. However, there is a need to understand how hybrid work can work with Agile development. Here, we will know how organizations can incorporate Agile development methods into their hybrid work arrangements. Understanding Agile Development Methodology The agile development method is an iterative and incremental method of software development. It highlights flexibility, customer collaboration, & continued progress. It is designed to deliver high-quality software products. With this, you ... Read More
Agile Planning: what is it? An incremental, incremental method of project management is used in agile planning. Agile allows for requirement modifications along the way and focuses on ongoing feedback from end users instead of using a detailed plan from the beginning of the project, which is often a commodity. Cross-functional teams arrange their work into backlogs with the goal of producing value as people engage in product iterations and OKRs (targets and important aspects) over a predetermined period of time. The end result of each iteration is to create a viable project. The agile approach to software development and ... Read More
Agile Analysis is a process that pushes business transformation. It happens by cracking down large & complex issues into smaller & more manageable ones. It is a method that allows associations to quickly & efficiently respond to changing business needs by emphasizing collaboration, flexibility, and continuous improvement. Here we will analyze the key elements of Agile Analysis and how it drives business transformation. Agile Analysis Methodology Agile Analysis is a process that comprises several methodologies. It allows organizations to examine business needs & transform them into deliverables. It involves breaking down difficult problems into smaller components, analyzing them & then ... Read More
Do you feel like work meetings consume too much of your time and leave you with too little time to get work done? If so, you're not alone. However, Daily Stand-ups can be a valuable exception to this trend. These brief meetings typically last no more than 15 minutes, and if conducted properly, can help to reduce the need for unnecessary meetings throughout the day. If you're not a fan of Daily Stand-ups, it may be because your team has been treating them as status update meetings, which can be stressful and unproductive. In the context of software development, Daily ... Read More
 Data Structure
 Networking
 RDBMS
 Operating System
 Java
 iOS
 HTML
 CSS
 Android
 Python
 C Programming
 C++
 C#
 MongoDB
 MySQL
 Javascript
 PHP