Bit Bucket Pipeline
Cloud Services

Bit Bucket Pipeline

What is BitBucket? Bitbucket Pipeline is an integrated CI/CD service, built into Bitbucket. It allows you to automatically build, test, and even deploy your code, based on a configuration file in your repository. Continuous Integration (CI) is a development practice that requires developers to integrate code into a shared repository several times a day. Continuous […]

Read More
7 Trendsetting Components for Web Design
UI/UX

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 More
Laravel Browser Testing, Automation using Laravel Dusk

Laravel 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 More
SQL Server Service Broker

SQL 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 More
Isolation levels in SQL Server

Isolation 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 More
SQL Server Profiler – Best Practices and Tuning Advisory

SQL 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 More
Adobe eSign integration with ASP.NET

Adobe 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 More
Auto Renewable Subscriptions in iOS and Android

Auto 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 More
Agile Methodology with Scrum
Project Management

Agile 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 More
AWS Route53: Understanding Features and its Usage
Cloud Services

AWS 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 More
Importance of Wireframing and Prototyping
UI/UX

Importance 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 More
Event Dispatcher and Event Handler

Event 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 More