Firebase Cloud Messaging (FCM) with FastAPI for Sending NotificationsFirebase Cloud Messaging (FCM) is a service from Google that allows developers to send push notifications and messages to users on iOS…Jan 29Jan 29
Django Application: DockerisedDjango, a high-level Python web framework, is known for its simplicity and versatility in building web applications.Apr 24, 2024Apr 24, 2024
Object-Oriented Programming in PythonPython, known for its simplicity and versatility, offers powerful tools for implementing object-oriented programming (OOP) concepts. Let’s…Jan 4, 2024Jan 4, 2024
SAML- Security Assertion Markup LanguageSAML, or Security Assertion Markup Language, allows a user to log in to one system sometimes only once for multiple applications (single…Nov 6, 2023Nov 6, 2023
Managing Environments in Spring Boot: Creating Profiles for Development and ProductionIn software development, ability to manage environments is crucial. Profiles in Spring Boot allow developers to define sets of…Jul 20, 2023Jul 20, 2023
Swagger-Open API to Spring Boot 3 Application(Web Flux)Documenting a REST API is essential to make it user-friendly and accessible. With the help of the OpenAPI specification and Swagger…May 8, 2023May 8, 2023
Swagger-Open API to Spring Boot 3 Application(Web MVC)Documenting a REST API is essential to make it user-friendly and accessible. With the help of the OpenAPI specification and Swagger…Apr 18, 2023Apr 18, 2023
Parsing a Request Body in Spring Boot using @RequestBody AnnotationSpring Boot is a powerful framework that simplifies the process of building robust and scalable web applications.Apr 7, 2023Apr 7, 2023