Skip to main content

Posts

AWS Cloudformation

AWS Cloud Formation allows you to use programming languages or a simple text file to model and provision, in an automated and secure manner, all the resources needed for your applications across all regions and accounts. It is the service provided by the AWS as IAAS (Infrastructure as a Service). You can create/update resource on the cloud platform via cloud formation templates. Cloud formation template uses JSON or YAML language for scripting.  In simple words, this is the Infrastructure as code service by which you can provision a resource in the AWS cloud by writing the JSON or YAML code. Amazing right?   Advantages: ·         Code as a service – Since it’s a code based we can store the codes in Repository and maintain the version for the Infrastructure as well. ·         Provision of resource within short time ·         You...

Number 1: Did you know ?

Stripes on headphone jacks - You surely have noticed that all headphone jacks have 2 or 3 stripes on them. They aren’t made just for decoration: there are wires going to both headphones from every stripe, and if they weren’t there, you would only hear sound coming from one of the headphones.   Dimples on golf balls - The first golf balls were smooth. With time, however, golf players realized by trial and error that the balls with the best properties were old, scuffed, and cracked ones. So, they kept using the same old balls for years. Manufacturers noticed this tendency and started producing artificially aged dimpled balls. Notebook margins - The original reason for margins was to provide a space where a teacher could write her comments.The truth is that books in the past often fell victim to mice and rats who liked to gnaw on paper. In order not to let the rodents eat parts of information along with the paper, people started to leave empty spaces at the edg...

AWS LEX

AWS LEX Amazon Lex is a service for building conversational interfaces into any application using voice and text. Lex is chat bot service provided by Amazon. Where you just build the Bot Characteristics and action's without worrying about the interface or UI.     The beauty of the aws lex is... Simplicity Democratized deep learning technologies Powered by the same technology as Alexa, Amazon Lex provides ASR and NLU technologies to create a Speech Language Understanding (SLU) system. Amazon Lex takes natural language speech and text input, understands the intent behind the input, and fulfills the user intent by invoking the appropriate business function. Seamless deployment and scaling  With Amazon Lex, you can build, test, and deploy your chatbots directly from the Amazon Lex console. Amazon Lex scales automatically so you don’t need to worry about provisioning hardware and managing infrastructure to power your bot experience. Built-in integration...

Facts # 1 - I wish I should know this earlier

                                                 •    Typewriter is the longest word that can made using the letters only on one row of the keyboard. •    The sentence, "The quick brown fox jumps over the lazy dog" used every letter in the English language. •    There are only two words in the English language that have all five vowels in order "abstemious" and "facetious". •    Rhythm is the longest English word without a vowel. •    The name of all the continents end with the same letter that they start with. Stay Tuned for more Updates...on #did you know? #gk #somethingnew --Tech Bird

Google Fuchsia OS

Google Fuchsia Operating system                                                Fuchsia is an open source capability-based operating system currently being developed by Google. It first became known to the public when the project appeared on GitHub in August 2016 without any official announcement. The source documentation describes the reasoning behind the name as "Pink + Purple == Fuchsia". - Wikipedia Fuchsia is an OS. Which can be used in all platforms. One OS for all your device you can use Fuchsia in TV, Laptops, Smartphones, Watch, Embedded Systems and even more devices. - Tech Bird Its supports seamlessly on variety of devices, regardless of screen size. The first and foremost factor that separates Fuchsia from other operating systems is its code base...

AWS LAMBDA

AWS LAMBDA  AWS Lambda is an event-driven, serverless computing platform provided by Amazon as a part of the Amazon Web Services. It is a computing service that runs code in response to events and automatically manages the computing resources required by that code. It was introduced in November 2014. - Wikipedia AWS lambda are the powerful online IDE through which you can able to do anything. yes i repeat. You can do anything.. - Tech Bird Lets try with convo style blog....    Someone with Smart brain to Author of Tech Bird : Can able to hack NASA ?'    Author of Tech Bird : If you are more strong in data structure and algorithm and coding stuffs surely you can hack, but aws lambda wont hack for you, you need to write a code to do it my dear Smart brain. It's just an Platform or IDE which will run your script or piece of code in the respective targets)    Someone with Smart brain to Author of Tech Bird : That's Cool mate.. Can y...

AWS IAM

AWS IAM AWS Identity and Access Management (IAM) enables you to securely control access to AWS services and resources for your users. Using IAM, you can create and manage AWS users and groups and use permissions to allow and deny their permissions to AWS resources. – aws AWS IAM is a service which is used to give a user or aws service access to the services and resources based on their role. – Tech Bird What makes IAM stands Tall like an LIC building? Would you be won’t happy if apple, banana, orange, mango is coming from one tree itself great isn’t it. Yeah this is what aws IAM provides you. You can able to find which service are accessd by users and what permission they have. Everything comes under a single tree. You can take control over the users from the IAM itself you can grant/revoke permission at any time from IAM. Assume a scenario you team might have python developer who need only access to python environment and he/she should not have access to java or...

AWS RDS

AWS RDS Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the cloud. It provides cost-efficient, resizable capacity for an industry-standard relational database and manages common database administration tasks. – aws documentation   Its simply a Service which give you all kind of database platform. You no need to worry about the infra r manages the infra everything will be taken care by AWS side. Cool Isn’t it. – Tech Bird Just tell what database you need MySQL, SQL Server, or anything out there. Fill the required details like DB name, DB password and mention you want the DB to be inside a VPC or not, configure the security groups (who can access this database) and click finish. That’s it you will get an endpoint by which you can able to connect to the Database directly without needing to install anything in your local machine or in any VM. You no need to worry about the I...