Explore >> Select a destination


You are here

initialcommit.com
| | studiofreya.org
2.0 parsecs away

Travel
| | [AI summary] A beginner's guide demonstrating five fundamental Java programming examples, including printing Hello World, using loops, taking user input, creating patterns, and reversing strings.
| | royvanrijn.com
2.9 parsecs away

Travel
| | This morning I woke up and saw the following Tweet:I'm a bit pissed right now! ?? Why is the world so mean to me, to all of us developers, really? We'...
| | www.lambdalatitudinarians.org
2.9 parsecs away

Travel
| | Lately I've been doing a lot of work in a relatively new programming language: Kotlin. From my experience, I've concluded that Kotlin is pretty rad. If you've considered learning Kotlin, or just using it in a personal project, this post might help you with your decision. Below, I hope I'll (attempt) to tell you a little bit about my experience with Kotlin, and describe what I liked about Kotlin and what I didn't like.
| | pmig96.wordpress.com
12.9 parsecs away

Travel
| When I heard of WebAssembly (WASM for short) a few years ago, I thought: take your C program, compile it to WASM and the browser will simply run it, right? Well, WASM is not (yet) a first-class citizen in the browser world. It does not have access to all APIs and resources that JavaScript has....