排序
BigBrainKotlin#1 | Find Max and Min
BigBrainKotlin#1 | Find Max and Min, BigBrainKotlin (6 Part Series) 1 BigBrainKotlin#1 | Find Max and Min 2 BigBrainKotlin#2 | Mumbling... ... 2 more parts... 3 BigBrainKotlin#3 | ...
String Pool in Java
String Pool in Java,An article to show how Spring Pool works in Java language. Spring Pool in Java 原文链接:String Pool in Java
How to Create Excel Column Chart in Java
How to Create Excel Column Chart in Java,In Excel documents, column chart is one of the most intuitive way to display data, and it makes the comparison between data is clear at a g...
Are bugs in your apps killing your sleep?
Are bugs in your apps killing your sleep?,Bug fixing is much simpler process once you get all data required to reproduce the bugs. So why sacrifice fun and sleep because of bugs in...
Java Multithreading. Basics
Java Multithreading. Basics, Why do you need multithreading In the distant past, computers did not have operating systems. They only executed one program from start to finish, and ...
How I wrote my first full-stack Android app
How I wrote my first full-stack Android app,In the span of 4 months, I planned out a mobile app idea, self-taught myself the Android framework, wrote my first REST API, and release...
Getting Started with SVN
Getting Started with SVN,SVN is an SCM(Source Code Management) tool developed by the Apache Software Foundation. It is one of the less popular but still widely used Source Code Man...
Mongock, Mongo and Java
Mongock, Mongo and Java,Originally posted on my blog Database Migration tools are essential with applications where you need to migrate data into a database, change a schema, updat...
(Finally) solving a substitution GraalVM issue
(Finally) solving a substitution GraalVM issue,One of my current talks is about creating a Kubernetes operator in Java. I demo it step by step. In the later steps, I'm using GraalV...
JVM Architecture
JVM Architecture,Bytecode will be executed by JRE. JRE is the implementation of JVM, which analyses the bytecode, interprets the code and executes it. JVM – Virtual machine is a s...
How not to design an Enum (Java)
How not to design an Enum (Java),Throughout the years, I've seen and created many Enums in Java. Some of them were very useful, some just avoided a bit of hard-code and a few bad o...
5 Step Process To Create Selenium Framework from Scratch
5 Step Process To Create Selenium Framework from Scratch,In this video, We are starting our Selenium Framework using Java, We are going to create own custom Selenium Framework from...