排序
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 ...
Software development with UML and modern Java
Software development with UML and modern Java,This post was written by Bitbucket user Aleksandar Radulović. With technology evolving fast, there is a need to write and maintain so...
The magic known as MySQL FULLTEXT index.
The magic known as MySQL FULLTEXT index.,We developers, most of the time, are having a battle with databases about performance. It is not rare that the root of a performance proble...
The Journey From Java to Python
The Journey From Java to Python, Introduction I'm definitely not one of these wizard kids that started programming at 13 and were a genius by the time they completed 20. I started ...
Spring boot and Kafka a great combination
Spring boot and Kafka a great combination,I am happy to share that a talk I had the opportunity to give a few weeks ago at the SpringIO Barcelona 2019 was published today. If you'r...
Java and Native Code in OpenJDK 13
Java and Native Code in OpenJDK 13, Contents Intro Hands-on The libCurl App The libSSH2 App Final Thoughts References Intro Last week I watched a pretty cool GOTO Conference talk [...
Desde nuestras clases hasta nuestro APK
Desde nuestras clases hasta nuestro APK, Sketchnote sobre el proceso de pasar desde nuestras clases hasta tener el APK — by Armando Picón Como Android Developers a veces pasamo...
Python vs Java : The programming language fight for dominance
Python vs Java : The programming language fight for dominance,Anatomy of Python and Java Both languages offer something unique to the table. While they have their unique technical ...
Is it cost-efficient to run Spring Boot on Azure Functions?
Is it cost-efficient to run Spring Boot on Azure Functions?,As I'm currently writing the official 'Spring Boot on Azure Functions' documentation on the Azure documentation website,...