排序
Java Microservices with Spring Cloud Config and JHipster
Java Microservices with Spring Cloud Config and JHipster,Developing a microservice architecture with Java and Spring Boot is quite popular these days. It’s definitely one of the m...
Getting Eventful With Azure Event Hubs: Part Two
Getting Eventful With Azure Event Hubs: Part Two,In part one of this series, I went over creating an event hub in azure, connecting it up to my spring boot web service, then send m...
Build a Microservice Architecture with Spring Boot and Kubernetes
Build a Microservice Architecture with Spring Boot and Kubernetes,In this tutorial, you’re going to use Kubernetes to deploy a Spring Boot microservice architecture to Google Clou...
Angie Jones released a new Test Automation University Course – Selenium WebDriver with Java
Angie Jones released a new Test Automation University Course - Selenium WebDriver with Java,Last week, Angie Jones released a new online course for Test Automation University to le...
How To Build An Artificial Neural Network in Java
How To Build An Artificial Neural Network in Java,Let me give you a brief note on the purpose of this article and then will discuss the technical part. I see plenty of Python based...
How to send emails with just a few lines of code with Yagmail in Python
How to send emails with just a few lines of code with Yagmail in Python, Sending emails with Python (2 Part Series) 1 How to send beautiful emails with attachments (yes, cat pics t...
Getting Eventful With Azure Event Hubs: Part One
Getting Eventful With Azure Event Hubs: Part One,Event hub is a big data ingestion offering from Microsoft, it leverages AMQP, HTTPS, and Apache Kafka under the hood. Event hub off...
Simple Authentication with Spring Security
Simple Authentication with Spring Security,Authentication is vital to all but the most basic web applications. Who is making the request, wanting data, or wanting to update or dele...
Don’t forget to call your dad too
Don’t forget to call your dad too , Don't forget (4 Part Series) 1 Don't forget to call your mom 2 Don't forget to build that app 3 Don't forget to give the user a choice 4 Don’t...
Don’t forget to build that app
Don't forget to build that app , Don't forget (4 Part Series) 1 Don't forget to call your mom 2 Don't forget to build that app 3 Don't forget to give the user a choice 4 Don’t for...
Java Client Library – General Use Code Examples
Java Client Library - General Use Code Examples, Introduction Let's review some code examples on how to handle generic tasks: -Initializing a Universe -Initializing the Application...
How to reply to an anonymous user over Websockets
How to reply to an anonymous user over Websockets, Hello everyone! This is my first post here on dev.to and I made myself some courage to write it because I always wanted to have a...