Skip to main content

Posts

Showing posts from March, 2018

Importance and way of Writing User Stories

Hearing stories can be fun, but telling effective stories can be tough. The same applies to user stories. So, what are User stories?  According to Wiki, user story is an informal, natural language description of one or more features of a software system and are often written from the perspective of an end user or user of a system. Typically, they are recorded on index cards, on post-it notes, or in project management software. In today’s complex software development times, they play a crucial role in designing software applications that deliver real value to its users. Learn how to write effective user stories and importance of it here http://services.focusinfotech.com/write-effective-user-stories

Uploading Excel file into web app

Microsoft Excel app’s flexibility to define the layout and structure of the information the way user wants, makes the data managing spreadsheet very popular among software users and developers. It’s power packed features and functionalities are easy to use, comprehensive and reliable so that users can enter, manage, maintain, save and retrieve nearly any type of information or data. Many times, software developers embed Excel Layout in a web app for easy data management. With little coding, probably with the help of Spring Boot and Hibernate, one can effectively embed the layout, download it for data entry and then successfully upload the Excel onto the application. Detailed steps are discussed here https://goo.gl/LZKPJw

Implementing md-autocomplete with AngularJs

AngularJS  is a JavaScript-based open-source front-end web application framework that is incredibly popular among developers as it provides  an excellent  toolset  to build an application most dynamically with rich interactive features and functionalities  for a real-time experience. Mostly used in  Single Page Application (SPA) projects,  AngularJS models are JavaScript objects which makes it easy to code, test, maintain reuse, and most importantly free. When it comes in one of its input   component called “md-autocomplete” these are the points to consider while implementing it during development.   It displays a dropdown of all possible matching content to user’s query. User will be able to pick required content from the drop-down that would have all the potential matches based on the search characters entered by him/her. md-autocomplete is different from browser’s autofill feature. It allows user to key-in any value but will not allow the user to select a value which