Entries by LeeKlopfers

How to Choose the Best E-Commerce System for Your Business

Starting an e-commerce business can be exciting, but with so many platforms available, it’s easy to feel overwhelmed. So, how do you choose the right one for your business? Whether you’re a solo entrepreneur or a seasoned tech expert, asking yourself these key questions can guide you to the best decision. 1. How Comfortable Are […]

Why your website sucks

Why Your Website Sucks! What separates a good website from a bad one? What makes a good website good, and what makes a terrible website bad? What makes a user stay on some websites longer than on others? Well, there are a ton of factors for this, but today I’m focusing on the topic of […]

Creating a new shopify app

Introduction For the last 4 months, I’ve been building a Shopify app. The app, called autobuzz, helps merchants schedule their product images to social media. The goal of the app is to make the lives of solo entrepreneurs easier. Designed specifically for Shopify merchants, autobuzz streamlines the process of scheduling Instagram posts directly from your […]

How to debug your shopify application

Debugging your application is an existential step while building your app. You could also console.log every two lines but debugging an application will make your development process a lot easier. In this quick guide I want to show you how you can debug your shopify application by editing to files: First you need to create […]

How to integrate StorybookJS into your StencilJS Project | L4 Webdesign

Web Components are a great way to build a reusable design System that you can use on multiple templates. If you're interested in WordPress-theme-development, Shopify-Theme-Development or the development of any other template then you should consider taking a look at web components. StencilJS is a great framework for developing web components. Unfortunately it can be […]

5 great resources for Shopify app developers

In this article I want to share some resources that helped me develop a better understanding for developing apps or respectively building a micro Saas. 5. Shopify Github Projects When I started out with my first app I just started coding right away without really thinking about best practices. I didn't know how Polaris is […]

How to create a shopify app in 2022

How to create a shopify app in 2022 Shopify made in incredibly easy for you to create a shopify app in 2022. All you have to do is update your shopify cli and run the latest version. You can checkout you shopify CLI version by typing in shopify version in your terminal. If you run […]