Explore >> Select a destination


You are here

schneide.blog
| | www.codeaffine.com
3.5 parsecs away

Travel
| | Extras for Eclipseisa collection of small IDE extensions including a launch dialog, a JUnit status bar, a launch configuration housekeeper, and little helpers to accomplish recurring tasks with keyboard shortcuts.
| | www.softdevtube.com
4.6 parsecs away

Travel
| | The onion architecture is not as well known as the 3-tier software architecture but is gaining a lot of attention during the microservices era. It structures your software so that it is easy to change technologies without impacting business logic. Coupled with Domain Driven Design (DDD) principles it offers a powerful way to build a
| | phauer.com
3.9 parsecs away

Travel
| | This post covers findings and experiences about moving from Eclipse to IntelliJ IDEA. Moreover, it provides tips for the migration to IntelliJ.
| | andreabergia.com
28.2 parsecs away

Travel
| This post is part of the Writing a JVM in Rust series. I have written a JVM in Rust A JVM in Rust part 2 - The class files format ??thispost A JVM in Rust part 3 - Parsing class files A JVM in Rust part 4 - The Java bytecode A JVM in Rust part 5 - Executing instructions A JVM in Rust part 6 - Methods and exceptions A JVM in Rust part 7 - Objects and GC A JVM in Rust part 8 - Retrospective In this post, I will discuss the .