Tag:java
All the articles with the tag "java".
Understanding the Difference - Libraries vs SDKs in Software Development
Libraries and SDKs are often used interchangeably, but they solve different problems. This post explains what each one is and when you'd reach for one over the other.
Understanding the Language Processors - Transpiler, Parser, Compiler, and Bundler in Software Development
Parsers, transpilers, compilers, and bundlers each play a different role in turning the code you write into something a machine can run. This post explains what each one does.