排序
20+ Core Java Interview Questions for experienced Professionals from Investment Banks
20+ Core Java Interview Questions for experienced Professionals from Investment Banks,Disclosure: This post includes affiliate links; I may receive compensation if you purchase pro...
Why I Urge My Students to Use DrJava
Why I Urge My Students to Use DrJava,If you’ve been around me for any amount of time, I’ve probably pushed DrJava on you at some point. Finally, I’ve decided to articulate my re...
What Is Java? A Beginner’s Guide to Java and Its Evolution
What Is Java? A Beginner’s Guide to Java and Its Evolution,Java is a general-purpose, concurrent, object-oriented, class-based, and the runtime environment(JRE) which consists of ...
How to create a zip in Xamarin Android
How to create a zip in Xamarin Android,This solution is specifically for Android using Xamarin because I am using the Java.Util.Zip Class. This solution can just as easily be porte...
Resilience pattern for Java microservices. The Circuit Breaker.
Resilience pattern for Java microservices. The Circuit Breaker., Introdution Although the advantages of a microservices architecture are known (not a topic explained here), we ofte...
Fruit Cart: Inception
Fruit Cart: Inception, Fruit Cart (4 Part Series) 1 Fruit Cart: Inception 2 Fruit Cart: Config 3 Fruit Cart: Testing Rules of the Game 4 Fruit Cart: Writing Tests, Part I The Fruit...
Create full Microservice stack using JHipster Domain Language under 30 minutes
Create full Microservice stack using JHipster Domain Language under 30 minutes, Microservices with JHipster (3 Part Series) 1 Create full Microservice stack using JHipster Domain L...
Run MySQL on Docker and use in your Java App
Run MySQL on Docker and use in your Java App,Running MySQL in Docker is very useful to use in development. In this tutorial, we will see how easy it is to start MySQL in Docker and...
JPA Auditing: Persisting Audit Logs Automatically using EntityListeners
JPA Auditing: Persisting Audit Logs Automatically using EntityListeners,In one of my article Spring Data JPA Auditing: Saving CreatedBy, CreatedDate, LastModifiedBy, LastModifiedDa...
Deploy a web app to Azure App Service using Terraform
Deploy a web app to Azure App Service using Terraform,Originally published at deepu.tech. Deploying Java web applications to Azure is easy and has been tried, tested and explained ...
Java VS Go
Java VS Go, At my current job we are going to make a big project that will have a lot of requests from all the country. We don't know if Go is better than Java with Spring for this...
Creating a native executable in Windows with GraalVM
Creating a native executable in Windows with GraalVM,GraalVM is pretty awesome for a lot of reasons. But the one that has me most hyped is the ability to create native executables ...