TO THE NEW Blog PAGES

Automation TestingTechnologyTesting

8 Key Strategies for Mobile Automation Testing!

Customer habits are quickly changing and evolving. Thanks in no small part to the growth of digital technologies and smartphones. According to one of the recent report from Comscore, Smartphone penetration has surpassed 80% in the USA. Companies want to leverage this fast-growing trend and provide a second to none experience to their customers, and […]

Automation TestingMobilityTechnology

Mobile Application Testing – 8 Key Challenges and Considerations

Mobile phones have become smarter than they were a decade back. They are your personal assistants enabling you to quickly perform a variety of activities from the comfort of your home or office. With multiple mobile products being launched frequently, right from booking a movie ticket to transferring the money from your bank account, things […]

AWSCloudDevOps

Top Cloud Computing Myths Debunked

Cloud is a key enabler to transformation and growth. In the recent years, Cloud is a much talked about technology. Businesses and enterprises are adopting cloud not only to simplify the infrastructure provisioning process but also to stay ahead of the competition. Traditional and legacy organizations however at times are skeptical of moving to cloud […]

Product EngineeringSoftware developmentTechnology

How to Build Winning Products? The Ultimate Go-Live Checklist to Consider!

Going live with a project is always a big event for any product engineering company. It is important to make sure that everything works perfectly and quality software is delivered to the customer. However, at times you can only know more defects once the product is launched and multiple users are using it. There are […]

Sanya Datt
Sanya Datt
Read

AWSCloudDrupal

S3 Bucket Configuration With Drupal 8

Drupal provides both public and private file systems. S3 File System (Amazon S3) provides an additional file system to the Drupal site. S3FS module is used to store files in Amazon S3 (Simple Storage Service) or any other S3-compatible storage service. You can configure your Drupal site to use S3 File System as default, or […]

AgileCloudDevOps

DevOps for Startups – 6 Technical Considerations Before You Kick Start!

Companies around the globe are investing a lot of time, money and efforts in building innovative products. In such a competitive landscape, it is highly critical to maintain the business agility and improve time to market. A decade back operations and development teams used to work in silos making the release cycles long. Over the […]

Front End DevelopmentTechnology

Advanced Features of HTML5 and CSS3

HTML was simply perceived as a markup language some years back. With an advancement in HTML and birth of CSS media queries, the web has evolved drastically. HTML5 and CSS3 media queries are both allowing developers to go the extra mile and deliver a superior web as well as mobile experience to the viewers. This […]

Product EngineeringSoftware developmentTechnology

How Network Variability Impacts Mobile Applications?

There has been a great increase in the mobile app development. Most applications allow mobile app developers to select between working offline and using a network. In an offline mode, applications do not connect to the backend but store the data and information locally. On the other side, in an online mode, applications communicate with […]

Technology

Basics of Swift Enumeration for Constructing Rest Web Service Request

Are you a software engineer? Heard about data types? We are sure you must have heard about various data types and their usage for a very long time now. In this blog, we will talk about enums and their use in constructing rest web-service request. Firstly, we would understand a few basics of Swift Enum. […]

DevOpsTechnology

How to Benchmark Applications Automatically Using CircleCI?

CircleCI (Continuous Integration) is gaining a lot of traction nowadays because of its rich features. It provides both the features of continuous integration and continuous deployment.  We can use CircleCI to test our code, perform various benchmark tests followed by deployments in specific environments. Here are some benefits of CircleCI: Automatic provisioning of the required […]

CloudDevOpsTechnology

Introduction to Azure Container Service

Azure Container Service (ACS) provided by Azure helps to simplify the management of Docker clusters for running containerized applications. ACS supports 3 Orchestrators: DC/OS with Marathon, Docker Swarm, and Kubernetes. We are using Docker Swarm in this article for the demonstration and assuming that readers of this blog are familiar with containerization technologies such as Docker Swarm […]