Amazon RDS doesn’t allow you to change timezone, It keeps same UTC time zone across all regions. time_zone variable in the parameter group is read only. You can change the time zone on each connection or session by making a procedure in default mysql database and call this function on each init connection. 1. Create a procedure for […]
The moment I reached home.Thoughts started buzzing with the conjoining thought of sharing these thoughts with you all. Day 1 @Intelligrape : With perplexed thoughts in my mind, I settled myself down to Sofa at reception . My intellect was in panic as thoughts were bamboozling me while I was pretending to be relaxed.And soon […]
In my last blog, I shared how to setup custom Cloud Watch metrics for memory and disk usage. In this blog, I’ll discuss how to monitor Apache Worker connections in Cloud Watch. Few days back We got a requirement to monitor Apache Worker connections. For that We decided to use Cloud Watch to monitor the […]
This article is a step by step guide to deploy an ASP.NET MVC application by using Web Deploy on IIS server, running on Amazon EC2 Windows server. Step 1: Launch Instance Once you have logged in to AWS console, Go to EC2 -> Instances, then launch instances and select Microsoft Windows Server 2012 Base and follow the steps. Before Launching […]
We at IntelliGrape are an enthusiastic lot when it comes to technology conferences and knowledge sharing sessions. So lot of us were pretty excited to hear the news about mongoDB organising conferences in Delhi and Bangalore. More so, because we are early adaptors of MongoDB. Our entire Node.JS service line uses MongoDB as preferred data-store for […]
In our grails application, we recently met with a requirement where we had to facilitate the application user to post his blog post url in our application. The application then had to fetch the blog post’s content and the fetched content had to be displayed in our application. The other part of this requirement was […]
In many of our projects we sometimes need to create the E-mail newsletters for our clients so that it can help them market their products well. Following are some of the tips that we can keep in our mind while creating e-mail newsletters: 1. Color Hexa-Code Make sure you specify the six digits color codes […]
In my Grails app, I came across a requirement of setting up an SMTP server for receiving mails and extracting their content. After exploring a lot I found SubEthaSMTP to be the most suitable. SubEthaSMTP lets your application receive an SMTP mail very easily. To setup an SMTP server in your application, You need to […]
Recently in our application, we needed to generate an excel sheet where some of the values for the column needed to be calculated on the basis of values of other columns depending upon an embedded formula in the excel sheet. To work with excel file we need the following in your BuildConfig.groovy: [java] dependencies{ compile […]
If you are a Chrome user, you must like it’s user interface, speed and simplicity. Apart from that if you are a Web developer then you’ll surely need to add some extra functionality in your browser. We are going to look at some of the most useful Chrome extensions for Web developer. 1. Window Resizer […]
Following steps need to be followed for OAuth 2.0 authentication : (1) Obtain OAuth 2.0 credentials from the Google Developers Console: First you need to have a google account. create a project at Google Developers Console after logging into your Google account. Click on the project name go to “APIs and auth” click on credentianls […]
Almost all the time, we have fields of a component’s dialog fixed and any change in it requires change in code. I had a use case in which all the fields had to be populated dynamically from a node that had information in its child nodes. Some challenges that I faced was: – The component […]