You are here |
lucasr.org | ||
| | | |
www.ccampo.me
|
|
| | | | I love AWS Lambda. Removing the concept of a "server" from your application is huge. I won't go into all the benefits of Lambda, but I can say from first han... | |
| | | |
www.stackchief.com
|
|
| | | | Java multithreading examples including two ways of multithreading, good examples, avoiding deadlock, and how many threads can run. | |
| | | |
urda.com
|
|
| | | | There will be times when you are using a third-party library or some other "black box" software in your project. During those times you may need to add functionality to objects or classes, but that addition does not necessarily call for employing inheritance or some other subclass. In fact, you might not have access to the library's source code if it is proprietary. There is a wonderful feature of C# though that allows you to add-on commonly used methods to any type of object, and that feature is called ... | |
| | | |
andreabergia.com
|
|
| | This post is part of the Writing a JVM in Rust series. I have written a JVM in Rust ??thispost A JVM in Rust part 2 - The class files format 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 Lately Ive been spending quite a bit of time learning Rust, and as any sane person would do, after writing a few 100 ... |