Hari NarasimhanGenerating solid.js components from JSONSolidJS is a new UI framework that combines the best practices of many contemporary frameworks such as React, Svelte, Vue, etc. It…Oct 17, 20211Oct 17, 20211
Hari NarasimhaninJavaScript in Plain EnglishGenerating React Components from JSONIn 2017, I wrote an article that demonstrated generating a user interface from JSON or a Javascript object representation. I presented the…Feb 17, 20212Feb 17, 20212
Hari NarasimhaninJavaScript in Plain EnglishUnderstanding Node.js PerformanceMany developers and architects jump into Node.js after hearing stories of incredible speeds and its asynchronous IO. Most of them do not…Feb 14, 20211Feb 14, 20211
Hari NarasimhaninThe StartupWrite Your Own Flow Engine.Anyone who has written software platforms would appreciate the need for configurable business logic. The most common business logic is…Feb 6, 20213Feb 6, 20213
Hari NarasimhanNifty UI/UX Prototypes with Microsoft PowerPointHave some good ideas, and want to see how these ideas might work out? But do not want to go into a full fledged UI/UX design, what would…Jun 10, 2017Jun 10, 2017
Hari NarasimhanGenerate Vue.js components from a JSON / JavaScript DOM StructureAt times we need the ability to store a document structure and re-create it. For instance when we create WYSIWYG designer or a rich text…Jun 4, 20177Jun 4, 20177
Hari NarasimhanBuilding a grid component in Vue.jsGrid components are notoriously complex to build. There are so many aspects and it takes forever to build a perfect one. Having said that…May 21, 20172May 21, 20172
Hari NarasimhanEmbrace AutomationWhy program by hand in five days what you can spend five years of your life automating? — Dr Terence ParrMay 20, 2017May 20, 2017
Hari NarasimhanMulti-Tenancy with KoaJS and MongoMulti-tenancy is all about supporting multiple tenants or customers for a single application. The core concept is that we attach a context…May 1, 20172May 1, 20172