排序
Reverse String in one line
Reverse String in one line,Yesterday, while scrolling Twitter I stumbled upon this one: 30 seconds of code @30secondsofcode reverseString: Reverses a string. #JavaScript 30secondso...
Wednesday Links – Edition 2021-04-28
Wednesday Links - Edition 2021-04-28, Wednesday Links (20 Part Series) 1 Wednesday Links - Edition 2021-03-24 2 Wednesday Links - Edition 2021-03-31 ... 16 more parts... 3 Wednesda...
Date Night at The Arcade
Date Night at The Arcade,The Date Night at The Arcade Java project was so fun to make. Check out my work: https://github.com/KeaganYoung/nightAtTheArcade programming #coding #progr...
Solution: Unique Paths II
Solution: Unique Paths II, Leetcode Solutions (161 Part Series) 1 Solution: Next Permutation 2 Solution: Trim a Binary Search Tree ... 157 more parts... 3 Leetcode Solutions Index ...
Java/ Merge and Split Table Cells In Word
Java/ Merge and Split Table Cells In Word,I've introduced how to create a table in Word document using Free Spire.Doc for Java, and this article will share how to use this free Jav...
Let’s Clean Some Code
Let's Clean Some Code, What are we going to do? Take a function that's written terribly and refactor (clean) it. The Dirty Function 🦨 public void updateQuality() { for (int i = 0;...
The Ultimate Guide to Pass Java 11 Certification (1Z0-819) Exam in 2021
The Ultimate Guide to Pass Java 11 Certification (1Z0-819) Exam in 2021, Intro If you don't hold any previous Java certifications, then you should take the 1Z0‐819 Java SE 11 Deve...
SOLID: Liskov Substitution Principle
SOLID: Liskov Substitution Principle, SOLID Principles (5 Part Series) 1 SOLID: Single Responsibility Principle 2 SOLID: Open Closed Principle 3 SOLID: Liskov Substitution Principl...
Effective Engineer – Book Review
Effective Engineer - Book Review, Effective Engineer This is a great book about the Value produced / the Time invested. One of the most important takeaways is: Effort is not propor...
Artificial Intelligence in Java
Artificial Intelligence in Java,This video shows how to code a planning AI application to solve a school timetabling problem with Java, Quarkus and OptaPlanner. Source code OptaPla...
Decode data encrypted in Java in shell
Decode data encrypted in Java in shell,I have to provide data available in an object storage encrypted by a Java application in a php site. First of all I get the encrypted data us...
Constraint Programming: Solving Sudoku with Choco Solver library
Constraint Programming: Solving Sudoku with Choco Solver library, Why solve sudoku? Enterprise application development is, for the most part, solving one of these types of problems...