编程技术 第1511页
Mobile Apps for Learning to Code On the Go, Even in Space-拾光赋

Mobile Apps for Learning to Code On the Go, Even in Space

Mobile Apps for Learning to Code On the Go, Even in Space,In a way, programming is like riding a bicycle. You won’t know how to write code unless you do it for a while. In other w...
kity的头像-拾光赋kity5年前
05111
Develop GraphQL mutation API with Spring Boot-拾光赋

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

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?

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...
kity的头像-拾光赋kity5年前
03112
How do I secure this Spring Boot + Thymeleaf + Vue.js app?-拾光赋

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...
kity的头像-拾光赋kity5年前
0215
Executing groovy script on a camunda process-拾光赋

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...
Is Switching From Python to Java is a Good Idea?-拾光赋

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

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...
'Just Google It' is not enough - The negative impact of 3 simple words-拾光赋

‘Just Google It’ is not enough – The negative impact of 3 simple words

'Just Google It' is not enough - The negative impact of 3 simple words,When I had just transitioned into a senior role a couple of years ago, a junior developer in my team asked me...
Java Syntax question-拾光赋

Java Syntax question

Java Syntax question,The last time I used Java was 1.5, could someone let me know what the ::new does ? namedWriteables.add(new NamedWriteableRegistry.Entry(EvaluationMetric.class,...
kity的头像-拾光赋kity5年前
0217
Create a SpringBoot, Flyway project in a couple of minutes on Github-拾光赋

Create a SpringBoot, Flyway project in a couple of minutes on Github

Create a SpringBoot, Flyway project in a couple of minutes on Github, WHY? Starting a new project from scratch is a awesome feeling, and a daunting one when you think of ALL of the...
Understanding Dependency Injection by writing a DI Container - from scratch! (Part 3)-拾光赋

Understanding Dependency Injection by writing a DI Container – from scratch! (Part 3)

Understanding Dependency Injection by writing a DI Container - from scratch! (Part 3), DI From Scratch (3 Part Series) 1 Understanding Dependency Injection by writing a DI Containe...