Web

Amazon S3 with Spring Boot & Java – Sample Code

Amazon Simple Storage Service (S3) is an AWS object storage platform which helps you to store the files/data in form…

6 years ago

Amazon Polly Hello World with Java & Spring Boot

Amazon Polly is one cool AWS service which can be used to achieve requirements such as creating business, security alerts…

6 years ago

Spring Boot CommandLineRunner Code Example

Spring Boot helps you quickly get started with building a Spring-based web app in no time. All you need to…

6 years ago

8 Machine Learning Javascript Frameworks to Explore

Javascript developers tend to look out for Javascript frameworks which can be used to train machine learning models based on…

6 years ago

How to Setup Apollo Graphql Client with Angular

Apollo Client is a GraphQL client for Angular, JavaScript, and native platforms such as some of the following. Apollo client…

6 years ago

Security Lessons from OnePlus Hacking & Credit Card being Stolen

OnePlus Store Website recently got discovered to be hacked as a result of which credit card details of more than…

6 years ago

Angular – Http, HttpClient Get API Example with Observable

Observable is one of the most important aspect of reactive programming paradigm which represents the data streams such as variables,…

6 years ago

Angular – Promise Explained with Code Example

Promise, in Javascript, is a concept which allows the callee function to send back a promise (sort of assurance) to…

6 years ago

Angular – HttpClient Get API Code Example with Promise

Angular HttpClient got recently released in Angular 4 (later versions) and then formalized in Angular 5. Going forward, Angular recommends…

6 years ago

Angular – Http Get API Code Example with Promise

Promise, in Javascript, allows an asynchronous operation to happen in the sense that caller function getting promise object returned by…

6 years ago