Spring Security Architecture – part 1
Spring Security, is a flexible and powerful authentication and access control framework to secure Spring-based Java web applications. In this blog i would like…
Spring Security, is a flexible and powerful authentication and access control framework to secure Spring-based Java web applications. In this blog i would like…
Access Control has been part of operating system security since its inception. It can be broadly defined as selective restriction to access a resource.…
Now a days most of our projects infrastructure is in Amazon Web-services (AWS). AWS provides on-demand cloud service platform offering compute power, database storage,…
Postman – Whether it is a developer, a tester or a business analyst when it comes to test the API’s, the very first thing…
Chennai Hyperledger Meetup — July had a good amount of people from various domains and industries. Our main focus on the event was a workshop on…
This blog post talks about two problems common to all Ethereum smart contracts — upgradeability and block gas limit. The idea presented here builds upon this excellent blog post by Elena…
I have been diving into the Web Components Spec lately. Web Components are they way for ward and it’s more than just essential now…
Overview Apache JMeter may be used to test performance both on static and dynamic resources, Web dynamic applications. It can be used to simulate…
QA Automation with Protractor OVERVIEW Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running…