Anviam Blog

How To Install PostgreSQL on Docker

About Docker Docker is a open source solution that is based container management service. The main purpose of docker is to increase the productivity of developers and dev-ops with less error pron. Docker provides a robust client server app architecture with a strong server, REST API and command line interface client. We can follow the […]

Google Ads On Website

If you are a Developer and you are working in ROR technology, then in some projects client ask to show google ads on website. In ruby on rails implement google ads on website is very easy. There are some steps to implement google ads. The following steps are necessary to implement google ads.1- First of […]

Is working in an it-firm stressful?

Working in any firm has its own pro points. Any employee can tilt their head in a direction to make sure that they are appreciated and try to get the benefits from the Company. This question, “IS WORKING IN AN IT-FIRM STRESSFUL?” is quite a common one. Young minds on the verge of joining the […]

Quality analyst not make software they only make them better

A testing engineer want to be able to find, problems and future bugs those edge test cases where nobody else dares to enter in this room. Over the many years, software testing has evolved. It has invent from some extra ordinary software testers to quality engineers and manual testing has evolved for sure over approximately […]

Git Terminology

If you are a developer then you must heared the name of “Git”. Here I am going to talk about git and its related terms. So, What is Git ?Git is a free and open source distributed version control system. It is created by Linus torvalds, the same person who created Linux kernel in 2005. […]

Why you should think to put Flutter in your Arsenal

As an Android developer, I am interested in making apps happy to know my work is reached to a lot of people, but sometimes a concern pops up in my mind, that I am making apps to only a half of the population as other half is using iOS as their mobile OS. So what […]

How to Save a File in Amazon S3 Bucket

To Store a file in an Amazon S3 Bucket you should have an AWS account. After login to the AWS account, need to get four things from there. 1. bucket name 2. region 3. amazon secret key 4. amazon access key Add this dependancy in your pom file: <!– https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-s3 –> <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-s3</artifactId> <version>1.11.708</version> […]

FROM JAVA TO KOTLIN

Ever since when I first started to learn Java, never did I realize that something so similar could be made. I started with Core, and Advanced and began my journey. Java is one of the oldest and easiest languages. It has been at the top for more than two decades and it is still a […]