Localising your Solidus Store to your needs

February 24, 2023

Ecommerce platforms, libraries and gems, especially open source projects like Solidus, all have a common issue, which is that they try to cater to everybody. This approach allows for the project to be accessible and useful for a lot of developers around the world, but the disadvantage of this approach is that usually the developer has to do a lot...

Read More

An Intoduction to Solidus

April 6, 2022

In 2022, if someone wants to start their own ecommerce store then they have broadly 2 options, use an ecommerce platform like Shopify, Magneto or Wix or build your own web application from scratch. If you choose to go the first way as most people do then that’s great as it allows you to get your store up and running...

Read More

Usage of yarn link

June 8, 2021

This post shares the use of the yarn link command and how it simplifies development of npm and specifically REACT npm packages.

Read More

Creating an npm package from my REACT Component

May 25, 2021

So, you have created a useful, customisable, modular component in REACT. Now, you want to share it with everyone by making a package so that anyone can install it ? That is exactly what I had done and now I also wanted to create a npm package and publish it and this is how I did it.

Read More

Why being a "Misfit" can be a good thing!

May 15, 2021

Have you ever seen some people in your class or in your school or at your workplace who always seems to sit alone, wander alone, read alone and just seems lost in their own thoughts? They may seem weird, introverted, shy and even rude sometimes. They may have also been bullied or made fun of at some point of time....

Read More