This is the story of solving a problem, making a dictionary book online. The dictionary Njattyela Sreedharan (ഞാറ്റ്യേല ശ്രീധരൻ) is an 85 year old person from Kannur, Kerala. Out of his interest for Dravidian languages, he spent 25 years in compiling a dictionary of four Dravidian languages - Malayalam, Kannada, Tamil, Telugu. The dictionary was originaly handwritten in a book of four columns. This was later published as a book by Senior Citizens Forum.... [READ MORE]
Posts marked with "golang" in tags
Running JavaScript code & Getting Result from Go using V8 Engine
I have a VueJS app, I want to make the <title> and <meta> tags to be populated in page source itself for better SEO. I could use Server Side Rendering but it was difficult, express.js keeps crashing and there’s JavaScript inconsistencies (ES Module imports didn’t work in node). More explanation at the very bottom. To solve this problem, I did something wild. I made a Go server, served the JS app.... [READ MORE]