The blog emphasizes the need for a fully automated CI/CD pipeline. The upliftment of virtualization of the infrastructure has made it a lot easier to come up with automated solutions, especially in the DevOps sphere. We will talk about the challenges and finally approach towards building one such solution, leveraging a range of tools. Introduction […]
Traditionally every managed services team consisted of different team members with different skill sets, performing multiple roles for e.g. DC Ops/Administrators: Responsible for providing Hands & Eye Support in data centers for Server/Storage etc. Network Admins: Responsible for installing and managing Network Devices like Routers, Switches, Firewalls, cabling, etc. Monitoring Team: Responsible for monitoring various […]
We often come across some tricks during the implementation of AEM components, which are not documented anywhere and we spend a lot of time in applying these tricks to our problems. I got a chance to work on a small proof of concept around AEM 6.2 Forms implementation, where I was exploring the OOTB Form components. I […]
Product EngineeringSoftware developmentTechnology
Traditional product teams work on a single monolithic deployment artifact. Monolithic architectural style puts all its functionality into a single process and scales by replicating the monolith on multiple servers. It is challenging to manage one large monolith continuously. Moreover, distributed teams find the application complex to understand, implement new features and test code defects. Another concern […]
Constraint Layout allows the android developers to create large and complex User Interfaces without using nested view groups. It involves simple drag and drops view widgets from the Palette to the designer editor to create the user interface. In an Android app development, it provides a level of flexibility that supports many features of the […]
Front End DevelopmentTechnology
CSS custom properties are the entities that are defined by CSS author themselves to obtain the feature of reusability of code all over the document. For example, A project may involve very complex CSS, and same color code may get repeated hundred times. So if we want to change that color, then we need to modify […]
What is Jxls? Jxls is a Java library developed as a wrapper around existing open source projects known by the name of Apache POI and Java Excel API, to generated Excel reports quickly. Why Jxls, if Apache POI is already there? We often come across a general scenario where we want a report to be highly presentable […]
Google Dorking is a technique of finding information on Google which cannot be returned using simple search queries. You can even search for information which is not intended for public view with the help of this technique. Let’s do some Dorking! If you want to search for a blog on a particular topic, say “Software Testing”. A […]
Amazon Simple Email Service (SES) is an email platform which provides a cost-effective way to send and receive emails using your own email addresses and domains. It is used for sending a large number of emails. However, it is equally important to handle email bounce and complaints as your account may get blocked if the […]