TO THE NEW Blog PAGES

AWSDevOps

Monitor AWS ECS Agent & Automatically Restart Agent on Failure

Amazon EC2 Container Service is a container management service that makes it easy to manage docker containers on EC2 instances. AWS ECS you can create task definition to define container configuration like memory, cpu, environment variables, mount point and services to scale docker containers. Use Case: In one of our project we setup complete QA […]

Node.jsTechnology

Caching in NodeJs using Redis

Whenever we talk about nodejs development, the first thing that comes to our mind is managing concurrent requests in an efficient way. We can leverage our server performance and efficiency even more by providing a mechanism to cache it’s processed data(response) which seldomly changes. Such as products list, country codes, application configurations, etc. In this […]

AWSDevOpsTechnology

Take your pick: Build-driven Delivery or Image-driven Delivery?

In the recent past, software has seen a revolution of sorts. The emergence of Docker and the containerization paradigm has questioned the basis of some of the software delivery principles. The result? People are opting for things unheard of some two years back. What’s more, they are now using them successfully to deliver software faster […]

Big DataManual TestingTechnology

Scope of Testing in Big Data and Hadoop

We have entered into a digital world where data is scaling every single second. Every digital process and social media platform produce it. Systems, sensors, and mobile devices convey it. The amount of data that’s being created and stored globally is almost inconceivable, and it just keeps on multiplying and multiplying. Is all the data […]

Node.js

10 Powerful Node.js Frameworks for Web Application Development

Node.js powers your web application and is increasingly gaining popularity and adoption in the enterprise sector because it allows you to build large-scale, real-time, end to end scalable web applications with JavaScript. The Node.js ecosystem comprises of various frameworks such as MVC, full-stack, REST API and generators that help you to speed up the overall […]

DevOps

DevOps in the Cloud: Your Gateway to Success

DevOps and Cloud is a combination one cannot resist. It not only makes the development process more efficient but leads to business success as well. The advantages are many; on-ground indications reveal that DevOps is a more productive way to develop software, plus it means better quality resulting code and faster delivery time. With technology […]

Technology

How to test Google Apps Script using Qunit

In my previous blog, we learnt how to use Google Apps Script in spreadsheets. Now we will take a look at how we can test the code which we have written in apps script. For this purpose, we’ll use a tool called “Qunit” which helps us in writing and testing our apps script test cases. QUnit is a […]

AWSTechnology

Amazon S3 Transfer Acceleration – New Blessing for S3

Amazon has introduced a new feature for AWS S3 (Simple Storage Service) – AWS S3 Transfer Acceleration. This feature lets you transfer files from and to S3 at a much higher accelerated speed. Thus, you can save the file transfer time if you are ready to pay for it. The feature was introduced a few […]

Technology

Mongo Point in Time Restoration

While working with databases sometimes there is a need to have data till a specific time or date across all the secondaries or database peers which is useful for testing a particular functionality. Also, in the event of outage, few folks would like to restore it to a specific weekend or month end just to have uniformity […]

Grails

Grails 3 and Deployment to Tomcat Container

Any web application consists mainly of two tasks, i.e, development, and deployment. For web application development, we can use any tools but for deployment, we need to be careful of what environments are supported by the framework. At the time of Grails 2, we just needed to execute grails war and put the generated war to […]

DevOpsTechnology

Running Powershell scripts using Jenkins

Jenkins has been primarily used for automating jobs and tasks on Linux servers. In this blog, we will be configuring Jenkins to execute Powershell scripts on Windows. This blog will not be covering Jenkins server set up steps on Windows. You can refer to the following link for Jenkins installation. Powershell Plugin Jenkin’s Powershell plugin […]

iOS

Quick Action-3D touch

In this blog, we will be discussing about Quick Action (Another feature provided by Apple in iOS 9.0 and above) To learn about peek and pop, you can refer my previous blog: http://www.tothenew.com/blog/playing-with-3d-touch-ios/ QUICK ACTIONS Home screen quick actions give us a convenient way to perform useful, app-specific actions directly from the Home screen without […]

Services