Universal clipboard ( copy, paste ) and Airdrop between Mac and Android phone
I have been using a Macbook Air for the past 1 year after being a loyal user of Ubuntu for almost 15 years. The transition was smooth and the M1 Macs are way ahead...
I have been using a Macbook Air for the past 1 year after being a loyal user of Ubuntu for almost 15 years. The transition was smooth and the M1 Macs are way ahead...
In a previous post, we have seen how to set up the New Relic for full-stack observability with no cost. Identifying the issues is one thing. But it’s only worthwhile when we can trigger...
In the new age of cloud-ready scalable applications, observability is a critical trait for getting to know what is happening with the application and also to investigate when something goes wrong. Observability is the...
Technology is ever-changing and there are reflections on the way we develop programs also. A few years back, the number of programming languages available was limited. But now, you could see that there are...
There was an advisory ( CVE-2021-44228 ) on a critical vulnerability found on log4j2 ( the most common logging library used in Java applications worldwide developed by Apache Software Foundation ). This vulnerability is...
I was an ardent Linux user for the past 10 years and recently made my switch to the MacBook Air M1 ( You could read more about why I made the switch here )....
OAuth 2.0 is a very common authentication mechanism that is used for validating the user and giving access to the resources. It is important for most of the client applications to provide support for...
In the last post, we have seen how to set up the SonarQube for a development system using a local git repository. We have also set up a project and are ready to run...
If you are an experienced developer or a newbie working on an enterprise ( or any serious ) project, you may end up writing code that contains code smells, security loopholes, and also breaking...
In this part, we will see about the web layer for our web application and how to write the tests for the controllers using MockMvc, and also integration testing without any mocks. If you...