When should you create a child theme in WordPress?
It is recommended to create a child theme if web developers have to add new features in the website which are NOT supported by parent theme and parent theme updates...
Introduction to Stackdriver APM and its functioning
In March 2018, Google introduced a suite of tools called Stackdriver APM, for developers to make applications faster and reliable. These tools are very powerful and can be used in...
How to Verify iTunes, Android and Amazon Subscription Status from Backend Server?
When your application has in-app purchase subscription, either auto-renewal or not, you might need to check the subscription status whether still active or it has expired. To check if the...
React-Native Anti-Patterns
While developing any application, there are some do’s and don’ts that we need to follow. Anti-patterns are the patterns which degrade the performance of the solution. It is possible that...
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...
Introduction to Apache Kafka
With evolving time, Kafka lets you needlessly store absurd measures of information, have a message transport with immense throughput (millions/sec) and utilize real-time stream handling on the information that experiences...
Introduction To Sahi Script
Sahi script is JavaScript based. The parsed sahi script by sahi is fully valid javascript executed by the rhino javascript engine. The constructs used in sahi script are given below....
VPN configuration across the VPCs on GCP
VPC provides global, scalable, and flexible networking functionalities for you to compute resources on Google Cloud Platforms such as Compute Engine VMs, GKE(Google Kubernetes Engine) clusters, and the App Engine...
Build better component with styled components
Component-based design is an increasingly popular process for developing web interfaces. It’s been once common for organizations to believe libraries like Bootstrap or Material UI. But with the arrival of...
Believe In Your Web Design Skills But Never Stop Improving
There’s always another goal to reach, another skill to master. And that’s exactly how it should be. Web design itself is constantly morphing, changing, and adapting. Web designers need to...
Tudip Work Culture
We at Tudip Technologies believe that highly motivated employees tend to be more productive, better skilled, participative, and want to grow in life when compared to their unengaged counterparts. Read...
How to create a user in Active Directory?
Active Directory is Microsoft software which is used to organize the company's users, computers within a network. It allows network administrators to create and manage domains, users, and objects. It...
Introduction to Bare Metal Solution
Bare Metal Solution provides a path to modernize your application infrastructure landscape, with maintaining the existing architecture. In other words, it provides hardware to run specialized workloads with low latency...
Getting started with Azure DevOps
Azure DevOps is a Project management tool used to manage the development of a project. Azure DevOps is also used for managing multiple releases cycle of a project. Read the...
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...
Getting started with Cloud CDN
Even before we dive into CDN, let’s understand the issue behind this solution - Latency which is the total round-trip time taken for a data packet to travel from source...
Data Storage in Xamarin tvOS
Apple TV is a digital media player used to play digital content such as music, video, and can also be used to play games with internet connectivity. Currently, it has...
Setting up Production Specific Kubernetes Environment
When you are managing microservices then its management and orchestration is kind of tricky for the team or person. For microservice-based applications, Kubernetes is the best choice. Read the blog...
Introduction to Cloud Dataproc Spark Jobs on GKE
Cloud Dataproc is Google Cloud’s fully managed Apache Hadoop and Spark service. The mission of Cloud Dataproc has always been to make it simple and intuitive for developers and data...
Testing Challenges with BLE devices
Bluetooth Low Energy (BLE) is a low power wireless communication technology that can be used over a short distance that enables smart devices to communicate. Read the blog to know...