-
Asseco
- Banja Luka, Serb Republic
- https://www.linkedin.com/in/brane-marjanovi%C4%87-33902a187/
-
-
BANKING-APP Public
In this application the user can log in and perform 3 main features:1.Transfer money 2.Request loan 3.Close account.
-
GAME-Dice-Roller Public
From this game you can learn a lot of staff, you can learn all fundamentals of HTML , CSS and Java Script.You can learn how to use all kind of methods and functions.How to use DOM manipulation, Eve…
-
GAME-Guess-My-Number Public
This game is great example for Java Script begginers to learn fundamentals of HTML, CSS and Java Script.In this example we can learn to use DOM manipulation, how to use Event Listeners and buttons …
-
In this project I used Spring Security for JDBC authentication and authorization with custom login page. I applied authorization for appropriate user roles (EMPLOYEE, MANAGER or ADMIN).I also made …
-
In this project I used Spring Security for JDBC authentication and authorization with custom login page.I applied authorization for appropriate user roles (EMPLOYEE, MANAGER or ADMIN).I also made r…
-
In this example I used Hibernate Validator to make validation rules and to make our custom validation rule ie. our custom annotation @CourseCode and some other standard validations for all other fi…
-
Employee Directory app with Thymeleaf template and all CRUD methods for reading data from the database.
-
spring-crm-rest-api-security Public
SPRING SECURITY CRM REST API with AUTHENTICATION in memory and AUTHORIZATION.User can have 3 roles:employee, manager and admin.I secured all REST endpoints and adds following security authorization…
-
spring-crm-rest-api-db Public
CRM REST API that communicates with CRM REST CLIENT, two separated web applications which communicates together on the server.GitHub link of the CRM REST CLIENT is: https://github.com/marjanovicbra…
-
CRM REST CLIENT app that communicates with CRM REST API, two separated web applications which communicates together on the server.GitHub link of the CRM REST API is: https://github.com/marjanovicbr…
-
spring-security-jdbc-bcrypt Public
SPRING SECURITY with JDBC AUTHENTICATION and AUTHORIZATION using custom login page and BCRYPT algorithm.
-
spring-crm-web-app-aop Public
We created spring CRM web app with AOP.This app have standard 3 LAYERS.CONTROLLER, DAO and SERVICE.All 3 layers are the same as before.We also have entity class Customer, which is the same as befor…
-
This is Spring Boot app REST API, using Hibernate API and all CRUD methods with database.We was using POSTMAN REST CLIENT to test all HTTP REQUEST METHODS (GET,POST,PUT,DELETE).
-
spring-boot-spring-data-rest Public
This is Spring Boot app REST API, using SPRING DATA REST and all CRUD methods with database.We was using POSTMAN REST CLIENT to test all HTTP REQUEST METHODS (GET,POST,PUT,DELETE).SPRING DATA REST …
-
This is Spring Boot app REST API, using SPRING DATA JPA and all CRUD methods with database.We was using POSTMAN REST CLIENT to test all HTTP REQUEST METHODS (GET,POST,PUT,DELETE).
-
This is Spring Boot app REST API, using STANDARD JPA API and all CRUD methods with database.We was using POSTMAN REST CLIENT to test all HTTP REQUEST METHODS (GET,POST,PUT,DELETE).