TTheninthen.my.id·Oct 29, 2023 · 3 min readMicro Frontend with Webpack Module FederationMany of us have heard of Microservice, an architecture pattern to break a big application backend service (monolith) into many small services. Each service handles a single concern of business domain or product functionality. As a result, we hope to ...00
TTheninthen.my.id·Oct 29, 2023 · 3 min readJavascript Destructure, Spread and RestDestructure, Spread, and Rest are three very useful features brought to us in JavaScript version ES6 (2015) and some enhancements in ES9(2018), which you might not find in many other programming languages. Those features make our life easier in acces...00
TTheninthen.my.id·Oct 29, 2023 · 8 min readJavascript ES6+ CheatsheetIf you just got into programming there would be so many javascript scripts or syntaxes that need to familiarize yourself with, below are the most common syntaxes which you would need to know to start. Conditional Statement iF - Else Statement let ...00
TTheninthen.my.id·May 21, 2022 · 4 min readSoftware Engineer Top 10 Coding PrinciplesMany junior software engineers tend to dive headfirst into coding without considering any coding principles. This often results in unstandardized, messy code or leads to the proliferation of redundant code. It's a common experience, one that I've per...00