beginners 第53页
Fibonacci: Recursion vs Iteration-拾光赋

Fibonacci: Recursion vs Iteration

Fibonacci: Recursion vs Iteration, A common whiteboard problem that I have been asked to solve couple times, has been to 'write a function to generate the nth Fibonacci number star...
kity的头像-拾光赋kity7年前
02210
With what approach to verify the logic of the code you design-拾光赋

With what approach to verify the logic of the code you design

With what approach to verify the logic of the code you design,Here I came up with quite a simple discussion for the case when a block of code you design is to be tested. What kind ...
kity的头像-拾光赋kity7年前
04013
The int vs. Integer pitfall of Java's ArrayList.remove()-拾光赋

The int vs. Integer pitfall of Java’s ArrayList.remove()

The int vs. Integer pitfall of Java's ArrayList.remove(),Be careful when you try to use ArrayList.remove() to delete specific elements using a boxed Integer rather than a primitive...
kity的头像-拾光赋kity7年前
0215
Learning Algorithms with JS, Python and Java 9: Printing Steps-拾光赋

Learning Algorithms with JS, Python and Java 9: Printing Steps

Learning Algorithms with JS, Python and Java 9: Printing Steps,This series of articles follows Stephen Grider's Udemy course in three different languages. JavaScript solutions are ...
kity的头像-拾光赋kity7年前
0398
The seven rules for continuous UnitTest-拾光赋

The seven rules for continuous UnitTest

The seven rules for continuous UnitTest, Introduction Do you write UnitTest on your project? Are UnitTests ran every time? I completely thought it's same thing to write UnitTest an...
kity的头像-拾光赋kity7年前
02111
How do you write

How do you write “Production Code” for UnitTest?

How do you write 'Production Code' for UnitTest?, Introduction UnitTest is very important for keeping code quality. So almost project require to write UnitTest. As a result, I will...
kity的头像-拾光赋kity7年前
02414
Learning Algorithms with JS, Python and Java 8: Sentence Capitalization-拾光赋

Learning Algorithms with JS, Python and Java 8: Sentence Capitalization

Learning Algorithms with JS, Python and Java 8: Sentence Capitalization,It's been a while since I posted the last article. Today's is a nice and simple one for rehab. This series o...
kity的头像-拾光赋kity7年前
02715
Java Developer Litmus Test Part 1-拾光赋

Java Developer Litmus Test Part 1

Java Developer Litmus Test Part 1,How do you get a useful idea of the skill level of a Java developer? There are of course many options to test basic knowledge of Java. More advanc...
kity的头像-拾光赋kity7年前
0296
WTF is an Optional?-拾光赋

WTF is an Optional?

WTF is an Optional?,I'm starting a series of java tutorials that go along the title of WTF is a(n) _____ ? I'm going to start with optionals in this tutorial. So WTF is an optional...
kity的头像-拾光赋kity7年前
0377
Learning Algorithms with JS, Python and Java 7: Anagrams-拾光赋

Learning Algorithms with JS, Python and Java 7: Anagrams

Learning Algorithms with JS, Python and Java 7: Anagrams,This is the seventh article of my attempts to follow Stephen Grider's Udemy course in three different languages. JavaScript...
kity的头像-拾光赋kity7年前
02311
Install Groovy with ZSH (plus automation in Jira & Confluence)-拾光赋

Install Groovy with ZSH (plus automation in Jira & Confluence)

Install Groovy with ZSH (plus automation in Jira & Confluence),Full disclosure: I work for Atlassian. As a result, I spend a great deal of time creating, updating, and reading Conf...
kity的头像-拾光赋kity7年前
0458
Logic of the JWT(JSON Web Tokens)-拾光赋

Logic of the JWT(JSON Web Tokens)

Logic of the JWT(JSON Web Tokens),In this post, we will learn what is the JWT and logic of the JWT. The IETF is designed as a standard token format. Such as validation, user identi...
kity的头像-拾光赋kity7年前
0266