排序
Regex Whitespace 4. How to match whitespace and non whitespace characters.
Regex Whitespace 4. How to match whitespace and non whitespace characters., Everything you need to know about Regex. (5 Part Series) 1 1.Introduction about Regex 2 2. The dot(.) 3 ...
3.Matching digits and non digits character.
3.Matching digits and non digits character., Everything you need to know about Regex. (5 Part Series) 1 1.Introduction about Regex 2 2. The dot(.) 3 3.Matching digits and non digit...
Setting up Spring STS 4 with Eclipse
Setting up Spring STS 4 with Eclipse,Just sharing a video on how to setup Spring STS 4 with Eclipse and bootstrapping your first Spring based application using SpringBoot. https://...
Twitter, SMS Services: Spring Boot possible XML Configuration
Twitter, SMS Services: Spring Boot possible XML Configuration,The system configuration is important building real project and interoperable dependency injection. This article we wi...
Conditional CriteriaBuilder for Optional Params
Conditional CriteriaBuilder for Optional Params,Recently I came across an interesting challenge at work where I needed to conditionally query data based on a series of Optional fie...
2. The dot(.)
2. The dot(.), Everything you need to know about Regex. (5 Part Series) 1 1.Introduction about Regex 2 2. The dot(.) 3 3.Matching digits and non digits character. 4 4. How to match...
1.Introduction about Regex
1.Introduction about Regex, Everything you need to know about Regex. (5 Part Series) 1 1.Introduction about Regex 2 2. The dot(.) 3 3.Matching digits and non digits character. 4 4....
How to write Multi-Threaded Tests in Java
How to write Multi-Threaded Tests in Java,Spending a weekend at home gives you endless possibilities. We, for example, played board games, watched online courses and even rebuild S...
Functions as Queries @ SwayDB
Functions as Queries @ SwayDB,Conditional updates & deletes are performed by submitting any Java, Scala, Kotlin or any native JVM code/function. There is no query language. Bei...
Improving a snippet of code
Improving a snippet of code,While working on an Open Source project, I came across this piece of code: public void clear() { Object[] items = this.items; for (int i = 0, n = size; ...
My Career as a Software Developer
My Career as a Software Developer,For my first post on Dev.to, I want to talk about my experience over the last 4 years and how I came to be the developer that I am today. I'm goin...
Simple WearOS App using Java
Simple WearOS App using Java,Let's get started. Things you'll need Android Studio installed and configured. Android Wear emulator configured (Either square or rounded). Basic knowl...