JavascriptWeb Taking Bun JavaScript runtime for a spin UmarSep 16, 2023Sep 16, 2023 Bun has made a big splash on reaching version 1.0. It is so much faster than Nodejs and provides enough... Read More
JavascriptWeb Released svelte-lexical 0.3.0: Code blocks and link editor UmarApr 5, 2023Apr 5, 2023 svelte-lexical version 0.3.0 is out with a lot of new features and bug fixes. Now, we can insert code blocks.... Read More
JavascriptWeb Type transformations in TypeScript: Removing functions from a type UmarNov 28, 2022Nov 28, 20221 Comment on Type transformations in TypeScript: Removing functions from a type TypeScript is often quoted as one of the most loved programming languages (StackOverflow, 2022). I guess, what contributes to it... Read More
JavascriptSoftware EngineeringWeb Unit testing in Svelte UmarMay 8, 2022 We are going to set up unit testing in Svelte using Testing Library and Jest. The working version of the... Read More
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