DEV Community

Clive Da
Clive Da

Posted on

2

ODMLOC @oraclejet massive online learning

apparently MOOC means "massive open online learning" go figure !

anyhow oracle have a @oraclejet intro video if you prefer videos to reading the manual !

https://learn.oracle.com/ols/course/jet-mooc-course-overview/63147/63162

ok so its a noddy 5 minute intro TBH @oracle in fact its an embarrassment to education and training its pure marketing

but the KEY message is "JET is JAVASCRIPT for the ENTERPRISE" and that is why oracle are moving all their ENTERPRISE apps to oraclejet ! silly me i guess the M in MOOC means marketing :haha:

so the only MYSTERY about @oraclejet is why there are NO vacancies on linked in https://www.linkedin.com/jobs/search/?keywords=oraclejet ?

Top comments (0)

typescript

11 Tips That Make You a Better Typescript Programmer

1 Think in {Set}

Type is an everyday concept to programmers, but it’s surprisingly difficult to define it succinctly. I find it helpful to use Set as a conceptual model instead.

#2 Understand declared type and narrowed type

One extremely powerful typescript feature is automatic type narrowing based on control flow. This means a variable has two types associated with it at any specific point of code location: a declaration type and a narrowed type.

#3 Use discriminated union instead of optional fields

...

Read the whole post now!

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay