Explore >> Select a destination


You are here

blog.mrhaki.com
| | www.java-tv.com
11.4 parsecs away

Travel
| | This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable.
| | blog.nilenso.com
6.1 parsecs away

Travel
| | Unnikrishnan Ge...
| | dougseven.com
8.6 parsecs away

Travel
| | Today I am at re:Invent 2022 in Las Vegas, NV. I am spending my days talking to AWS customers about Amazon CodeWhisperer - a new developer productivity service that will accelerate application development by providing automatic code recommendations based on the code and comments in your IDE. For developers, Amazon CodeWhisperer is an IDE extension...
| | yieldcode.blog
30.1 parsecs away

Travel
| Take a good look at the following function and try to understand what it's doing. function do_magic(a, b) { return a + b; }