This directory contains all the code used in my JavaScript blog posts at https://martincarstenbach.com. These are mainly static, eg you'll find a list of (node, typescript, Oracle, ...) versions a given project was tested against. As time progresses the contents might not be applicable to the then current versions, in which case I'd appreciate if you could let me know by creating an issue
Project | Contents | Link to post |
---|---|---|
express-mle-javascript | Short example showing how to combine node-express and MLE/JavaScript | Blog Post |
mle-typescript | Example for migrating from plain JavaScript to TypeScript to make use of type-checking and linting | Blog Post |
graphql-simplified | Simplified version of the original GraphQL Example | Blog Post |
mle-sqlcl-liquibase | Example how to use runOraclescript to create MLE/JavaScript modules |
Blog Post |
As I said before, this isn't official code, and whilst I tried my best to ensure it works, there is no guarantee. I also didn't check for any licenses that you might have to comply with so please do all the due-diligence on your end to ensure the examples in this repository are in line with your company's policies.