InCodeXbyFarzin PashaeeSpring Boot & RedisIn this article, we will talk about Redis and how to connect to it via a Spring Boot application.Nov 23, 2022Nov 23, 2022
Farzin PashaeeSpring Boot Logback with ProfileLogging is a very important part of each application we will refer them to monitor and debug in different environments. But each…Jun 24, 2022Jun 24, 2022
InBetter ProgrammingbyFarzin PashaeeSpring Boot and Swagger — Writing Good API DocumentationsDocumentations made easyJun 14, 20221Jun 14, 20221
Farzin PashaeeSpring Boot & MongoDBMongoDB as the most popular NoSQL database is a source-available cross-platform document-oriented database program. It uses JSON-like…Jun 13, 2022Jun 13, 2022
Farzin PashaeeSpring Boot ActuatorSpring Actuator is a set of additional product-ready features that help to monitor, manage and interact with the application. These…May 31, 2022May 31, 2022
Farzin PashaeeSpring Boot Exception Handling — ResponseStatusExceptionError and Exception handling is essential for a web application and proper responses with reasonable details are required for better…May 20, 2022May 20, 2022
Farzin PashaeeSpring Boot Exception Handling — HandlerExceptionResolverError and Exception handling is essential for a web application and proper responses with reasonable details are required for better…May 19, 2022May 19, 2022
Farzin PashaeeSpring Boot Exception Handling — @ControllerAdviceError and Exception handling is essential for a web application and proper responses with reasonable details are required for better…May 19, 2022May 19, 2022
Farzin PashaeeSpring Boot InterceptorSpring Boot Interceptors are useful tools for intercepting the HTTP request process. The concept is similar to AOP pointcuts and you can…May 6, 2022May 6, 2022
Farzin PashaeeSpring Boot Web FilterA Filter in the Spring Boot application is a solution used to intercept the HTTP requests and responses of your application. Filter helps…May 7, 20221May 7, 20221
InSelectFrombyFarzin PashaeeSpring Boot Kafka IntegrationApache Kafka is a distributed data streaming platform that can publish, subscribe to, store, and process streams of records in real-time…Apr 27, 2022Apr 27, 2022
InCodeXbyFarzin PashaeeSpring Boot Reactive Web Application — WebFluxWebFlux is part of Spring Framework which helps to achieve a programming paradigm that promotes an asynchronous, non-blocking…Apr 25, 2022Apr 25, 2022
InCodeXbyFarzin PashaeeSpring Boot TestSpring Boot comes with a full set of tools for testing like unit testing, integration testing, assertation, and mocking. est support is…Apr 7, 2022Apr 7, 2022
Farzin PashaeeSpring Boot JSON — JacksonJSON (JavaScript Object Notation) is an open standard file and data interchange format that uses human-readable text to store and transmit…Apr 4, 2022Apr 4, 2022
InCodeXbyFarzin PashaeeSpring Boot LoggingSpring Boot uses Apache Commons logging for all internal logging but the underlying log implementations are flexible. You can use Util…Mar 27, 20221Mar 27, 20221
Farzin PashaeeSpring Boot ProfilesSpring Boot provides profiles that help to create environment-specific configurations and stereotypes in the applications. Any @Component…Mar 22, 2022Mar 22, 2022
Farzin PashaeeSpring Boot Externalized ConfigurationOne of the useful features of Spring Boot is configuration externalization. It helps to have application configuration and setting stored…Mar 17, 20221Mar 17, 20221