排序
Convert Unicode Symbols & Punctuation to ASCII using ColdFusion/Java
Convert Unicode Symbols & Punctuation to ASCII using ColdFusion/Java,symbolsToASCII is a ColdFusion UDF (user-defined function) to convert Unicode symbols and punctuation to ASCII7...
Quick Tip: Comparar dois arquivos no IntelliJ
Quick Tip: Comparar dois arquivos no IntelliJ,Para comparar dois arquivos rapidamente dentro da IDE, selecione os arquivos que quer comparar: Agora clique em CTRL + D e pronto: Fon...
‘Code First’ API Documentation with Springdoc and Spring Boot
'Code First' API Documentation with Springdoc and Spring Boot,This article was first published on reflectoring.io When following a 'code first' approach in API development, we firs...
Live session: Event-Driven & code generation with AsyncAPI and Solace 10/06/2020
Live session: Event-Driven & code generation with AsyncAPI and Solace 10/06/2020, Two types of people During The 2020 Quarantine, I had the opportunity to delve deep into my though...
Wikipedia Scraper in Java
Wikipedia Scraper in Java,i have created a simple java tool to get data from Wikipedia. Have a look here on Github Repo Example Jwiki jwiki = new Jwiki('elon musk'); System.out.pri...
Pass by value/reference :EXPLAINED WITH SINGLE GIF (Believe me it’s true)
Pass by value/reference :EXPLAINED WITH SINGLE GIF (Believe me it's true),Look at this GIF and i bet you will understand the basic difference between pass by value vs. Pass by refe...
Leetcode Problem: Valid Parenthesis
Leetcode Problem: Valid Parenthesis, programming-exercises (5 Part Series) 1 Leetcode: Integer to Roman 2 Leetcode Problem: Three sum 3 Leetcode Problem: Group Anagrams 4 Leetcode ...
An Introduction to Quarkus
An Introduction to Quarkus, The myth of slow Java In the realm of Java, who hasn't heard one of these statements at least a dozen times: 'Java is slow' 'Java needs too much memory!...
Add Page Numbers to PDF Documents in Java Application
Add Page Numbers to PDF Documents in Java Application,In our daily work, adding page numbers to a PDF document is important since it makes the document reading, retrieval and manag...
Java Create Pie Chart/Doughnut Chart in Excel
Java Create Pie Chart/Doughnut Chart in Excel,A pie chart is a circle with small sectors that is often used to show the portions of a total percentage. It can present and compare d...
How to: Build a Video Chat App on Android
How to: Build a Video Chat App on Android,In this guide, we’ll build a basic video chat app in 10 easy steps, using the Agora.io Video SDK for Android. Updated: May 24, 2021 This ...
5 Skills a New Software Developer must have!
5 Skills a New Software Developer must have!, A list of 5 important skills that you should have in your skillset if you are joining as a new Software Developer The month of June-Ju...