In this article,we will be going through how we can integrate Google calendar with our Spring boot api and push and fetch events to yours or anyone else's calendar.
Let's start with setting up our client authentication details using the Google cloud console.
Here I have created a new project,Now go to the hamburger icon on top left then -> API and Services -> Enable API and Services -> Search `G...
Hey devs, Today we are going to implement Amazon Simple Queue Service (SQS) with Spring Boot and see how messaging queues works in day to day of big techs.
Let's start by creating a skeleton Spring Boot Project. You can Create a Spring boot application from here.
Now that your spring boot application is created now,you can open it in one of your IDEs and Now...
Hey devs. In the previous blog,I explained how HTTP works in general and How HTTPv2 is better than HTTPv1.
Today we are going to implement HTTPv2 on a Node.js server to see how our server can serve HTTPv2 requests.
npm init
.HTTP is a protocol for fetching resources such as HTML documents. It is the foundation of any data exchange on the Web and it is a client-server protocol, which means requests are initiated by the recipient, usually the Web browser.
Clients and servers communicate by exchanging individual messages .The messages sent by the client,...
![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOEAAADhCAMAAAAJbSJIAAAA6lBMVEX////qLS4AdL3uKiv3s7P//Pz61NQAc77yUFDyHB786OjrLC0Acb3wJSb0cXHzfX7+9fX3+/397+/84OD72trt9vvS5vMAccL85eUAeMEAbb4Abrv1nZ30MjP5wsL60ND2qKgAe8K92u32pqbqHB7qHR/3u7vzaGn1l5jM4vHh7/efxuMAgcT0OzzyRUbvPT71jY7zXV3wVlbyeHg0k85+td2bwuFvpNIwisuw0umMwOG82+7va2z6Kyz0h4dfqdZYndJGntN+uN5Kk853qtaIttxko9YhjsuVx+VorNdUlMwwhMhCisYrh83reTjLAA...