TO THE NEW Blog PAGES

AndroidDigital TransformationFront End Development

Future of mobile application development

The mobile application development industry is constantly evolving, with new technologies and trends emerging all the time. In this blog, we’ll take a look at some of the key trends that are shaping the future of mobile app development. Artificial Intelligence and Machine Learning: Artificial intelligence (AI) and machine learning (ML) are becoming increasingly important […]

Rajneesh Rawal
Rajneesh Rawal
Read

Java/JVMMobile Automation TestingTesting

Automation testing with Robot Framework and Python

What is Robot Framework? Robot framework is a comprehensive open-source automation framework for robotic process automation, acceptance testing, and acceptance test-driven development. It employs a keyword-driven testing method strategy. Test libraries that are implemented in either Python or Java can expand the possibilities. Robot Framework is a generic test automation framework for acceptance testing. It […]

React.jsSoftware development

Creating a Simple Dynamic form Using Data from Strapi CMS

In my previous blog, I showed how we could create a collection in Strapi that could further be used as input data to a dynamic form component to render a form as per users requirements. Create a React Project  Create a project using create react app. Refer https://reactjs.org/docs/create-a-new-react-app.html in case of any issues. Install axios […]

Anshul Mittal
Anshul Mittal
Read

Java/JVMMobile Automation TestingTesting

Automated Software Testing with Puppeteer & amp; Jest

WHAT IS PUPPETEER? Puppeteer is a Node.js library developed by Google that lets you control headless Chrome through the DevTools Protocol. It is a tool for automating testing in your application using headless Chrome or Chromebit devices without requiring browser extensions like Selenium Webdriver or PhantomJS. WHAT IS JEST? Jest is a delightful JavaScript Testing […]

Agile

Daily Stand-Up: A short, important & underrated event

Daily Stand-Up is the time when the team plans and revisits its plans for the ongoing sprint. This is commonly addressed using the following questions: What have you done since the last meeting to help the team meet their sprint goal? What will you do today? Any Impediments/blockers to your progress? Sounds Simple? Just 3 […]

Software developmentTechnology

Using Strapi-CMS to Create a Collection for Form Data

Today I am going to write about how we can use Strapi CMS to create a collection that can be later used to create forms. In my project, a similar approach has been used to create forms, It helps reduce code and makes an easy-to-use common component. Strapi is an open-source, Node. js-based, Headless CMS […]

Anshul Mittal
Anshul Mittal
Read

Connected TVMedia & EntertainmentTechnology

OTT & It’s Trends

OTT, a term, that has been noticed by most of us in the past few years, but very few of us know what OTT is and how it works. In this blog today, we’ll try to put some light on the OTT industry, and“ we’ll take a closer look at some of the latest trends […]

Front End Development

Tailwind CSS: Learning For Absolute Beginners

What is Tailwind CSS ? Tailwind CSS is basically a utility-first CSS framework. Rapidly build modern websites without ever leaving your HTML. With utility classes, We can style elements on hover, focus, and more. It is a highly customizable, low-level CSS framework. This CSS framework is packed with classes like flex, pt-4, text-center and rotate-90 […]

Mohd Ebrahim
Mohd Ebrahim
Read

AWSDevOps

KubeCost- A Unified Cloud FinOps Tool

In Cloud’s Chronology, Kubernetes is most widely used container orchestrator to deploy microservices. In its ecosystem, maintenance is quite challenging. Though numerous companies are grappling daily to quantify/monitor cost utilisation for their running clusters because 99.99% uptime or High Availability of clusters is a bit costly. How to Quantify K8s Usage Cost If we could […]

Garvit Mishra
Garvit Mishra
Read

AdobeSoftware developmentTechnology

Step by Step Tutorial on Setting up AEM Repo tool for Syncing AEM with IntelliJ on Windows

When working with AEM, we often have to make changes to our jcr content while developing components and to get those changes up to the AEM server, we have to deploy code again and again. These multiple deployments can slow down our development cycle and eat up developers’ time. So to tackle this problem, we […]

Anubhav Gupta
Anubhav Gupta
Read

Java/JVMSoftware development

Step By Step Guide : Sending Emails in Spring Boot

Using the JavaMailSender interface, Spring Boot offers a simple method for sending emails. You may send an email with Gmail transport layer security by utilizing the spring boot restful web API. STEP 0: Add the Spring Boot Starter Mail dependency to your project STEP 1: Configuring mail settings in application.properties In the application.properties file, configure […]

Muskan Lama
Muskan Lama
Read

Adobe

Simplifying Workflow Execution in Adobe Experience Manager

Recently we encountered a use case while working with workflows in Adobe Experience Manager, where Content Authors needed to execute only certain workflows on the pages. The out of the box functionality, renders all the available workflows in the action list. From a user experience perspective, this wasn’t desirable as the Author would need to […]

Rahul Pandey
Rahul Pandey
Read
Services