排序
JWT Bearer Authentication/Authorization with Spring Security 5 in a Spring Boot App (outdated)
JWT Bearer Authentication/Authorization with Spring Security 5 in a Spring Boot App (outdated), Outdated Note: There are bunch of differences with the way Spring Security is setup ...
Spring Boot : Handling Exception
Spring Boot : Handling Exception,Example of how to handling exception in Spring Boot. Annotate Exception with @ResponseStatus @ResponseStatus(code = HttpStatus.INTERNAL_SERVER_ERRO...
Cucumber.js Tutorial with Examples For Selenium JavaScript
Cucumber.js Tutorial with Examples For Selenium JavaScript,The relevance of using a BDD framework such as Cucumber.js is often questioned by our fellow automation testers. Many fee...
Simple solution to convert table in Word to Excel in Java
Simple solution to convert table in Word to Excel in Java,Microsoft Excel is widely used to store large amounts of data. If the data is stored in Microsoft Word table document, and...
The Modern Cpp Challenge on Mobile – Abundant numbers
The Modern Cpp Challenge on Mobile – Abundant numbers,Hello ! I’m Xavier Jouvenot and here is the sixth part of a long series on The Modern C++ Challenge.In this article, I am go...
Comparison between Java, Go, and Rust
Comparison between Java, Go, and Rust, Comparison between Java, Go, and Rust | by Dex | Medium Dex ・ Jul 2, 2023 ・ Medium 原文链接:Comparison between Java, Go, and Rust
Comparing 3 java build tools (Ant vs Maven vs Gradle)
Comparing 3 java build tools (Ant vs Maven vs Gradle), We will compare java build tools. By comparing Ant vs Maven and Maven vs Gradle we will figure out if Gradle or Maven will be...
Dev.to/Twilio Hackathon: Rocket Launch bot (RELEASE!)
Dev.to/Twilio Hackathon: Rocket Launch bot (RELEASE!),Special thanks to Dev.to and Twilio for my first hackathon! This was a fun experience and a great excuse to be productive in t...
Automated documentation deployments using Kotlin & Netlify
Automated documentation deployments using Kotlin & Netlify, Introduction In this short article, I will briefly discuss documenting Κotlin code & deploying it to Netlify. In ca...
Customizing your codebase per customer: Part 2 – Conditions
Customizing your codebase per customer: Part 2 – Conditions,In part 1, we discussed using a “SiteConfig” enumeration to easily allow toggling features on or off depending on the...
An introductory guide to annotations and annotation processors
An introductory guide to annotations and annotation processors,In Java, annotations and annotation processors are surrounded by a shroud of mystery for most. They seem like a subje...
Spring Boot : Actuator
Spring Boot : Actuator,Use for monitor and manage running application. Enable by adding dependency below. <dependency> <groupId>org.springframework.boot</groupId>...