
Released svelte-lexical 0.3.1: Upload images
It is a minor release including few bug fixes and minor enhancements. We have to ability to upload images now,...

Released svelte-lexical 0.3.0: Code blocks and link editor
svelte-lexical version 0.3.0 is out with a lot of new features and bug fixes. Now, we can insert code blocks....

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...

Unit testing in Svelte
We are going to set up unit testing in Svelte using Testing Library and Jest. The working version of the...

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...

Dart Code Coverage with Github Actions and CodeCov
Unit tests and Code Coverage not only improves the code quality but also provides agility in developing new features with...

Load Testing with JMeter – Tips and Tricks
Increasing the heap size By default, JMeter uses 1 GB of heap memory. This may not be enough and you...

JMeter: Use multiple user logins for load testing
Thread Group simulates a number of virtual users putting the load on the server. Often one of the initial requests...

Introduction to Load Testing with JMeter
JMeter is a load testing tool to measure the performance of web applications. It is open-source and written in Java....

CSS in Svelte
Svelte is a front-end framework for web development, you can find more about it here. This post is about using...