Jun 5, 2021Getting started with kotlinFollowing is the link to the feature of kotlin Why use Kotlin for server-side Features of Kotlin:szubair1833.medium.com If you are familiar with one or more programming languages then follow the mentioned below link to understand the basics of kotlin https://bit.ly/3z4oP3D1 min read1 min read
Jun 5, 2021Why use Kotlin for server-sideFeatures of Kotlin: Expressiveness: It uses features like type-safe builders and delegated properties which uses the concept of abstraction. Scalability: It allows a developer to develop such applications which can support a large number of user with modest hardware requirements. Interoperability: Kotlin can be used with java based frameworks. Migration: A old system written in java can be converted into kotlin based system.Kotlin1 min readKotlin1 min read
Apr 22, 2021Spring SecurityWhen you are making an API you are opening a door to the world. As we know the world is full of good and bad people, so we need to secure our data from bad guys. So we need to add multilayer security. Simple SecuritySpring Boot Security2 min readSpring Boot Security2 min read