编程技术 第1386页
What You Should Know to Get Your First Job as a Java Programmer-拾光赋

What You Should Know to Get Your First Job as a Java Programmer

What You Should Know to Get Your First Job as a Java Programmer,I’ve taught so many groups and have yet to see a student who came to learn Java just for fun. Every single one of t...
Introduction to gRPC: why, what, how?-拾光赋

Introduction to gRPC: why, what, how?

Introduction to gRPC: why, what, how?, The complete gRPC course (16 Part Series) 1 The complete gRPC course [Protobuf + Go + Java] 2 Introduction to gRPC: why, what, how? ... 12 mo...
kity的头像-拾光赋kity5年前
05014
Why is map called map?-拾光赋

Why is map called map?

Why is map called map?,I've been using the map method in Java and JavaScript for a while now, and every time I use it I wonder why was it named 'map'. It wasn't obvious to me how t...
Designing Search API in REST-拾光赋

Designing Search API in REST

Designing Search API in REST, Context If we start looking at any REST style architecture/guidelines, it always talk about resource and GET,PUT,POST,DELETE operations around it. How...
kity的头像-拾光赋kity5年前
04811
Common mistakes all Java learners make and how to avoid them-拾光赋

Common mistakes all Java learners make and how to avoid them

Common mistakes all Java learners make and how to avoid them, Are you new to coding? Whether you’re learning Java for fun or as a means to achieve your business goals, one thing i...
kity的头像-拾光赋kity5年前
02910
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...