Posts

namecheap ssl cert authority invalid fix

Happy New Year Last year we deployed our rails application over nginx with ssl certificates obtained from namecheap. everything ewas working fine but over Android moblie we found a bug as in image below

Force Node/Heroku Application to https

Problem WE deployed our angular app to Heroku with custom domain. There are Heroku Add-ons by which SSL can be enabled but our problem was to enforce http requests to https.

summary conclusion 2016

2016 is Over. HAPPINESS REPORT Here is what great things happened :- January Mother’s recovery from critical stroke March Became Father(enough for the year). April Patna Visit (Nirupma’s wedding)

Dockerization a rails application with docker-compose

Docker-compose Compose is a tool for defining and running multi-container Docker applications. use Docker Compose to set up and run a Rails app Define the project Create a Dockerfile for Rails app

over the Air Test version app for Apple

Apple App Distribution Distributing an iPhone application is a headache. We(our iOs Team) use a service called Diawi to deploy Development and In-house applications directly to the devices. We must need to add allowed devices already to those provisioning profile and these files with ipa to diawi.

Apple On-Demand Streaming Support with amazon cloudfront and Transcoding API

Apple On-Demand Streaming In the on-demand streaming case, your video content is stored in S3. Your viewers can choose to watch it at any desired time, hence the name on-demand. A complete on-demand streaming solution typically makes use of Amazon S3 for storage, the Amazon Elastic Transcoder for video processing, and Amazon CloudFront for delivery.

install your public key in a remote machine's authorized_keys

Problem We frequently add developer ssh keys to remote machine with following three steps ssh username@remote_host mkdir -p ~/.ssh cat ~/.ssh/id_rsa.pub and copy it nano ~/.ssh/authorized_keys and paste copied content.

Setup multiple ssl enabled applications on apache and ubuntu

How to host multiple SSL certificates on one Web-Server(Apache) ? To host multiple SSL certificates on one IP Address, We need to configure Apache Server Name Indication (SNI). Setup SNI does need to have registered domain names in order to serve the certificates.

Hubot Introduction

What is Hubot? Hubot is your company’s robot. Install him in your company to dramatically improve and reduce employee efficiency. Hubot is open source, written in CoffeeScript on Node.js, and easily deployed on platforms like Heroku.

Prawn table in ruby advanced

Prawn table content and subtable As we discussed in last post about Prawn Table via ruby. Today we’re giving dive more deeper. In Prawn table there are five kind of objects which can be put in table cells: