Highly accomplished technology leader with over 5 years of experience in developing and implementing technical strategies that drive business growth and success. Skilled in building and leading high-performing technical teams, fostering a culture of collaboration and innovation. Expert in adopting and integrating cutting-edge technologies to improve efficiency and scalability.
Shopify Engineer
Solara6Full Stack Developer
Oddfish MediaFull Stack Developer
EcofreakyFreelance Developer
Shopify PartnersFreelance Developer
UpworkFreelance Developer
Fiverr
Javascript

React
Node.js

MongoDB

HTML/CSS

MERN Stack

Shopify Plus
Shopify Engineer
We are seeking a highly skilled Shopify Engineer to join our growing commerce consultancy.
This role is perfect for a theme development expert who lives and breathes the Shopify
ecosystem. You will be responsible for building high-performance, visually stunning storefronts
while serving as a platform specialist who understands the "why" behind technical constraints.
Role Overview
As a Shopify Engineer, you will lead the frontend execution of our client projects. You aren''''t justS
a coder; you are a platform expert. You will build custom themes using Online Store 2.0
standards, optimize for performance, and proactively identify when a business requirement
necessitates a custom app or complex integration. You will work independently on complex
features while collaborating with our Senior Engineers to ensure seamless end-to-end solutions.
Key Responsibilities
via "Dawn" based frameworks, ensuring full compatibility with Online Store 2.0 (JSON
templates, sections, and blocks).
that allow merchants to manage content without touching code.
ensure lightning-fast load times and high Core Web Vitals scores.
should be able to diagnose whether a bug is a Liquid limitation, an app conflict, or a
backend issue requiring senior intervention.
deployments and collaborate within a professional development lifecycle.
reality while advising on the best "Shopify-native" way to implement features.
Required Skills & Experience
metafields/metaobjects, and performance optimization.
frameworks like Tailwind), and modern JavaScript (ES6+).
everywhere, and app blocks.
search.
Version Control: Comfortable using Git for team-based development and code reviews.
Technical Strategy & Platform Insights
Ability to evaluate a problem statement and determine if it can be solved within the
theme layer or if it requires Shopify Functions, Flow, or a custom app.
Deep understanding of the Shopify Admin, including navigation, product modeling, and
theme settings.
Soft Skills
environment with minimal supervision.
Backend) through mentorship and project variety.
So, I am a full-stack developer. I have been developing full-stack apps for last 3 years. I have extensive experience with React, MongoDB, Express and Node. Basically a mon-stack developer. My last project was Eco3D e-commerce platform, which I have built using the mon-stack itself. I have also experience in Shopify development and I have recently created a store using Shopify. So, recently I have just started as a Shopify developer and I am working on it.
So, to identify the issues in the front-end part of the store, one should have good knowledge about Liquid, templating, and Shopify rules, how it works. Shopify has very extensive guidelines on how to support, how to build good UIs and what kind of themes and what kind of front-end they are expecting Shopify developers, Shopify theme developers to make. So, sticking to the guidelines, we could troubleshoot and resolve whatever front-end issues we are facing for the Shopify site, as it would require extensive knowledge about HTML and CSS.
To optimize the performance of the Shopify site, which is using React for the front-end development, we could use multiple things. We could optimize React by using code splitting and by checking where we can use some hooks or some performance optimizations of the React apps, specifically like using memoization and all those things to identify performance issues where it could be improved and using CDNs, like Shopify has a default CDN, but yeah, using a CDN to deliver the greater chunks of the JavaScript that are being delivered over the website, I think that will optimize the Shopify store.
To utilize JavaScript along with Shopify Liquid, one must add some extra dependencies to the Liquid part of the Shopify store, to develop the Shopify store. And those libraries and all those things can be added to the Shopify store as well to have extra functionality, like good animations, good UI, and good UI libraries. One can import them and really create good experiences for the Shopify store.
So, by using SCSS, we can manage the styling of Shopify's theme. SCSS allows us to create some beautiful storefronts in the front-end part. Designing is fairly intuitive and it's like normal CSS but it helps to create some great experiences. So, CSS pre-processors can be used, SCSS can be installed to a Shopify store to build those functionalities.
To integrate an API and have some data from an external store, I would say for a Shopify site, we can use the common method like the fetch method in JavaScript or we can use some libraries as well, like XEOS, and all those tools to get the data from the REST endpoint, REST API. And we can use that data to populate our Shopify store, however necessary. Using these things, we can create a dynamic Shopify store with changes according to the user's interaction as well.
To create a highly optimized Shopify Liquid-based theme, one must know the guidelines that Shopify has already put in place for developers and follow those guidelines to create good themes. Shopify has very high standards when it comes to the development of Shopify stores. To be able to view a theme on the store, the official theme store, one must adhere to the guidelines so that the theme is of high quality. The store is good when it's built according to the guidelines, and Shopify only accepts themes that are built to the expected quality. While a developer who follows all those guidelines can easily create good experiences, with everything optimized well, nice styling, and the store being responsive enough for the user, making the store very good and performant.
One can easily convert the object to an array and once it is converted, one can achieve the desired output, and it will be easier because objects are different from arrays. They are the prototype, but one can achieve that.
My last Shopify store, which I built, had issues with accessibility. Although the performance was very good, as shown in the Lighthouse core report, with a score of over 90, the accessibility part was lacking. This was because we didn't provide explicit width and height to the images. Once you go through all the detailed analysis that Lighthouse gives, it's easier to improve accessibility and identify where to improve it for the user. Additionally, you can use HTML, CSS, and JavaScript to achieve the required functionalities and follow the general accepted patterns in this area.
So, I have created one theme in the past that had infinite scrolling for the user, which was a unique user experience. Generally, in Shopify themes, including free ones, they use pagination with numbers, which is not very good and doesn't create a good user experience. So, what I did is I created that feature, an unlimited pagination feature, using liquid, HTML, and CSS itself, and I also used a JavaScript library to do that. This created a very good experience because one can easily scroll infinitely, and that's good for marketing too.