📁 Guide to Creating and Running a Jar File in Java
https://www.baeldung.com/java-create-jar
➡️ @JavaLearnZone
https://www.baeldung.com/java-create-jar
➡️ @JavaLearnZone
Baeldung on Kotlin
Guide to Creating and Running a Jar File in Java | Baeldung
Learn different ways to package and run a simple Java application as a jar
📁 RegEx for matching Date Pattern in Java
https://www.baeldung.com/java-date-regular-expressions
➡️ @JavaLearnZone
https://www.baeldung.com/java-date-regular-expressions
➡️ @JavaLearnZone
Baeldung on Kotlin
| Baeldung
Learn how to build a RegEx pattern for matching dates from the Gregorian calendar.
🆓[24H] Udemy - Automation Testing Masterclass - Java, Selenium and More
Become a full-stack automation tester, by learning about Selenium, Cucumber, Junit, Docker and other technologies!
https://www.udemy.com/course/automation-testing-masterclass/?couponCode=3795FF9C4258F6A2EAB2
➡️ @JavaLearnZone
Become a full-stack automation tester, by learning about Selenium, Cucumber, Junit, Docker and other technologies!
https://www.udemy.com/course/automation-testing-masterclass/?couponCode=3795FF9C4258F6A2EAB2
➡️ @JavaLearnZone
Udemy
Automation Testing Masterclass - Selenium, Cucumber and More
Become an automation expert by learning Java, Selenium, Cucumber, Junit, Docker and other technologies!
🆕 Handling Cross-Site Scripting (XSS) in Java
//www.javacodegeeks.com/2021/03/handling-cross-site-scripting-xss-in-java.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/03/handling-cross-site-scripting-xss-in-java.html
➡️ @JavaLearnZone
Java Code Geeks
Handling Cross-Site Scripting (XSS) in Java | Java Code Geeks - 2021
Cross-site scripting (XSS) is a type of security vulnerability in web applications where an attacker injects malicious scripts through some kind of user
🆕 Creating effective UI system tests with Selenium
//www.javacodegeeks.com/2021/03/creating-effective-ui-system-tests-with-selenium.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/03/creating-effective-ui-system-tests-with-selenium.html
➡️ @JavaLearnZone
Java Code Geeks
Creating effective UI system tests with Selenium | Java Code Geeks - 2021
Interested to learn about UI system tests? Check our article explaining how to create effective UI system tests with Selenium
🆕 Automate Technical Documentation using Jamal
//www.javacodegeeks.com/2021/03/automate-technical-documentation-using-jamal.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/03/automate-technical-documentation-using-jamal.html
➡️ @JavaLearnZone
Java Code Geeks
Automate Technical Documentation using Jamal | Java Code Geeks - 2021
Introduction Writing good technical documentation is an art. An art is the expression or application of human creative skill and imagination, … to be
🆓[48H] Udemy - Automate the boring stuff using Java Programming
Automate the boring stuff using Simple Java programs. Course combines the power of Automation and Java Programming
https://www.udemy.com/course/automate-the-boring-stuff-using-java-programming/?couponCode=AA9D41EC9802176D7028
➡️ @JavaLearnZone
Automate the boring stuff using Simple Java programs. Course combines the power of Automation and Java Programming
https://www.udemy.com/course/automate-the-boring-stuff-using-java-programming/?couponCode=AA9D41EC9802176D7028
➡️ @JavaLearnZone
Udemy
Automate the boring stuff using Java Programming
Automate the boring stuff using Simple Java programs. Course combines the power of Automation and Java Programming
🆕 Invoking a Private Method in Java
https://www.baeldung.com/java-call-private-method
➡️ @JavaLearnZone
https://www.baeldung.com/java-call-private-method
➡️ @JavaLearnZone
Baeldung
Invoking a Private Method in Java | Baeldung
We sometimes need to access private methods from our code, especially our test code. In this tutorial we cover a couple of ways to make private methods accessible.
📁 Multi-Module Maven Application with Java Modules
https://www.baeldung.com/maven-multi-module-project-java-jpms
➡️ @JavaLearnZone
https://www.baeldung.com/maven-multi-module-project-java-jpms
➡️ @JavaLearnZone
Baeldung on Kotlin
Multi-Module Maven Application with Java Modules | Baeldung
Learn to create a multi-module Maven application using the Java Platform Module System (JPMS).