5 followers
Platform for Technology news, Knowledge, Information sharing
Hello Developers, In previous blog Host Angular 2 or 4 or 5 version on AWS S3 using CloudFront you have learn about hosting using AWS S3 and CloudFront. In this blog I am going to explain about static hosting of Angular using AWS Amplify. There is ...
Hello Devs, In this article, we will learn how to extract text from images or PDF files using the AWS Textract tool. Let me tell you first what Textract is and how it works ? What is AWS Textract ?: Textract word is combination of two words one is T...
Hello Devs, In this article, we will learn how to do the code review process using AWS CodeGuru. Let me tell you first what is CodeGuru and how it works ? What is code review : Code review process includes suggestions for optimization of the most ex...
In this blog I am going to explain three different problems while working with MySql data operation. These three problems can help you to solve issues if came across same situation. I called this cheatsheet because this is something that has magic w...
I am going to explain about how to create tar file compression in AWS S3 bucket files using Python(Boto3). This solution I came across while solving one StackOverflow question . Let me explain first what a tar file. What is Tar file ? In computin...
Few days back I came across the same situation where I wanted to execute a piece of parallel. I never used parallelisation before (async promise) in PHP. Went through multiple options, lots of developers suggested upgrading to PHP 7 first and using ...