TO THE NEW Blog PAGES

Java/JVM

Getting Started with Spring Boot

What is Spring Boot? Spring Boot is now an open-source Java-Based framework to create standalone microservices with production-ready features. It is heavily maintained by the Pivotal team. Microservices is an architectural design that creates scalable, loosely coupled, and testable applications with a single function module with a well-defined interface. What is MicroService? MicroService is an architecture that […]

Moin Malik
Moin Malik
Read

Drupal

Services and Dependency Injection in Drupal

Drupal 8+ is built upon Services, forming the backbone of modern Drupal development services, where much of the system functionality is powered through dependency injection. Services : Services: A service is any object managed by the services container, and understanding this concept is fundamental for teams offering scalable Drupal services, or we can say that […]

AWSBig DataCloud

Mirror Maker for Kafka Migration

For one of our Global Advertising Management Platform clients, we did one migration project with zero downtime for components like Platform DB, Ceph, Aerospike, Kafka (Zookeeper +data nodes), MapR (hive, oozie, hue), Druid (Zookeeper +data nodes), Flink (Zookeeper +data nodes), Monitoring (Icinga,collectd, cloudwatch), Logging (logstash & Opensearch) & Other Components ( Nexus, SFTP, Jenkins ). […]

Front End DevelopmentMarketing

Develop Newsletter from Basics to Advanced

What Is A Newsletter? A newsletter is an email which you can send to your customers to update them regarding the brand’s latest products and services. You can also share valuable blog posts or industry news or inform them about your offers and discounts. Dos and Don’ts in Newsletter: Use only inline css. Always define […]

Digital MarketingWeb Content Management

SEO Power Words Proven Way to Increase Web Traffic

Today, you’ll use approximately 8,400 words. According to research, that is an average. Some of those terms may find their way into your website’s pages and posts on social media if you’re a marketer. We do not choose words unconsciously, even though we do so thousands of times daily. When we have marketing goals, we […]

CloudDevOps

Cloud pricing strategies

Three ways to improve cloud pricing strategies: 1. Think about how you will flow to the cloud Migrating current programs to the cloud do now not necessarily bring about instant fee savings. In fact, an easy “lift and circulate” migration can every so often result in better fees, mainly for packages that have been over-provisioned […]

Adobe

Integrating and Using the Custom DITA-OT Plugin

Introduction In my recent project, I encountered a scenario where I had to incorporate a custom DITA-OT plugin into the XML Add-On. In my following article, I’ll guide you through the steps to integrate the plugin. Prerequisite For this, you’ll need AEM 6.4 with the XML Documentation Add-On 3.8. Custom DITA-OT plugin zip file. (For […]

Drupal

How to create custom Rest Api

In this tutorial, we will learn how to create a custom RESTful Web Service in Drupal 9. Before creating Rest Api, we need to know what REST API is. An application programming interface (API or web API) allows interaction with RESTful web services. Where REST is known as Representational State Transfer. First, We will need […]

AnayticsApplication SecurityAutomation Testing

Kibana Tool

Kibana Tool Kibana is a dashboarding tool that works veritably nearly with Elasticsearch.  Kibana is used for various use cases, like system monitoring & application observations. In a traditional monitoring system, we will monitor system performance, application logs, and so on. Kibana core ships with the classics: histograms, line graphs, pie charts, sunbursts, and more. […]

AndroidHybridiOS

Choosing your Tech platform for your next Cross platform app – Flutter or React Native?

Selecting one or the other technology is always a matter of individual preferences but knowing which platform has what benefits can help in deciding the best option. In this blog, we are going to discuss two of the very popular technologies for creating cross-platform apps i.e. Flutter & React Native. Programming Languages Let’s start by […]

Ayush Awasthi
Ayush Awasthi
Read

Testing

Understanding the Selenium Grid 4

Selenium Grid is an open-source tool to automate web browsers. It allows us to achieve parallel execution of tests on different machines with the benefit of executing the same test suite on all the machines simultaneously. The aim is to make testing more efficient and decrease the test execution time. It also aids in lessening […]

Sriyansh Jain
Sriyansh Jain
Read

Drupal

Queue Operations – Manual or Cron Process Item

The drupal queue is for basically any long-running processes or such of any time-consuming task which is taking too much time, so here Drupal core is giving one of the best queue plugins to add items into the queue and process all items later behind the run-time request rather than taking time when loading the […]

Rakesh Kumar
Rakesh Kumar
Read