Published onOctober 6, 2025Configure Waline on a Next.js site deployed on VercelWalineNext.jsCommentsVercelLeancloudAdd a modern, fast, and self-hosted commenting system to your Next.js blog with Waline, all deployed for free on Vercel.
Published onOctober 3, 2025Create a Contact Form with Formspree in a Next.js ProjectFormspreeContactReactLearn how to easily integrate a contact form into your Next.js site using Formspree — no backend required, and fully compatible with Vercel deploymen...
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.