Technology

Important Considerations While Migrating Content from a CMS to AEM Using Package Manager – Blog Series – Blog 1

Recently, I wrote scripts for migrating the XML Output of the source CMS to Content XML for installing in AEM using AEM’s package manager. Following are some scenarios/challenges that I experienced while doing migration to AEM from another CMS: Node Name : Node name should be mapped from that XML element that is : Unique […]

Node.jsTechnology

IOT and NodeJs

IoT (Internet of things) The Internet of Things (IoT) is an ecosystem of Computer devices, automated/digital machines, Object, people or animals which hold unique identifiers and has the ability to transfer data over the network without involving human-to-human or human-to-computer interaction. The Internet  in Internet of things can be any device capable of sending and […]

AndroidConnected TVMedia & Entertainment

Playing different Videos with Exo-Player in Android TV

There are usually 3 types of videos while streaming in any Video Player. While working on Android TV we categorize these in Dash Videos HLS Videos (.m3u8 & .ts) Others (.mp4,.mpeg etc) We need different types of ExtractorRendererBuilder for playing different videos with Exo-Player. In this article I will be describing the difference between Other […]

Front End DevelopmentTechnology

How to consistently push footer at the bottom using CSS?

If an HTML page has very less content then the footer is normally seen halfway up the page leaving a blank space below it. This can look bad on a large screen. In such a scenario web designers are asked to push footers down to the bottom, but at times designers aren’t able to achieve this as […]

Front End DevelopmentMobilityTechnology

Mobile First Approach

In this ever revolutionizing industry, rapid innovations keep us wondering how small enhancements makes our lives easier and smoother. Here is another innovation called Mobile First Approach. As all we know the beginning of web world was with websites being created just for desktops. Mobiles came in later and the websites created for desktops did not […]

Front End DevelopmentMobilityTechnology

Realtime Preview Direct from Photoshop to Mobile Device using Skala

Have you ever faced problems such as changed font, not enough contrast etc…after reflecting the design on a mobile device? Probably Yes! The traditional method of previewing the design on mobile devices is a very time consuming model however, It is an essential exercise but also very taxing. Fortunately, there are some awesome tools using […]

Technology

Test Automation Approach for Mobile Games

Challenges in Testing Mobile Games Games developed with OpenGL or ActiveX bypassing the OS level services so mobile elements aren’t identifiable Elements in application cannot be identified by any locator stratergies like xpath, id, classname others  Inspector tools fails to identify on gaming application Different screen resolution for Android, hence vast range of device to […]

AWSDevOpsTechnology

Python Borrowing Resources using Fabric

In my previous blog post, I wrote about Cost Optimizations for the various AWS resources. The script consisted of six methods and the overall time required for the script to execute was roughly about 15-20 mins. While the script is running, it used to slow down my system. Also, there was a time consumption due […]

Technology

Understanding syntax and creating patterns | Cypher Query Language

Cypher Query Language or CQL is the language to traverse and update graph structures in Neo4J. The language is similar to SQL and provides a declarative syntax for querying. However, it is worth mentioning that unlike SQL in which one needs to provide the complete procedure how to get records by defining joins etc. CQL’s language […]