排序
deploy on production server ……… git pull-> maven build -> run jar
deploy on production server ......... git pull-> maven build -> run jar,We started to decouple our codebase to multiple microservices. we created a few java springboot microservice...
Deployment automation tools for everyone!
Deployment automation tools for everyone!,We all know about some deployment automation, cd process, and all that buzzwords, but probably most of us scary to use services that provi...
About WebPerf Metrics; Chaos engineering traps; & Lambdas
About WebPerf Metrics; Chaos engineering traps; & Lambdas,TL;DR style notes from articles I read today. Performance metrics for blazingly fast web apps Measure time starting at eve...
Software Engineer, or not.
Software Engineer, or not.,It is a chilly October night and I sit on my uncomfortable chair sipping captain Morgan with grapefruit soda. I am a professional software engineer worki...
Best tech things I read this week – #4
Best tech things I read this week - #4, Best Tech Things I read this week (6 Part Series) 1 Best tech things I read this week 2 Best tech things I read this week - #2 ... 2 more pa...
WildFly as Windows Service
WildFly as Windows Service,WildFly application server is configured via DevOps sometimes that means they need to configure as windows service and is another technique for running t...
May the future move in this direction?
May the future move in this direction?,Hi to all, I want to hear your opinion on this automation tool: http://skaffolder.com It allows generating code from documentation in many pr...
Setup WildFly SSL
Setup WildFly SSL,DevOps should configure SSL support on WildFly application servers for security reasons. The following steps describe how to configure HTTPS on local server for t...
‘Test Automation U’ Enrollment Up to 20,000 Students in Six Months, Top 100 Students Announced
'Test Automation U' Enrollment Up to 20,000 Students in Six Months, Top 100 Students Announced,If you're not continuously learning, you may be losing to someone else (or a machine)...
Send slack messages with Java in 5 minutes
Send slack messages with Java in 5 minutes, Introduction In this tutorial, we will see how easy it is to send messages to a Slack channel in our Java application with jslack framew...
Resilience for Java microservices. Circuit Breaker with Resilience4j
Resilience for Java microservices. Circuit Breaker with Resilience4j, What is circuit breaker pattern? Read this first post to understand the concept. Resilience pattern for Java m...
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...