YumWeb has been working with STUDIO11 Salon & Spa as their Digital Partners since some time. Recently this relationship was elevated further and we have engaged with them as their Cloud Partner to deploy a full turnkey Google For Work solution. STUDIO11 is a retail franchise based business catering to the health and wellness industry, having a pan-India presence with over 20+ outlets all over the country. Before switching over to complete Google Apps solution they have been using various solutions for different phases and aspects of their business making their overall IT landscape to become an amalgamation of application sources. This made maintaining and managing several user credentials, admin accounts and non-consolidation of all their business data.

With a complete adoption of Google Apps it was possible for STUDIO11 to manage their data and increase internal employee productivity by more than 120%. This case study explains few stages where Google Apps proved to be a swiss knife in increasing organization effectiveness.

 

1] Gmail

STUDIO11 team were using Gmail from Google Apps as their primary email communication. Hence, they were completely comfortable using Google UI and its landscape. A simple one-day training session on using labels and Inbox tabs was conducted and now this helps them in focussing on important emails first and increase productivity. This reduced the tedious task of segregating their inbox from spam and not-so-important emails and cater only to the important ones quickly.

 

2] Google Drive

STUDIO11 team provides their franchise with all marketing support. Which includes providing them with marketing collaterals, offers/ promotion designs, etc. The digital files which are sent to franchise weigh anywhere from a few kilobytes to 500 MB+

Dropbox and WeTransfer were being used as a file transfer medium earlier. There were limitations in using these transfer applications like – cloud space (2GB for Dropbox free account), file deletion after specific period of time (Files are deleted after 7 days on WeTransfer free account) and so on. Google Apps comes with Google Drive which can be used as a file transfer system. Every Google Apps account comes with a combined space of 30 GB (as of Nov 2015). This 30 GB is spanned across Gmail, Google Drive, Google Photos and all other Google Apps products. Additional space can be purchased for specific accounts at an additional monthly subscription fee on as-needed basis.

Now STUDIO11 team keeps a set of all recurring required files such as logos, print designs, marketing collaterals etc., in Google Drive and share it with franchise owners who can then download them as required. Specific files are transferred on an as needed basis to the respective franchise.

As a part of house keeping activity, we at YumWeb developed a Google App Script which checks all files on Google Drive for an account where it is installed and flags the ones which are more than 45 days old. This helps the users to identify and then delete these files if not required to keep the drive clean and conserve and optimize their cloud space space.


3] Google Sheets/ Docs/ Slides

Like all other organizations, STUDIO11 also creates tons of Spreadsheets, documents and presentations every day. These file are floating around in emails and other mediums with various users where multiple copies and revisions are made. Collaborating on an offline created file such as a doc or a spreadsheet is a loss of precious time and productivity.
YumWeb conducted a few training sessions with the STUDIO11 team on effective use of Google Sheets, Docs and Slides. STUDIO11 team is now comfortable in creating and collaborating documents in the cloud.

For instance a presentation slide for a client is prepared by a member of the sales/ marketing department and shares the same with his team. The other people from the team can then take a look at the presentation and edit if required or comment on specific sections where they think changes are required. The document owner can then see the comments or changes from the revision. If he thinks something can be included from the comments, then he does so and marks it as “Resolved”. The final copy is then shared with the top management team for approval.

All these things happen on the browser itself without having to mail the copy to each stakeholder and create multiple revision on files and duplicate data on the computer or in the inbox. When a change is made a revision/ change history of the older copy is maintained for reference.

 

4] Google Calendar

Google Calendar has made it efficient to track task deadlines, schedule client, vendor and internal meetings, set outlet launch date calendar, employee leave calendars and much more. A user can create multiple calendars and share it with other on a permanent or as needed basis.

For instance, the HR department creates a Leave Calendar and shares it with the top management team. They also create a Birthdays & Anniversary calendar which is shared with the entire company to plan events. Similarly other events, training calendars are prepared and shared with the respective teams.

Google calendars seamless integration with mobile devices notifies the user whenever an event is going to occur. This way time utilization is maximized.


These are a few areas where we have helped in effective use of Google Apps of organizational tasks. There are much more things that can empower an organization to be more productive and efficient with the use of Google Apps.

Get in touch with us now for a demo and to know more how Google For Work can help in your business

Google_Partner_rgb_final_Roboto-01We are proud to announce our association with Google and become Google For Work Partner. We already have 10+ brands trusting us and 100+ Google Apps licenses deployed in total for clients in various sectors including overseas education consulting, health & wellness, retail and many more.

Google Apps provides a powerful battery of cloud based productivity suite which boosts productivity and in-turn helps your organizations to realize your ROI.

As a part of our Google for Work practice, we are poised to help more and more organizations to migrate and explore the full potential of Google’s cloud based productivity suite. As your “Cloud Partner”, we can help you with Consultation, Deployment, Training, Mobile Device & Remote Management and Support and get you going on Google Apps.

Introduction

Working with Amazon Web Services (AWS) technologies for the first time can be confusing sometimes. The most commonly perplexed situations in an AWS environment (apart from the billing structure) are the different AWS terminologies. Things like EC2, S3, EIP etc. can be overwhelming.

There are immense features offered by AWS to discuss. Although, this article covers a few basic services which helps to understand and get started with AWS.

Disclaimer: AWS has a pay-as-you-go billing model. Readers are advised to go through the AWS billing/ pricing documentation and FAQ’s before making a decision.

AWS Management Console

AWS Management Console is a web-based interface for managing most of the AWS environment technologies.

The AWS Management Console, is used to create EC2 instances, configure S3 and CloudFront for content delivery and lot more. Don’t worry, I am going to start explaining all this now ;-)

Elastic Cloud Compute (EC2)

Elastic Cloud Compute (EC2) is a virtual machine that is created in the AWS Management Console. Each virtual machine created is called an “instance”.

There are multiple types of EC2 instances. They are broadly classified as: –

  • General PurposeThis family includes the M1 and M3 instance types (Popular use cases: Small and mid-size databases, data processing, encoding, caching, SAP, Microsoft SharePoint and other enterprise applications.)
  • Compute-optimizedThis family includes the C1, CC2, and C3 instance types (Popular use cases: High-traffic web applications, ad serving, batch processing, video encoding, distributed analytics, high-energy physics, genome analysis, and computational fluid dynamics.)
  • GPU InstancesThis family includes G2 and CG1 instance types (Popular use cases: Game streaming, 3D application streaming, and other server-side graphics workloads, Computational chemistry, rendering, financial modeling, and engineering design.)
  • Memory-optimizedThis family includes the M2 and CR1 instance types (Popular use cases: High performance databases, distributed memory caches, in-memory analytics, genome assembly and analysis, and larger deployments of SAP, Microsoft SharePoint and other enterprise applications.)
  • Storage-optimizedThis family includes the High Storage Instances, HS1 and High I/O Instances, I2 and HI1 (Popular use cases: NoSQL databases like Cassandra and MongoDB, and scale out transactional databases, Data warehousing, Hadoop, and cluster file systems.)
  • Micro InstancesMicro instances are a very low-cost instance option, providing a small amount of CPU resources (Popular use cases: Low traffic websites or blogs, small administrative applications, bastion hosts, and free trials to explore EC2 functionality)

Source: AWS Instance Types

Elastic Block Store (EBS)

Amazon Elastic Block Store (EBS) are virtual disk drives which are attached to EC2 instances. Each EBS created is called a “volume”.

The EBS volumes can be “attached” or “detached” to EC2 instances as required. The size of a particular EBS volume can be specified at the time of its creation along with the required file system and partitions.

Elastic IP Address (EIP)

Elastic IP Address (EIP) is a static IP specifically to associate with an EC2 instance. When an EC2 instance is created a dynamic IP address is assigned to it by default. The dynamic IP address changes if a reboot is initiated on the instance. Hence to counter this situation an EIP is associated with an instance to keep it static.

Simple Storage Service (S3)

Simple Storage Service (S3) is a cloud based storage service.

Static assets like images, cascading style sheet (CSS) files etc. used in web applications can be stored on S3. The S3 can be used to store data backups as well.

CloudFront

CloudFront is a content delivery system offered by AWS. CloudFront can be connected with S3 so that the static files are delivered in an efficient way.

CloudFront integrates with other Amazon web services to provide an easy method to distribute content.

Conclusion

The AWS environment technologies explained in this article are to provide a basic understanding to get started with Amazon AWS.

We will try to bring in more parts and series of AWS related articles and tutorials.

Till that time, stay tuned and go ahead explore more and get to know more about AWS.

Feel free to drop in you’r comment below :)

Every business large or small thinks whether they should move to cloud or not. There is no perfect answer to all the questions which a business has about Cloud Computing. Here is a quick infographic to help understand the importance and future of cloud computing.

Cloud-Computing-and-SMEs

 

We at YumWeb, understand the importance of making the decision of migrating to a Cloud Computing landscape and help business to make this process quick and as easy as possible.

Source: http://www.towergateinsurance.co.uk/business-insurance/cloud-computing-and-smes

Credits: