Published onMay 10, 2020Adding Security to a Spring Boot Application with JWT and HazelcastSpring BootSpring SecurityJWTTokenHazelcastCacheIn this section, we will secure our Spring Boot application using **JWT (JSON Web Tokens)** for authentication and session management and **Hazelcast...
Published onMay 1, 2020Creating a REST application with Spring Boot and Oracle running in DockerOracleDockerSpring BootJavaIntegrating Oracle into a Spring Boot application via Docker
Published onSeptember 21, 2019Implementing the Fibonacci Sequence in JavaJavaFibonacciProgrammingAlgorithmsRecursionDynamic ProgrammingDiscover several methods for implementing the Fibonacci sequence in Java: iterative, recursive, and dynamic programming.
Published onSeptember 21, 2019Using Grunt in a Client ProjectGruntNode.jsFront-endAutomatisationTask RunnerLearn how to install and configure Grunt in a client project, as well as manage modules like Compass.
Published onApril 26, 2019Using Angular 7 Custom Elements in a Spring Boot ApplicationAngular 7Spring BootAngular ElementsCustom ElementsAngular 7 introduces the ability to create **Custom Elements** (also called Web Components).