In this article we will explore more on the Security aspects of your application . We will explore the industry security standards and how it can help…… Read more “Deep Dive : Fundamentals of HTTP/HTTPS, SSL/TLS and Encryption”
Tag: java
Serverless : AWS Lambda and Spring Cloud Function with Twitter API
In this article we will explore creating a simple AWS lambda function with Spring Cloud which will update our twitter profile name dynamically. TABLE OF CONTENTS: Twitter…… Read more “Serverless : AWS Lambda and Spring Cloud Function with Twitter API”
How to Enable HTTPS – (SSL/TLS) in a Java Spring Boot Application
In this article we will see how to enable ssl for your spring boot application. HTTPS vs SSL vs TLS HTTPS is the secure version of HTTP…… Read more “How to Enable HTTPS – (SSL/TLS) in a Java Spring Boot Application”
Web Scraping using JSoup – Getting Weekly Top Songs Project
In this article we will do a simple web scraper project using JSoup Library . What is Web Scraping? Web Scraping is used for extracting data from…… Read more “Web Scraping using JSoup – Getting Weekly Top Songs Project”
Reactive Programming in Spring- Introduction
In this article we will discuss in brief about Reactive Programming and also focus on why the Spring team deprecated the RestTemplate client in favor of the…… Read more “Reactive Programming in Spring- Introduction”
XML Parser in Java
In this article we will see how to read and manipulate XML data in Java . There are many inbuilt as well as external API’s for reading…… Read more “XML Parser in Java”
Getting Started with Spring Aspect Oriented Programming (AOP)
In this article we will look at Spring AOP which is one of the two core concepts of Spring with the other being DI(Dependency Injection) and IoC…… Read more “Getting Started with Spring Aspect Oriented Programming (AOP)”