All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello amazing Shopify community!
I'm a newbie developer with a burning passion for web development, and recently I've taken a deep interest in Shopify theme development, especially the new Horizon Theme 2025.
I know this might sound ambitious as a fresher, but I truly want to master this theme and level up to become a Shopify developer pro, especially in the area of custom theme creation and optimization.
Right now, I feel a bit overwhelmed by the depth of Liquid, theme architecture, and best practices. But I’m here with a humble heart and a strong willingness to learn.
So I’d love to ask:
Any advice, links, YouTube channels, courses, or GitHub repos — I’d deeply appreciate it all. 😍
Thank you in advance to anyone willing to share a bit of your wisdom. This journey feels tough, but with this community's support, I believe I can make it! 🙏
A grateful fresher trying to grow🌱
Solved! Go to the solution
This is an accepted solution.
Hi @Gideon1948 👋
- If you were in my shoes, what would you focus on learning first?
Join the community.shopify.dev forums, join the partner slack if available.
Keep in mind AI tools now, and within the next few years, will be making some parts of coding a difficult place to compete in for new learners, or harder to keep up with that beating that requires deep work and discipline.
Good Luck.
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
Hey there @Gideon1948 welcome to the Shopify community! It’s nice to see how lofty your ambitions are and you have every right for them to be, the sky is honestly the limit. For learning resources, I think videos like this one to master all the basics is a good starting point https://m.youtube.com/watch?v=2cuQsy414oM
Then also, another move to make that can help you level up a lot would be to join relevant sub reddits on Reddit such as r/shopify where you can meet and connect with more developers of all skill and experience ranges.
Thanks bro! I’m gonna check it out today
This is an accepted solution.
Hi @Gideon1948 👋
- If you were in my shoes, what would you focus on learning first?
Join the community.shopify.dev forums, join the partner slack if available.
Keep in mind AI tools now, and within the next few years, will be making some parts of coding a difficult place to compete in for new learners, or harder to keep up with that beating that requires deep work and discipline.
Good Luck.
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
My leader told me that the things you recommended were really useful, and he said I should follow them. Thank you, my brothers
I just read http://www.catb.org/~esr/faqs/smart-questions.html, which you shared with me at the end.
It truly helped me as a beginner — how to search for documentation, how to ask the right questions, and how to contribute to the community without making others uncomfortable.
I'm sincerely grateful to you for sharing such incredibly useful information.
Honestly, there are so many helpful comments, so I’ll go through each one carefully, and later I’ll 'Accept as Solution that I find most useful.
Thank you so much for your dedication!
How to Learn the Horizon Theme and Become a Shopify Developer
Hey Fuchs, great to see you're diving into Shopify. Here's a simple and straight plan to get better with the Horizon theme:
Learn how Shopify themes are structured: sections, templates, snippets.
Focus on Liquid. Understand loops, filters, and key objects like product and cart.
Study the Dawn theme first. Horizon is built on top of it.
Install Shopify CLI for local theme work.
Learn Git so you can save your work and avoid breaking the live store.
Explore how sections and blocks are used.
Check how the theme uses settings and dynamic content.
Practice editing small parts to see how it reacts.
Avoid hardcoding values. Use theme settings or metafields.
Don’t skip mobile testing.
Don’t edit live themes directly.
YouTube: Code with Jan, Coding with Robbie, ShopifyDevs
Docs: Shopify Theme Dev
GitHub: Dawn Theme , Theme Lab
Courses: Look on Udemy or CodingPhase for theme development
Liquid basics
How sections and templates work
Shopify CLI
Build a basic theme based on Horizon
Keep practicing and stay consistent. You’ll get better with every project. Let me know if you want help with your learning path.