Java generics, wildcards and type erasure
This post contains a high-level review of Java generics.
A blog about general software development, Java and JavaScript
This blog is no longer being maintained. Most of the content has been migrated to the new website at learning-notes.mistermicheels.com.
This post contains a high-level review of Java generics.
This post is my attempt at providing a very high-level overview of the data store landscape, covering relational databases (SQL), NoSQL and NewSQL data stores.
This post explains the optimistic and pessimistic locking strategies with a focus on their application in systems interacting with relational databases. Regardless of the focus on SQL, the main concepts discussed here are not SQL-specific and are also applicable in other areas.
I think I have finally discovered the best answer to most software development questions. It goes like this: “It depends”.
TypeScript is an open source programming language created and maintained by Microsoft. It is based on JavaScript and it extends the JavaScript language with static typing, classes, generics, etc.