Gopesh JangidHow to check vulnerabilities in NPM packages and prevent application from security threats ?As more and more applications rely on third-party packages, it’s important to ensure that those packages don’t contain any security…Apr 21, 2023Apr 21, 2023
Sean HaddockHow to Get Environment Specific Configuration at Runtime in AngularIn this post, I’m going to show you one way to retrieve environment specific configuration information dynamically with Angular.Jul 14, 20231Jul 14, 20231
Imran AzamRuntime configuration for AngularProvide configuration values to your Angular app, at runtime.Oct 4, 20211Oct 4, 20211
Faruk taiwoIntegrating refresh Tokens in Angular: Ensuring Secure and Seamless AuthenticationIn today’s world of web development, ensuring a seamless and secure user experience is paramount. One critical aspect of this is managing…Jul 29, 2024Jul 29, 2024
Chandan KumarBuilding an Angular Authentication Service: Login and Logout MethodsCreating a robust authentication system is crucial for any web application. In Angular, services provide a convenient way to encapsulate…Jul 17, 20242Jul 17, 20242
Bella Rose (Software Engineer)How to Implement Single Sign-on SSO in AngularImplementation guide of single sign-on in angularDec 2, 20241Dec 2, 20241
Fiska SyelaHow I Make Login Page in Angular 18I recently had to build a login feature using Angular 18 for work. It took me a week to get it right, dealing with various errors along the…Oct 20, 2024Oct 20, 2024
Eric Cabrel TiogoImplement JWT authentication in a Spring Boot 3 applicationThis blog post will show you how to implement a JWT authentication on Spring Boot 3 application using Spring Security 6Mar 19, 202445Mar 19, 202445
Dulanjaya SandaruwanUploading Images in a Spring Boot Project: A Step-by-Step GuideIn modern applications, handling file uploads, especially images, is a common task. Spring Boot makes this process simple and efficient. In…Aug 19, 2024Aug 19, 2024
InhexaDefencebyNishada LiyanageSecuring an Angular App Using KeycloakKeycloak & Angular Integration via OpenID ConnectJul 9, 2024Jul 9, 2024
Aruna SelvamAngular JWT Authentication with Spring Boot BackendIntroduction:Jul 24, 20232Jul 24, 20232
yesitha sathsaraImplementing Secure JWT Authentication and Role-Based Authorization in Spring BootSecure your Spring Boot app with JWT authentication and role-based authorization. A guide to setup, configuration, and best practices.Aug 12, 20241Aug 12, 20241
Lakshitha FernandoSpring Boot REST API CRUD Operations with MySQLIn this lesson, you can learn how to work with REST APIs and how to work with MySQL databases with a simple project.Feb 8, 2024Feb 8, 2024
Lakshitha FernandoSpring Security 6 and Spring Boot 3 with Simple Project.In this article we will learn about basic authentication and role-based authentication and authorization.Mar 12, 20241Mar 12, 20241
Lakshitha FernandoSpring boot Unit testing for repositories, controllers and services using JUnit 5 and Mockito.In this tutorial, we will learn how to write unit tests for the Spring Boot application using Junit 5 and Mockito.Apr 17, 20245Apr 17, 20245
Lakshitha FernandoJWT, Spring Security 6 and Spring Boot 3 with Simple Project.In this article we will learn about JWT based authentication and authorization with login feature.May 9, 20245May 9, 20245
InITNEXTbySaeed ZarinfamDeep dive into the Structured Logging in Spring Boot 3.4Benefits of Structured LoggingDec 2, 20242Dec 2, 20242
Lucas FernandesSpring Security with OAuth2 and LinkedInSetting up OAuth2 with LinkedIn and Spring SecurityOct 15, 20241Oct 15, 20241
Pratik TBuilding REST API Using Spring Boot: A Comprehensive GuideBuilding a RESTful API is a common task for backend developers. With Spring Boot, creating robust and scalable REST APIs becomes…Jun 16, 20245Jun 16, 20245