Shalitha Suranga Programmer | Author of Neutralino.js | Technical Writer

Stories by Shalitha Suranga

Enabling Multi Select Dropdowns In React Native With The React Native Sectioned Multi Select Library

Enabling multi-select dropdowns in React Native

Dev

The react-native-sectioned-multi-select package is easy to use, but we can also implement multi-select dropdowns from scratch if needed.

Shalitha Suranga
Mar 11, 2024 ⋅ 11 min read
Scoping CSS inline styles with css-scope-inline

Scoping CSS inline styles with css-scope-inline

Dev

Similar to CSS @scope, but with better browser support, this library will help you create scoped styles easily in CSS.

Shalitha Suranga
Nov 28, 2023 ⋅ 12 min read
Guide to load testing in Node.js with Artillery

Guide to load testing in Node.js with Artillery

Dev

Load testing with Artillery can help you develop a performance test strategy, measure application speed, and monitor application behavior.

Shalitha Suranga
Oct 31, 2023 ⋅ 13 min read
Comparing classless CSS frameworks

Comparing classless CSS frameworks

Dev

Compare class-based, class-light, and classless CSS frameworks in this comprehensive post covering ten frameworks with demos and examples.

Shalitha Suranga
Sep 14, 2023 ⋅ 9 min read
Getting started with the Zig programming language

Getting started with the Zig programming language

Dev

Zig is a new C-like programming language designed to provide a better programming experience over traditional C. Learn how to use it here.

Shalitha Suranga
Aug 15, 2023 ⋅ 14 min read
How to simplify form styles using CSS accent-color

How to simplify form styles using CSS accent-color

Dev

CSS accent-color is a property for customizing the accent colors on your website. Learn how to customize form controls in this post.

Shalitha Suranga
Jul 12, 2023 ⋅ 7 min read
How to debug TypeScript in Chrome

How to debug TypeScript in Chrome

Dev

Learn how to debut apps written in TypeScript (both frontend and backend, as well as using Node.js and Deno) using Chrome DevTools.

Shalitha Suranga
Jun 22, 2023 ⋅ 13 min read
Best icon libraries for Vue.js

Best icon libraries for Vue.js

Dev

Find helpful examples and other highlights in this round-up of the best free icon libraries for Vue.js apps, even those with niche use cases.

Shalitha Suranga
May 2, 2023 ⋅ 8 min read

Add stepper components to your React app

Dev

Help organize your user experiences in your React apps with stepper components, many of which are customizable.

Shalitha Suranga
Apr 18, 2023 ⋅ 10 min read
Create customized and shareable calendars in React Native

Create customizable and shareable calendars in React Native

Dev

Use pre-built calendar components to create a customizable, shareable calendar that can display date-based data and capture date values from the user.

Shalitha Suranga
Apr 14, 2023 ⋅ 15 min read
Options for building React Native collapsible accordions

Options for building React Native collapsible accordions

Dev

There are many options for building collapsible accordions in React Native. Learn about where and when to implement them in this tutorial.

Shalitha Suranga
Mar 20, 2023 ⋅ 12 min read
Communicating between Node.js microservices with gRPC

Communicating between Node.js microservices with gRPC

Dev

Learn how to use gRPC to communicate between Node.js microservices and test those connections with Postman in this post.

Shalitha Suranga
Feb 24, 2023 ⋅ 10 min read