jjj

Playwright – Cucumber – Typescript Setup

Explore the Playwright framework, an open-source browser automation tool by Microsoft, enabling cross-browser testing and task automation. Discover Cucumber, an open-source BDD framework for writing executable specifications in natural language. Learn to set up Playwright-Cucumber with TypeScript, creating efficient automation scripts. Uncover the advantages of Playwright for cross-browser testing and CI/CD integration, along with its challenges like maintenance and flakiness. Streamline your testing process with Playwright’s versatility and simplicity, boosting testing efficiency and code quality.

Read More
jjj

API Security: 9 Essential Best Practices

With data-centric projects becoming the focus in the modern-day, APIs are now a major asset. Acting as doors for the secure data of companies, this beneficial technology comes with its own sets of challenges.

Read More
jjj

How to use Google Sheets API with NodeJS?

When we want to access spreadsheet data or want to modify spreadsheet data programmatically then Google sheet API service is required for the same. Read more

Read More
jjj

Using Context API in react app

What is a context API? The Context API is a structural component that enables React to handle states at all stages of your application. Read more

Read More
jjj

App Center API

Visual Studio App Center puts many common resources together into a cloud solution for DevOps. To design, test, and distribute software, developers use the App Center.

Read More
jjj

How to Perform Sentiment Analysis in NL API?

Sentiment analysis makes use of textual content evaluation, biometrics, computational linguistics, and natural language processing to identify, extract, quantify, and take a look at affective states and subjective information.

Read More
jjj

Using Zebra Printer API in Rails App

Explore how to use Zebra Printer API in Rails App and how we can implement the APIs using this gem to generate the ZPL string according to the need for the labels.

Read More
jjj

Api Authentication using Laravel Sanctum

Laravel Sanctum was introduced in the Laravel 7.x version. This feature provides us a simple authentication framework for SPA (Single Page Application). Using Sanctum we can produce various for a user and these tokens may be conceded with various scopes. For eg., post:create scope, etc using this scope we can permit the user to perform an action.

Read More
jjj

Integration of Google Places search API in Node JS

If you want to add place search and want to display places on Google map using NodeJS then you are at the right place. Google provides a feature of searching places based on the latitude and longitude or we can say location. Google gives Places API Requests, NearBy Search API Requests to search place information like shops, hospitals, Grocery stores, Petrol pumps, Restaurants nearby you.

Read More
jjj

ACH Authentication via Plaid using Asp.Net in Six Steps

Plaid is a technology platform which enables applications to attach with a user’s checking account, eliminating the necessity for users to enter the account and routing numbers or cope with micro-deposits which is an error-prone process, that is hard for users and forces businesses to withstand through sensitive information on their own systems. A must read blog to know more about Plaid.

Read More
jjj

Karate- Automation with Gherkin Syntax

Getting ready to automate the applications, not sure about the selection of the automation framework, This blog is for you. Read the blog on Karate- Automation with Gherkin Syntax and know more about it.

Read More
jjj

How to Consume APIs in Vue.js using Axios?

As we all know Vue.js is a trending, open-source and lightweight javascript library for building interactive single-page applications and user-friendly web applications. When we integrate Vue.js with other libraries it becomes a “framework” also. Read the blog and know more about it.

Read More
jjj

Apigee hybrid API management

Hybrid API Management is divided into two components, Apigee hosted management plane and a Customer managed plane. It is the best approach that combines the best features for on-premises and on-Cloud. Read the blog to know more about its features and its key capabilities

Read More
jjj

Upgrading Symfony to Latest Long Term Support (LTS) version

It has been long since Symfony 2.6 was introduced, so there are going to be a lot of changes in the latest version. We will be covering the major changes in this blog. Instead of upgrading directly to the Symfony LTS version, first, we will upgrade to Symfony 2.8, then 3.4, then Symfony 4.4.

Read More
jjj

How to securely transfer Web API data in ASP.NET Core?

Nowadays, many applications are transferring sensitive data in a plain text format to and from other applications, which leads to data breach or leaks. In this blog, we will see how to encrypt outgoing data and decrypt incoming data in ASP.NET Core Web APIs using the AES symmetric encryption algorithm.

Read More
jjj

How to analyze MP3 files in Laravel?

We can analyze MP3 files in Laravel by using wapmorgan/mp3info package, the fastest PHP library to extract MP3 meta information and tags. Read our blog to understand the further process of installation, usage, list of API and performance.

Read More
jjj

How to Trace APIs with Jaeger-Opentracing?

Jaeger, inspired by Dapper and OpenZipkin, is a distributed tracing system released as an open-source by Uber Technologies. It is used for monitoring and troubleshooting micro services-based distributed systems. Read the blog and know how to Trace APIs with Jaeger-Opentracing?

Read More
jjj

Cloud Billing Catalog API: GCP pricing in real-time

Getting ready to utilize GCP services and not sure about the pricing and the plans, this blog is for you, Read our blog Cloud Billing Catalog API: GCP pricing in real-time now and get in-depth details.

Read More
jjj

What is ExoPlayer and Which is the best player for live streaming in Android?

It is common to play music and videos in live streaming in Android Apps. There are so many available options to do that are open source. Therefore it is difficult to choose one of them which is best for our requirements. Read the blog and know more about ExoPlayer and which is the best player for live streaming in Android?

Read More
jjj

How to use HTTP Load Balancer with Cloud Armor?

The Google Cloud Load Balancer is defined as a globally distributed load balancing service. It helps the GCP users to distribute applications across the world and scale there’s computer up and down with autoscaling. Apart from this, load balancers allow millions requests per second with no pre-warming. Read the blog to understand how to use HTTP Load Balancer with Cloud Armor?

Read More
jjj

An Introduction to Slack Integration

Slack is an interactive hub that has replaced email to help you and your team work together seamlessly. It is a simple interactive toll where many people can connect through a channel. It’s designed to support the way people naturally work together, So you can collaborate with people online as efficiently as you do face-to-face. Read the blog to know more about Slack Integration.

Read More
jjj

What is Amazon API Gateway?

Amazon API Gateway is an AWS service which is used for creating, maintaining, publishing monitoring, and securing REST and WebSocket APIs at any scale. It allows developers to define the HTTP endpoints of a REST API or a WebSocket API and connect those endpoints with the corresponding backend business logic.

Read More
jjj

What are Networking Services in GCP?

GCP Provides Networking services tools to manage and scale your network easily. Here, we will discuss some of those tools which will help you manage your network as per your requirements.

Read More
jjj

How to Accept Payment on your site using Open Edge Payment Integration?

OpenEdge is the payment gateway that accepts Credit and Debit Cards and other Payment Types, read the blog to know why it is different from others and How to Accept Payment on your site using Open Edge Payment Integration?

Read More
jjj

What are Lambda expressions and how to use them in java?

Lambda expressions are used to define the implementation of a functional interface i.e. an interface that has only one abstract method, in a single statement. Read the blog and know more about, what are Lambda expressions and how to use them in java?

Read More
jjj

How to send bulk messages using Twilio in Node.js?

Twilio- send message method is suitable for sending messages less than hundred but If you want to send more messages, you need to send Twilio request and per message requires a lot of time to finish the sending process. Our blog gives a clear understanding on how Twilio Notify services helps you to send bulk messages.

Read More
jjj

Automate the API testing using Postman

Getting ready to release a product and not sure about how to conduct regression testing for APIs? This blog is for you. It has a basic outline of the terminologies used in this blog and explained briefly about how to automate the API testing using Postman. Read our blog and get your answers now.

Read More
jjj

Espresso Idling Resources

When we are handling the application we need to wait for the application response and animations. In our blog, we have explained the term Espresso Idling Resources with the reasoning of how, why and where do we use this is explained in detail.

Read More
jjj

Correlation in JMeter using Post-Processor (Regular Expression Extractor)

Performance testing is sort of testing expected to decide the responsiveness, throughout, dependability, and additionally adaptability of a framework under a given outstanding load or whether the expected performance is met or not under the actual conditions of use. Read this blog to know more.

Read More
jjj

Stripe Payment In ASP.NET MVC

This Blog will give you an idea of how stripe allows individuals and businesses to receive payments over the Internet. We have also mentioned a few steps to easily integrate Stripe Payment Gateway in ASP.NET MVC Application. Know these steps by reading our blog.

Read More
jjj

ASP.Net Web API 2

In this Blog, we have tried and articulated the Basics of ASP.NET Web API., what is the Web API, basic structure of an ASP.NET Web API project, the difference between Web API and MVC, uses of filters, routing and different hosting modes.

Read More
jjj

Cloud Natural Language API

As all of you know Google APIs are used for communication with Google services. In a single word we can say if you want to use Google services…

Read More
jjj

Insights of Deployment Manager

A Deployment Manager template is just like a decorated REST API call. Deployment manager has various providers which you can check in Supported GCP Type Providers

Read More
jjj

EarlGrey – IOS UI Testing Framework

With today’s UI testing framework, most of the UI tests are slow and complex to write and Synchronization of UI is the major issue…

Read More
jjj

How to Setup Custom Domain for Google App Engine Application?

Google’s App Engine is a Platform as a Service (PaaS) that provides features and web frameworks to easily build scalable web applications. App Engine applications are easy to manage your traffic and data storage as per need.

Read More
jjj

tvOS Application Development using Xamarin

tvOS is an operating system which is developed by Apple. It launched on Sep 9, 2015. Currently, we are using many of the streaming devices to play the video. tvOS is one of the most popular streaming devices in the world but currently,…

Read More
jjj

Why we should use React over Angular?

Many of the developers agree with the fact that both React and Angular are best open-source technologies for front-end development. As Angular landed in the market much before React,

Read More
jjj

Angular Universal: Angular Server-Side Rendering

A normal Angular application executes within the browser, rendering pages within the DOM in response to user actions. Angular Universal executes on the server, generating static application pages that later get bootstrapped on the consumer.

Read More
jjj

What is Google APIs & its Importance for Business

Google APIs are set of application programming interface (API) developed by Google which allow communication with Google Services. APIs adhere to specific rules and methods to clearly communicate requests…

Read More
jjj

Zapier: Making developer’s life easy

Zapier is a web-based and programmable service that allows end users or developer to integrate the web applications.

Read More
jjj

Web, Mobile and API Development Guide

What are various Web, Mobile and API end technologies and how do they work in tandem? Tudip’s Web, Mobile and API Development Guide is a good starting point

Read More
jjj

How to request Twitter for email access?

In order to retrieve a user’s Email address during the Social Authentication process, Twitter requires you to request permission. You can follow the below steps…

Read More
jjj

Instagram App Submission

As per the recent guidelines laid out by Instagram, all the existing and new apps in Instagram would have to go through the review process…

Read More
jjj

Twitter REST APIs in Java

Twitter is undoubtedly one of the most successful examples of social networking to appear on the World Wide Web. The REST APIs provide programmatic access…

Read More