More and more product companies are now installing business agility by moving to Cloud and bidding goodbye to the traditional legacy systems. In this constant chase to remain Agile and launch products faster to market, companies are also leveraging DevOps. DevOps as a service not only helps to automate redundant tasks and the entire delivery […]
Java/JVMNode.jsSoftware development
Mongoose is an object modelling package for Node that essentially works like an ORM for many popular languages much like Hibernate is for JAVA. Below are some of the mongoose special scenario(s) I stepped upon while working on the project. It took me some time to figure it out. Hopefully below details would prove helpful […]
AgileProduct EngineeringSoftware development
We have all witnessed a new wave of innovation across various industries. Multiple new products are launched every day with a core focus on solving some of the most rugged business challenges and providing end users with instant gratification. One core focus of most product companies is to launch products faster to market. This gives […]
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 […]