
JR Movie Award, Jasa Raharja Jateng usung Titik Bukan Akhir
Dalam rangka memperingati Hari Ulang Tahun ke-75 Kemerdekaan Republik Indonesia Tahun 2020, Jasa Raharja menggelar JR Movie Award 2020 yang merupakan lomba film pendek dengan mengusung tema Bangkit Indonesia!!. Jasa Raharja Cabang Utama Jateng turut serta pada JR Movie Award 2020 tersebut dengan mengusung film pendek berjudul Titik Bukan Akhir. Kepala Cabang Jahja Joel Lami […]
02 October 2023

Runtimes and concerns
Behind-the-scenes of a modern web application is an exquisite salad of modules. The immediate source of your app is meant to be compiled, minified, code-split, bundled, and shipped to your users. Then there are test files, which are TypeScript modules also, never to be compiled or shipped to anyone. There may also be Storybook stories, […]
01 October 2023

The issue
Only, it doesn’t. As the red wavy line doesn’t reveal itself beneath the code, power courses through you. Authority. Confusion. To make things worse, not only does TypeScript not produce an error here, it actually tries being helpful, suggesting us to type test, showing us its call signature, saying it comes from some TestApi namespace. But that’s a type from Vitest, […]
01 October 2023

the truth
But where does the document come from? You can say it’s a global variable in JavaScript and, by all means, you would be right. There’s just one thing. We aren’t in JavaScript. Not yet, really. We are looking at some TypeScript code in our IDE. It’d have to be compiled to become JavaScript, land in the browser, […]
01 October 2023