KeystoneJS Framework on Node

KeystoneJS Framework on Node

KeystoneJS is an Open Source, Node JS framework based on CMS and Web Application Platform. Getting started with KeystoneJS? For, KeystoneJS there are multiple dependencies have to install Node JS (https://nodejs.org/en/download/) Mongo DB (https://www.mongodb.com/download-center#community) Features When you install KeystoneJS, by default it will configure Express Js and Mongo DB (both are used for faster response). […]

Read More
Project Management – Fixed Price Project Posting
Project Management

Project Management – Fixed Price Project Posting

There are different scenarios for revenue recognition postings No WIP, Completed percentage and completed contract. In this article, we go through the postings of fixed price project which is based on completed percentage. Project postings method (revenue recognition) are defined on project groups and that project group selected on project creation. So below are the […]

Read More
Microsoft Dynamics AX: Ledger Balance Verification in Trial Balance

Microsoft Dynamics AX: Ledger Balance Verification in Trial Balance

Issue: Ledger balance does not match with the actual one. Many times, clients face an issue when verifying the closing balance of ledger in AX. The closing balance of the ledger in Trial balance does not match with the actual one. Scenario-1: Closing Balance for year end date can be viewed from various places. Like; […]

Read More
Step-by-Step Guide to Manage Cloud Printing: Google Cloud Print using API

Step-by-Step Guide to Manage Cloud Printing: Google Cloud Print using API

Note: “Google has decided to discontinue Google Cloud print. Thus it is getting deprecated in December 2020. If you are already using Google Cloud Print, learn more with us on how to plan your migration to other API-based cloud printing solutions” Are you looking for cloud application development services that integrate Google Cloud Print? First, […]

Read More
Unit testing in Android

Unit testing in Android

For any software development testing is an important phase where one has to check the stability and reliability of the software. Testing can be done in two different ways: Manual testing: Time consuming and tedious: Since test cases are executed by human, it is very slow and tedious. Huge resources required: More testers are required […]

Read More
XPath in Selenium WebDriver

XPath in Selenium WebDriver

Locators In Selenium automation, Locators are used to locating the elements on webpages but very often it has been observed that either multiple matching elements are located or not even any element is located. So, in order to accurately locate the elements on the webpage, the XPath locator is used. There are different types of […]

Read More
Introduction to Reactive Programming RxJava and RxAndroid

Introduction to Reactive Programming RxJava and RxAndroid

RxJava is out for quite some time and people are hearing about its greater capabilities, but a lot of them haven’t started yet. If you are one of them, you are late, but that’s ok. Few developers say there is no proper guide/document available or they fear to start something new. In this blog, I […]

Read More
Advanced SQL: Indexing, Stored Procedures and Triggers

Advanced SQL: Indexing, Stored Procedures and Triggers

Indexes Introduction: An index is a data structure that improves the speed of operations in a table. We can create an index using one or more columns, providing the basis for both rapid random lookups and efficient ordering of access to records. Without an index, SQL must begin with the first row and then read […]

Read More
Overview of React JS

Overview of React JS

Introduction: React JS will be used within the development of single-page applications and mobile applications. It aims primarily to supply speed, simplicity, and measurability. As a programme library, react is usually used in conjunction with different libraries like Redux. It will be used with a mixture of other JavaScript libraries or frameworks, like Angular JS […]

Read More
Introduction to Laravel 5

Introduction to Laravel 5

Since its initial release in 2011, Laravel has experienced exponential growth. It centers around the end client first, which implies its emphasis is on effortlessness, lucidity, and completing work. Individuals and organizations are utilizing it to assemble everything from straightforward diversion extends the whole distance to Fortune 500 organizations. Laravel is an MVC framework with […]

Read More
Web Application Performance Testing

Web Application Performance Testing

In this blog, I wish to discuss on step by step guide to Performance Testing of a Web application, particularly that has a high amount of traffic on it. Have you ever wondered how would you perform performance and load testing of a web application with say 10K or 30K users? Also, those virtual users should […]

Read More
How to Configure Database Mail in SQL SERVER 2005
Managed IT Services

How to Configure Database Mail in SQL SERVER 2005

Introduction It has been observed that several programmers face difficulty in configuring the database mail in SQL SERVER 2005 or its higher versions. So here, we are sharing some examples where the database mail concept is used and certain steps to configure database mail in the SQL server. If you have configured the database mail, […]

Read More