Rest API Security

Security is the biggest API technology challenge seen today to be solved. Organizations today Understand the Need for REST API Security or any API Security for that matter…


Design Patterns for application development

Design patterns for application development are programming language independent strategies for solving a common problem. It means a design pattern represents an idea, not a particular implementation. By using design patterns you can make your code more flexible, maintainable and reusable…


Spring Security with Springboot

Spring Security is a framework what spring calls it. It provides authentication, authorization, and protection against attacks. It has become kind of a standard for securing spring based applications…

Microservices Design Patterns

Today there is a growing demand for microservices in the market. It has become a go-to solution to build APIs and application. Designing microservices may also have architectural challenges. To avoid any design based difficulty in future a developer must know some common microservices design patterns for building microservices…

Leave a Comment