排序
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...
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,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,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, 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 ...
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...
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,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?,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,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...
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...
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...