7 Trendsetting Components for Web Design
Numerous components for web design that picked up quick fame in late 2018s, kept on developing patterns in 2019 as well. These trending components incorporate everything; right from shading decisions, typography, content use, to voice, VR interfaces and everything in UX. Moreover, such components recreate web composition patterns and procedures too. Get a quick review […]
Read MoreLaravel Browser Testing, Automation using Laravel Dusk
Laravel Dusk is a package that provides the functionality of unit testing in the browser. It does not require JDK or Selenium. This package uses Chrome driver by default but it can be configured to use Selenium with different browser as well. First, we get information about the installation part and then we will do […]
Read MoreSQL Server Service Broker
What is Service Broker? Service broker is basically composed of several elements like message types, contracts, a queue, and a service. It’s all about communication between applications. Its sent messages between services. What are message queues? Message queues are a way of sending asynchronous messages across boundaries. A queue is look like a table in […]
Read MoreIsolation levels in SQL Server
1. What is Isolation levels? The isolation level that your transaction runs in determines how sensitive your application is to changes other users’ transactions make, and consequently, how long your transaction must hold locks to protect against these changes. 2. Types of Isolation level. READ COMMITTED READ UNCOMMITTED REPEATABLE READ SERIALIZABLE SNAPSHOT 3. Why we […]
Read MoreSQL Server Profiler – Best Practices and Tuning Advisory
In this blog, let us see how we can identify slow running queries and how to improve SQL server performance by using Database engine tuning advisor. SQL server performance largely depends on how you created the index i.e. clustered index and non-clustered index etc. Most of the time developer don’t think even about indexes. By […]
Read MoreAdobe eSign integration with ASP.NET
Adobe eSign integration steps: Setup developer account Configure API application Get Adobe Sign Token Integration with your application Integrate webhook application in your code 1. Setup developer account To setup a developer account, visit the following link: https://acrobat.adobe.com/in/en/sign/developer-form.html Fill up the details asked in ‘Sign up to create your account’ form and click on ‘Continue’. […]
Read MoreAuto Renewable Subscriptions in iOS and Android
Auto renewable subscriptions allow customers access to content, services, or premium features in your app by subscribing to it. After completion of each subscription period, the subscription automatically renews until a user manually cancels it. Developers can offer subscriptions along with other in-app purchase products within the app. Applications: Premium content Episodic content Software as a […]
Read MoreAgile Methodology with Scrum
What is Agile? Agile software development methodology is more versatile to changes as there is no in-depth planning at the beginning of a project rather there are changing requirements throughout the process of the project. Constant feedback from the end users is encouraged. In agile, there is an incremental and iterative development approach. The work […]
Read MoreAWS Route53: Understanding Features and its Usage
Introduction: Amazon Route 53 provides DNS (Domain Name System) service with 100% availability. DNS translates human-readable names like www.example.com to a numeric IP address that computers used to talk to each other. Route 53 provides three main functions: Domain Registration Domain Name System service Health Checking Amazon route 53 integrates seamlessly with other AWS services […]
Read MoreImportance of Wireframing and Prototyping
What is Wireframe? Wireframe is a basic idea of how your website content looks like. It will explain the content and concept of how your content and images and your product will display in your website. It will help a lot to the designer as well as the client to discuss the overall website. Wireframe […]
Read MoreEvent Dispatcher and Event Handler
Events Whenever any discussion related to “events” comes in PHP, I usually lean to think, “There is not a real event in PHP”, “PHP works on the synchronization of execution”. Therefore, it will not use events. There are some frameworks that provide the functionality of “Event Dispatcher” like Symfony. Here I am taking one example […]
Read MoreKeystoneJS 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