devops 第2页
Java Important Concepts Every Developer Should Know in 2025-拾光赋

Java Important Concepts Every Developer Should Know in 2025

Java Important Concepts Every Developer Should Know in 2025,Here are the top 10 most commonly used Java concepts that are fundamental to building robust applications: Classes and O...
kity的头像-拾光赋kity2个月前
0337
Writing k8s operator in Java-拾光赋

Writing k8s operator in Java

Writing k8s operator in Java,This tutorial is specifically for developers with Java background who want to learn how to write first kubernetes operator fast. Why operators? There a...
kity的头像-拾光赋kity3个月前
0497
Process a large csv file with parallel processing #eg39-拾光赋

Process a large csv file with parallel processing #eg39

Process a large csv file with parallel processing #eg39,A csv file stores a large amount orders data. Use Java to process this file: Find orders whose amounts are between 3,000 and...
kity的头像-拾光赋kity4个月前
04912
Create Stunning Parallax Animations On Your Website-拾光赋

Create Stunning Parallax Animations On Your Website

Create Stunning Parallax Animations On Your Website, Have you ever come across a website that made you scroll over it again just to see the motions and transitions and made you GAS...
kity的头像-拾光赋kity8个月前
03313
Deploy app with Docker and SystemD in a few clicks-拾光赋

Deploy app with Docker and SystemD in a few clicks

Deploy app with Docker and SystemD in a few clicks, Pretty often developers facing situation, when you have your code locally and have to deploy it somehow on server. Sometimes you...
kity的头像-拾光赋kity10个月前
03312
Is OpenJDK Just a Drop-In Replacement?-拾光赋

Is OpenJDK Just a Drop-In Replacement?

Is OpenJDK Just a Drop-In Replacement?,I don’t know anyone who is still using the Oracle JDK. It has been my recommendation for quite a while to just switch to an OpenJDK distribu...
kity的头像-拾光赋kity2年前
0326
Why a Spring Cloud Config Server is Crucial to a Good CI/CD Pipeline (Pt 1)-拾光赋

Why a Spring Cloud Config Server is Crucial to a Good CI/CD Pipeline (Pt 1)

Why a Spring Cloud Config Server is Crucial to a Good CI/CD Pipeline (Pt 1), Introduction Before I began developing large-scale, enterprise level software, I didn’t fully comprehe...
kity的头像-拾光赋kity3年前
02215
Scaffolding Spring Boot, Freemarker and JDI - Building DDTJ, Day 2-拾光赋

Scaffolding Spring Boot, Freemarker and JDI – Building DDTJ, Day 2

Scaffolding Spring Boot, Freemarker and JDI - Building DDTJ, Day 2, Hackers Guide to Building an Open Source MVP - Building DDT (10 Part Series) 1 Open Source Software Product Deve...
kity的头像-拾光赋kity4年前
03010
Understanding Stack Traces and Debugging them Further-拾光赋

Understanding Stack Traces and Debugging them Further

Understanding Stack Traces and Debugging them Further,Recently a junior developer sent me an obfuscated stack trace and was pretty surprised when I instantly knew the problem and p...
kity的头像-拾光赋kity4年前
03014
Static analysis of Java application dependencies-拾光赋

Static analysis of Java application dependencies

Static analysis of Java application dependencies,In this article, we deal with the OWASP A9: 2017 — Using Components with Known Vulnerabilities and we automate this in continuous ...
kity的头像-拾光赋kity4年前
0428
How to Monitor a Spring Boot App-拾光赋

How to Monitor a Spring Boot App

How to Monitor a Spring Boot App,In this blog you will learn how to monitor a Spring Boot application. You will make use of Spring Actuator, Micrometer, Prometheus and Grafana. See...
kity的头像-拾光赋kity4年前
0507
Spring boot metrics on Prometheus-拾光赋

Spring boot metrics on Prometheus

Spring boot metrics on Prometheus, Monitoring Spring Boot with Prometheus + Grafana (2 Part Series) 1 Monitoring Spring Boot with Prometheus + Grafana 2 Spring boot metrics on Prom...
kity的头像-拾光赋kity4年前
03211