排序
A case study about compression and binary formats for a REST service
A case study about compression and binary formats for a REST service,A dive into the optimizations done to an API to reduce the payload from ~50mb to ~15kb, improving response time...
Best tech things I read this week – #4
Best tech things I read this week - #4, Best Tech Things I read this week (6 Part Series) 1 Best tech things I read this week 2 Best tech things I read this week - #2 ... 2 more pa...
Calif Coder – Youtube Channel Intro
Calif Coder - Youtube Channel Intro,Please look at the Youtube Video All i want to know that how is my explanation skills. (think of this as a interview). Please share your thought...
50 Keybinds ⌨ EVERY Intellij user MUST know!
50 Keybinds ⌨ EVERY Intellij user MUST know! , Experiment! I conducted a little experiment where I logged the keyboard shortcuts I used in Intellij from roughly a days dev. The li...
Write a java program to compare two strings lexicographically.
Write a java program to compare two strings lexicographically.,Write a java program to compare two strings lexicographically. Using the compareTo method for comparing the String . ...
Imported IdGenerationAlgorithm
Imported IdGenerationAlgorithm,User Id Generation : Joseph’s team has been assigned the task of creating user-ids for all participants of an online gaming compition. Joseph has de...
Sorting the String
Sorting the String,How do I sort the string ?[use of toCharArry(); for change to string into char(Array) then use of sorted method like Arrays.sort(unsortedstring)] 原文链接:Sorti...
Machine Learning and Java: Let’s pick the best library
Machine Learning and Java: Let’s pick the best library,We all know Java for it’s amazing compatibility with all Operating systems and overall stability. It’s a fantastic languag...
Running your JuPyTeR notebooks on the cloud
Running your JuPyTeR notebooks on the cloud, Introduction On the back of my previous share on how to build and run a docker container with Jupyter, I’ll be taking this further on ...
UpdationofIdGeneration
UpdationofIdGeneration,User Id Generation : Joseph’s team has been assigned the task of creating user-ids for all participants of an online gaming compition. Joseph has designed a...
Don’t let the shadow jar plugin shadow your application
Don't let the shadow jar plugin shadow your application,In my previous post, I shared a template for deploying a ktor application to Google App Engine. As part of this process I wa...
IdGenerationTechnique
IdGenerationTechnique,User Id Generation : Joseph’s team has been assigned the task of creating user-ids for all participants of an online gaming compition. Joseph has designed a ...