排序
python in operator
python in operator,In the Python programming language, the in operator is membership test operator. You can use it to check if a value exists in an object. That means you don't nee...
Develop GraphQL mutation API with Spring Boot
Develop GraphQL mutation API with Spring Boot,In the previous post, I already go over GraphQL implemented for API read data You can checkout them in here In this post, I go over ho...
Conferences in Europe
Conferences in Europe, Hello everyone, I am a middle level Software Developer that uses by daily basics the Java-Spring tech stack and I wanna participate to a conference this year...
JVM memory leak, where to begin?
JVM memory leak, where to begin?,How do you find the root of the problem? I just made a simple Spring Boot app to test an API, it began at 200mb, slowly but surely increasing, afte...
Get Started 1 Qubit VQE with Blueqat
Get Started 1 Qubit VQE with Blueqat, Get Started VQE with Blueqat Blueqat, the quantum computing library assists to write variational quantum eigensolver (VQE) algorithm. This art...
Python NumPy code to compute when a mortgage will be free of PMI (Private Mortgage Insurance)
Python NumPy code to compute when a mortgage will be free of PMI (Private Mortgage Insurance),A friend is trying to come up with a clever way to use Excel CUMIPNT / CUMPRINC to fig...
How do I secure this Spring Boot + Thymeleaf + Vue.js app?
How do I secure this Spring Boot + Thymeleaf + Vue.js app?,I have this app: Complete CRUD with Spring Boot, Vue.js, Axios Bruno Drugowick ・ Feb 9 '20 ・ 4 min read #java #vue #axi...
Executing groovy script on a camunda process
Executing groovy script on a camunda process,Today I've bumped into a specific problem: I've a web app in Java running a Camunda process. At some point of the process, there's a Co...
The Dining Philosophers Problem (Or Your Introduction to Thinking in Computer Science)
The Dining Philosophers Problem (Or Your Introduction to Thinking in Computer Science), Who's this article recommended for Absolute rookies wondering what to expect from a study in...
Intro to Quantum Computing with Qiskit and IBM Q
Intro to Quantum Computing with Qiskit and IBM Q,At the end of this tutorial, you will be able to simulate the behavior of quantum circuits on your computer using Qiskit. You will ...
Is Switching From Python to Java is a Good Idea?
Is Switching From Python to Java is a Good Idea?,The idea of having Python as a first programming language has a rational background. First of all, the syntax of Python is short an...
How to Upgrade Your QA Team to QA Automation Engineers With Java: The Real Case
How to Upgrade Your QA Team to QA Automation Engineers With Java: The Real Case,Whatever industry you are working in, any requires you to keep your skills up to date. The most illu...