编程技术 第1515页
What's the best Java book?-拾光赋

What’s the best Java book?

What's the best Java book?,I'm looking for something along the lines of 'Python Crash Course' and 'Automate the boring stuff with Python', but for Java. *Not a reference material b...
kity的头像-拾光赋kity5年前
02315
216 new remote jobs for developers at PayPal, Zapier, Toggl and others-拾光赋

216 new remote jobs for developers at PayPal, Zapier, Toggl and others

216 new remote jobs for developers at PayPal, Zapier, Toggl and others,Good Monday, DEV community! It's Arsen from Meerkad community of remote job seekers with weekly updates. Duri...
Why we used Typescript instead of Java on Serverless-拾光赋

Why we used Typescript instead of Java on Serverless

Why we used Typescript instead of Java on Serverless,NOTE about this article Since this is related to our business application, I do not write all the things happened to our projec...
Heap Sort-拾光赋

Heap Sort

Heap Sort,The heap sort is useful to get min/max item as well as sorting. We can build a tree to a min heap or max heap. A max heap, for instance, keeps a parent being not smaller ...
My coding style-拾光赋

My coding style

My coding style, We talk about how I write my Java code and why I have chosen to write my code in a specific way. This is my opinion. I'm interested in yours if you have differing ...
kity的头像-拾光赋kity5年前
0335
Five reasons you should use Apache Wicket-拾光赋

Five reasons you should use Apache Wicket

Five reasons you should use Apache Wicket,Apache Wicket is a java-based web development framework. I feel it doesn't get as much attention as it deserves. I've been using Wicket pr...
kity的头像-拾光赋kity5年前
04012
How am I preparing for a Technical Interview?-拾光赋

How am I preparing for a Technical Interview?

How am I preparing for a Technical Interview?,As some may or may not know, I am just at the very beginning of my technical career. I graduated from a university with a CS undergrad...
A simple implementation of Circuit Breaker Pattern in Spring Boot-拾光赋

A simple implementation of Circuit Breaker Pattern in Spring Boot

A simple implementation of Circuit Breaker Pattern in Spring Boot,This article assumes that you already know basics of Spring Boot :) Circuit Breaker pattern is a way of preventing...
Why do Java containers (docker) take so much memory?-拾光赋

Why do Java containers (docker) take so much memory?

Why do Java containers (docker) take so much memory?,I might be doing something wrong, I was just testing how to 'dockerize' a spring boot FatJar First I tried a simple Eureka serv...
Project Ideas and Career Development-拾光赋

Project Ideas and Career Development

Project Ideas and Career Development,Hi everyone, I'm new to DEV.to this is only by second post on here and I'm a beginner developer. I'm planning to break into dev. Industry somet...
kity的头像-拾光赋kity5年前
0268
Java OCP - nested classes-拾光赋

Java OCP – nested classes

Java OCP - nested classes,Hi, any Java developers... I've just got my OCA certificate and am moving onto OCP prep now... First concept, is nested classes and I'm struggling to unde...
kity的头像-拾光赋kity5年前
03015
How to Achieve Auto Complete faster in Angular via API-拾光赋

How to Achieve Auto Complete faster in Angular via API

How to Achieve Auto Complete faster in Angular via API,Hi, I am currently working on a side project, which uses Third Party API Data search with Autocomplete. I have written the co...