Web

Amazon S3 with Spring Boot & Java – Sample CodeAmazon S3 with Spring Boot & Java – Sample Code

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…

7 years ago
Amazon Polly Hello World with Java & Spring BootAmazon Polly Hello World with Java & Spring Boot

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…

7 years ago
Spring Boot CommandLineRunner Code ExampleSpring Boot CommandLineRunner Code Example

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…

7 years ago
8 Machine Learning Javascript Frameworks to Explore8 Machine Learning Javascript Frameworks to Explore

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…

7 years ago
How to Setup Apollo Graphql Client with AngularHow to Setup Apollo Graphql Client with Angular

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…

7 years ago
Security Lessons from OnePlus Hacking & Credit Card being StolenSecurity Lessons from OnePlus Hacking & Credit Card being Stolen

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…

7 years ago
Angular – Http, HttpClient Get API Example with ObservableAngular – Http, HttpClient Get API Example with Observable

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,…

7 years ago
Angular – Promise Explained with Code ExampleAngular – Promise Explained with Code Example

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…

7 years ago
Angular – HttpClient Get API Code Example with PromiseAngular – HttpClient Get API Code Example with Promise

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…

7 years ago
Angular – Http Get API Code Example with PromiseAngular – Http Get API Code Example with Promise

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…

7 years ago