JavascriptWeb Developed a Rich-text Editor for Svelte (svelte-lexical) UmarApr 22, 2022Apr 3, 20231 Comment on Developed a Rich-text Editor for Svelte (svelte-lexical) Developed a rich-text editor for svelte called svelte-lexical. It is based on Lexical, an open source framework for creating rich-text... Read More
JavascriptWeb Setup Nodejs + Typescript development environment UmarJun 21, 2020Jun 21, 2020 Here is the summary: Install Nodejs Initialize Javascript project Convert to Typescript Install ts-node Prerequisite You would need a code... Read More
Maximo EAMSoftware EngineeringWeb Maximo Test Automation with Cypress UmarSep 27, 20182 Comments on Maximo Test Automation with Cypress Cypress.io is a newish front-end test automation tool. In my brief encounter with Cypress, I found it relatively easy to... Read More
Web Optimize Performance of WordPress site UmarSep 8, 2018Sep 28, 20211 Comment on Optimize Performance of WordPress site I have been optimizing the performance of a WordPress site for a couple of days and managed to shave off... Read More
Web How Public Key Cryptography works? (RSA algorithm) UmarAug 10, 2018Sep 28, 20211 Comment on How Public Key Cryptography works? (RSA algorithm) Public-key Cryptography is asymmetric meaning the key used for encryption cannot be used for decryption. There is a pair of... Read More
.NetASP.NETWeb Study Notes for Microsoft Exam: Developing ASP.NET MVC Web Applications (70-486) UmarJun 24, 2014Oct 24, 2015 Took Microsoft Exam 70-486 which part of MCSD certification. I spend about 2 weeks studying the material and took some... Read More
.NetWeb Convert C# code to JavaScript UmarJan 18, 2014Jun 27, 20196 Comments on Convert C# code to JavaScript Update June 2019: Five years on, each one of the following projects is either discontinued or stale for years. While... Read More
.NetWeb How to embed chrome browser in .net application UmarOct 16, 201312 Comments on How to embed chrome browser in .net application Chrome browser can be embedded in native application taking a hybrid approach to development where application is partly developed in... Read More
Software EngineeringWeb Completed ‘Software Engineering for SaaS’ from Coursera UmarOct 4, 2012 Completed ‘Software Engineering for SaaS’ course offered by Dave Patterson and Armando Fox, Professors at University of California, Berkeley. This course... Read More
Web Ruby Koans – Another Great Tutorial UmarSep 30, 2012 Ruby Koans is somewhat advanced than the other tutorials I went through earlier. It has 30 topics and you have to... Read More