# Amandeep Singh > Amandeep Singh has been developing for the web since 2009 and leads a web development team working on BigCommerce, Shopify and WordPress projects. This blog covers eCommerce development (BigCommerce, Shopify), WordPress, web development careers, and some personal writing. Every page on this site is also published as Markdown at the same path with a `.md` extension (`/` is `/index.md`, `/about/` is `/about.md`), and linked from the HTML via ``. Post mirrors come from the source Markdown; the other pages are generated from the built HTML, so neither can drift from what a reader sees. The full text of every post is at https://byaman.com/llms-full.txt. ## Pages - [Home](https://byaman.com/index.md): Who Amandeep is and the latest posts. - [Blog](https://byaman.com/blog.md): Every post, newest first (paginated: https://byaman.com/blog/2.md, ...). - [About Me](https://byaman.com/about.md): Blogger & Web Developer having expertise in Shopify, BigCommerce, WordPress and Front-End Technologies (HTML, CSS and JavaScript). - [BigCommerce Development – Course](https://byaman.com/bigcommerce-development-course.md): A BigCommerce development course based on a decade of eCommerce work: themes, apps, migrations, integrations and Core Web Vitals. - [Contact](https://byaman.com/contact.md): How to get in touch for advice, mentorship or BigCommerce training. - Categories: [Artificial Intelligence](https://byaman.com/category/artificial-intelligence.md), [BigCommerce](https://byaman.com/category/bigcommerce.md), [Personal](https://byaman.com/category/personal.md), [Quotes](https://byaman.com/category/quotes.md), [Server Admin](https://byaman.com/category/server-admin.md), [Shopify](https://byaman.com/category/shopify.md), [Technology](https://byaman.com/category/technology.md), [WordPress](https://byaman.com/category/wordpress.md) ## Posts Grouped by primary category. ### Artificial Intelligence - [12 Realistic eCommerce AI Tools to Boost Your Online Business](https://byaman.com/12-realistic-ecommerce-ai-tools.md): 12 AI tools that can help run an online store: video editing, product discovery, personalization, content, fraud protection, chatbots and more. ### BigCommerce - [Streamlining Checkout and Order Fulfillment with Buy with Prime for eCommerce Stores](https://byaman.com/buy-with-prime-for-ecommerce-stores.md): Explore Amazon's 'Buy with Prime' - benefits, fees, and seamless integration into your online store. - [BigCommerce Web Security Tips – How to keep your website secure?](https://byaman.com/bigcommerce-web-security-tips.md): Itemized list of security tips for your BigCommerce website. - [Google Analytics (GA4) Integration with BigCommerce – Enhanced Ecommerce Tracking](https://byaman.com/ga4-integration-with-bigcommerce-enhanced-ecommerce-tracking.md): Step-wise detailed instructions and code snippets to integrate Google Analytics 4 with BigCommerce (Enhanced ecommerce) - [BigCommerce order notifications going to spam](https://byaman.com/bigcommerce-order-notifications-going-to-spam.md): BigCommerce order emails landing in spam? It's usually the SPF record. What to check whether your name servers point to BigCommerce or somewhere else. - [How to Become a BigCommerce Developer](https://byaman.com/how-to-become-a-bigcommerce-developer.md): Path to becoming expert in BigCommerce Theme development and app development - [Adding confirm email field in BigCommerce contact form](https://byaman.com/adding-confirm-email-field-bigcommerce-contact-form.md): We'll need to add/edit html code in page_contact_form.html and tiny JS code snippet in ContactFormJavaScript.html. Screenshots are provided in the blog post. ### Personal - [Diving Deep into Shopify Winter ’24: Key Updates on Subscriptions, Variant Capacity, and Themes Blocks](https://byaman.com/diving-deep-into-shopify-winter-24-key-updates.md): Shopify Winter '24 Edition explained for merchants: the free Subscriptions app, higher variant limits with product swatches, and new theme blocks. - [jQuery not defined – Gravity Forms](https://byaman.com/jquery-not-defined-gravity-forms.md): Fix the "jQuery is not defined" error in Gravity Forms when a form is embedded outside the WordPress loop, using gravity_form_enqueue_scripts(). - [Marriage](https://byaman.com/marriage.md): Passages I saved from a Medium article on marriage: commitment, compromise, and becoming the right person rather than finding one. - [8 Hours Sleep](https://byaman.com/8-hours-sleep.md): After five years of night shifts, daytime sleep rarely feels restful. Sleeping eight uninterrupted hours two days in a row felt like a real achievement. - [Night Shifts and My Team](https://byaman.com/night-shifts-team.md): After 4.5 years of night shifts I've adapted, but my new team is struggling. Notes on adjusting schedules and looking after a team's health. - [Setting Up Apache Virtual Hosts on Ubuntu](https://byaman.com/setting-apache-virtual-hosts-ubuntu.md): How to set up Apache virtual hosts on Ubuntu to serve multiple websites from one server, with a link to DigitalOcean's tutorial. - [Difficult Decision](https://byaman.com/difficult-decision.md): Letting a team member go is one of the hardest calls a manager makes. A few thoughts on giving people every chance to improve before it comes to that. - [When You Realize You need a break](https://byaman.com/when-you-realize-you-need-break.md): Reading "Surviving Burnout" made me realize how much breaks matter, and how hard it is to say no after three years of non-stop work. - [Work Less and be more productive](https://byaman.com/work-less-and-be-more-productive.md): A must-read post on getting more done by working less, for when you're struggling with workload, deadlines or stress. - [A Feeling of Happiness](https://byaman.com/a-feeling-of-happiness.md): Two Shopify projects in 30 days, both launched on budget and on schedule. A short note on how good it felt to build with Shopify and Timber again. - [Life](https://byaman.com/life.md): Life moves fast between projects, study and career. A short reflection on slowing down and noticing what a busy life can make you miss. - [What I am doing these days…](https://byaman.com/what-i-am-doing-these-days.md): Long days of development, shopping feeds, training new team members and project management. I've also started writing a book. - [“It started with a friend request”](https://byaman.com/it-started-friend-a-request.md): Author really tried to add "extra" romance in this book. This book is about love, friendship and professional life. Its was nice reading. - [Web Development (The Learning Days)](https://byaman.com/learning-web-development.md): At Zanetine, I developed my first HTML page, learned about web standards, semantics, browser compatibility issues and how to work with clients. - [School Days](https://byaman.com/school-days.md): I really enjoyed my school days. I completed my matriculation from DAV School and secondary education from Town Hall. I opted for PCM as my major subjects. - [My first post](https://byaman.com/first-post.md): Welcome to my blog. After a long break I'm writing again, with posts on web development, eCommerce and the occasional personal update. ### Quotes - [Programmer’s Love](https://byaman.com/programmers-love.md): People count the leaves of a flower to guess whether the other person loves or not. And Programmer counts the lines of code. 🙂 ### Server Admin - [Multiple Bitbucket Accounts and SSH Keys](https://byaman.com/multiple-bitbucket-accounts-ssh-keys.md): How to use more than one Bitbucket account on the same machine with separate SSH keys, with a link to David Bushell's step-by-step guide. ### Shopify - [Shopify Sample Product CSVs](https://byaman.com/shopify-sample-product-csvs.md): Shopify Product Sample CSVs for Fashion, Home & Garden and Jewelry industry - [Changing Shopify Template using url](https://byaman.com/changing-shopify-template-using-url.md): How to switch between alternate Shopify templates with the view URL parameter, with a link to Shopify's guide on alternate templates. - [How to add custom notification message on Shopify checkout page](https://byaman.com/adding-notification-on-shopify-checkout.md): Quick tutorial: show a custom notification on the Shopify checkout shipping page, plus a second message for customers shipping outside the United States. - [Creating Donation Product (with Desired Amount option) in Shopify](https://byaman.com/creating-donation-product-desired-amount-option-shopify.md): Step by Step code implementation for creating donation product with desired amount option in shopify - [Maximum Quantity Limiter – Shopify](https://byaman.com/maximum-quantity-limiter-shopify.md): Add Maximum Quantity Limit to shopify products and variants without using any paid app. ### WordPress - [Building Themes with WP REST API](https://byaman.com/building-themes-with-wp-rest-api.md): Jack Lenox's WordCamp London 2015 talk on building WordPress themes with the WP REST API, a useful starting point for API-driven themes. ## Notes for AI agents - Canonical host is `https://byaman.com`. Page URLs end in a slash (`/about/`); the Markdown copy drops it (`/about.md`). - All crawlers, including AI assistants and answer engines, are permitted in `robots.txt`. - Posts carry `published` and `last_modified` dates in their Markdown frontmatter. Platform details (BigCommerce, Shopify, GA4) change; check the date before relying on older posts. - Please cite the post URL (not the `.md` URL) when quoting. ## Optional - [Full text of all posts](https://byaman.com/llms-full.txt) - [RSS feed](https://byaman.com/rss.xml) - [Sitemap](https://byaman.com/sitemap-index.xml)