最新发布第1236页
Good news AppEngine Users.
Good news AppEngine Users.,Hi, folks, there is good news for those who are using the Google AppEngine ( and I’m writing as a java developer ). People already using AppEngine or kn...
How To Create A Cross Browser Compatible HTML Progress Bar?
How To Create A Cross Browser Compatible HTML Progress Bar?,One of the key elements of any modern website that you would have come across on the internet is an HTML progress bar. H...
Java 13 Text Blocks – Multiline string literals
Java 13 Text Blocks - Multiline string literals,Java 13 finally brings support for multi-line string literals after dropping similar functionality from Java 12. String literals in ...
Setting up Java project for monitoring
Setting up Java project for monitoring,In any Java application deployed to monitoring, it is important to have proper monitoring / alerting infrastructure setup. Apart from the inf...
Deploying a Spring Boot + MongoDB application to Azure Web Apps + CosmosDB
Deploying a Spring Boot + MongoDB application to Azure Web Apps + CosmosDB, A Spring Boot and MongoDB application story UPDATE : there's a follow up to this post here, where we mig...
A (super)quick guide to VueJS ecosystem – from senior Java dev point of view
A (super)quick guide to VueJS ecosystem - from senior Java dev point of view, JavaScript ecosystem in a nutshell At the end of 2016 or beginning of 2017 I came across this blog pos...
Getting Started with the Java Streams API
Getting Started with the Java Streams API,The Streams API was added in 2014 with the release of Java 8 so you’ve almost certainly got it available today. It is used to pass a seri...
Launching Activities in Easier Way Using Kotlin Extensions
Launching Activities in Easier Way Using Kotlin Extensions, Kotlin Extensions for simpler, easier and fun way of launching Activities in Android Originally published on https://waj...
Why We Should Follow Method Overriding Rules
Why We Should Follow Method Overriding Rules,In my previous articles Why Should We Follow Method Overloading Rules, I discussed method overloading and rules we need to follow ...
The Difference Between Statements and Expressions
The Difference Between Statements and Expressions, Coding Tangents (10 Part Series) 1 Be Careful with Scanner Methods in Java 2 Be Careful with String’s Substring Method in Java ....
Kubernetes for Java Developers – Creating a docker image
Kubernetes for Java Developers - Creating a docker image, Java Kubernetes (4 Part Series) 1 Kubernetes for Java Developers - Setup 2 Kubernetes for Java Developers - Creating a doc...
Spring Boot – Crash course
Spring Boot - Crash course,The goal of this post is to enable you to run your first Spring Boot Application as most of my posts here will require you to start from there. Spring bo...