Small Steps, Big Results – Sitecore For Newbies Recap

Embarking on the journey of becoming a proficient Sitecore developer may seem like a hard task. However, by breaking down the learning process into manageable steps, you can pave the way for substantial growth.

Throughout the year, I’ve created a series of videos called [Sitecore For Newbies] containing five short videos with less than 7 min each, and if you watched all of them, you’d have learned 27 tips. WOW! 🤯

🚀 That’s the way to go! Let’s recap them!

Understanding what the Recycle Bin is, can save you from unintended consequences. Sitecore keeps your item in a trash can, as Windows does. So you can recover it easily. Learn how to efficiently manage deleted items and recover them when needed.

👉 Learn more: https://alvaropmontenegro.com/2023/03/29/sitecore-for-newbies-6-tips-that-will-save-your-time/

👉 Learn more: https://doc.sitecore.com/xp/en/users/103/sitecore-experience-platform/restore-or-remove-a-deleted-item.html

Sometimes I get lost when I’m scrolling down/up the screen looking for a specific field. Well, with the Fields list, you can find it easier. In an item, there’s a “Yellow Book” icon on the right top next to the Language button. When you click on it, it opens a pop-up with a search in the top and the fields below.

👉 Learn more: https://alvaropmontenegro.com/2023/11/27/sitecore-for-newbies-8-different-ways-for-searching-items/

Would you like to know who’s using a specific template, layout, or rendering? This is possible by looking at the Links section.

👉 Learn more: https://alvaropmontenegro.com/2023/03/29/sitecore-for-newbies-6-tips-that-will-save-your-time/

Are you wondering if your patch files were applied? You can check it by going to the /sitecore/admin/showconfig.aspx. This internal website shows you a compilation of all the configs. So, if your config appears there it means that it was applied.

👉 Learn more: https://alvaropmontenegro.com/2023/03/29/sitecore-for-newbies-6-tips-that-will-save-your-time/

Unlock the Developer Tab, where various tools and features can help you streamline your development workflow. By default, this is a hidden tab and you can simply unlock it by Right-clicking in the Ribbon and selecting “Developer“. After it’s enabled, it shows a few features, like Serialize and Reindex items.

👉 Learn more: https://alvaropmontenegro.com/2023/03/29/sitecore-for-newbies-6-tips-that-will-save-your-time/

If you’re in the Content Editor there’s no need to exit it and go to the Admin Tool to rebuild the index. Within the Developer tab you find options to Rebuild the Index, Rebuild Tree and other. This is good save timer!

👉 Learn more: https://alvaropmontenegro.com/2023/03/29/sitecore-for-newbies-6-tips-that-will-save-your-time/

I’m a big fan of Desktop Mode because it unlocks many hidden features. So I strongly recommend using this mode. For example, the Desktop Mode improves your work as it allows you to open many tabs at the same time. So you don’t need to close an item to open another one. It saves a lot of time. I always work in that mode.

👉 Learn more: https://alvaropmontenegro.com/2023/04/05/sitecore-for-newbies-5-tips-that-will-save-your-time-part-2/

You should learn how to access the Web and Core databases. For example, in situations where you’re debugging an issue, it’s a good idea to check if your items were published. Also, is in the Core database where you change settings regarding Sitecore features and behaviors.

👉 Learn more: https://alvaropmontenegro.com/2023/04/05/sitecore-for-newbies-5-tips-that-will-save-your-time-part-2/

👉 Learn more: https://doc.sitecore.com/xp/en/developers/103/sitecore-experience-manager/working-with-databases.html

Whether you’re troubleshooting or monitoring your Sitecore platform the logs always uncover valuable insights about your instance. This is the first place you go when you’re facing an issue.

👉 Learn more: https://alvaropmontenegro.com/2023/04/05/sitecore-for-newbies-5-tips-that-will-save-your-time-part-2/

👉 Learn More: https://doc.sitecore.com/xp/en/developers/103/sitecore-experience-manager/logging.html

Packages allow you to import and export items through different instances. Even if you’re using a Serialization tool, such as Unicorn or TDS I recommend learning how it works.

👉 Learn more: https://alvaropmontenegro.com/2023/04/05/sitecore-for-newbies-5-tips-that-will-save-your-time-part-2/

👉 Learn more: https://www.getfishtank.com/blog/creating-a-package-in-sitecore

Ok, you already mastered how to use Package Designer, but do you know that SPE provides developers with a seamless and efficient approach to creating Sitecore packages in less than 1 minute? So, it’s time to learn it!

👉 Learn more: https://alvaropmontenegro.com/2023/07/14/spe-a-tool-to-empower-sitecore-developers/

SPE is amazing because you can have access to a huge list of ready-to-use reports about your Sitecore instance.

👉 Learn more: https://alvaropmontenegro.com/2023/07/14/spe-a-tool-to-empower-sitecore-developers/

👉 Learn more: https://doc.sitecorepowershell.com/modules/integration-points/reports

In the above section we discussed about ready-to-use scripts, right? But you’re also allowed to create your own scripts to automate repetitive tasks and reduce manual effort. Automation is a key aspect of any developer’s toolkit, and SPE enables developers to create it.

👉 Learn more: https://alvaropmontenegro.com/2023/07/14/spe-a-tool-to-empower-sitecore-developers/

👉 Learn more: https://doc.sitecorepowershell.com/

You created a Scheduled Task to meet the client’s requirement and now it’s time to test it, but don’t you know how to do it? SPE provides an alternative to help you testing it!

👉 Learn more: https://alvaropmontenegro.com/2023/07/14/spe-a-tool-to-empower-sitecore-developers/

Dealing with large media items in Sitecore can be a challenge when it comes to packaging and deployment. However, my module which was developed using SPE, can do this work for you!

👉 Learn more: https://alvaropmontenegro.com/2023/07/14/spe-a-tool-to-empower-sitecore-developers/

👉 Learn more: https://alvaropmontenegro.com/2023/04/13/media-package-generator/

Every time I press a combination of buttons on my keyboard and it opens something on my screen I feel like I’m a hacker 😎, and Sitecore allows us to do it. But kidding aside, you can discover essential keyboard shortcuts to facilitate your Sitecore development tasks. There are at least 12 shortcuts that you must know!

👉 Learn more: https://alvaropmontenegro.com/2023/09/27/sitecore-for-newbies-5-tips-that-will-save-your-time-part-3/

👉 Learn more: https://community.sitecore.com/community?id=community_blog&sys_id=d8e223211bc370d0b8954371b24bcb08

What is incredible is if you’re not happy with the OOTB Keyboard Shortcuts you can create your Shortcuts!

👉 Learn more: https://alvaropmontenegro.com/2023/09/27/sitecore-for-newbies-5-tips-that-will-save-your-time-part-3/

The Quick Action Bar is a powerful tool that displays visual information about the items. This bar is placed on the left side of the Content Tree and contains information about Workflow, Broken Links, and more.

👉 Learn more: https://alvaropmontenegro.com/2023/09/27/sitecore-for-newbies-5-tips-that-will-save-your-time-part-3/

Have you ever got lost when working with items in many nodes and levels? If you are used to Favorite websites in your browser, you can also try favoriting them in the Sitecore platform, so you have quick access to these items. I like to use it to save my time!

👉 Learn more: https://alvaropmontenegro.com/2023/09/27/sitecore-for-newbies-5-tips-that-will-save-your-time-part-3/

You can locate easily icons with the website “https://sitecoreicons.com (developed by Gabriel Streza). This is a fantastic resource for Sitecore developers and content editors. This website provides an extensive library of Sitecore icons, making it easier to find the perfect icon for your content items, templates, and renderings.

👉 Learn more: https://alvaropmontenegro.com/2023/09/27/sitecore-for-newbies-5-tips-that-will-save-your-time-part-3/

👉 Learn more: https://sitecoreicons.com

This is about searching items in the platform. There are many ways to do it and the most common is this one. The Content Editor has a search bar above the Content Tree and you can type a keywork and find an item. You’re also allowed to include criterias to refine your search.

👉 Learn more: https://alvaropmontenegro.com/2023/11/27/sitecore-for-newbies-8-different-ways-for-searching-items/

👉 Learn more: https://doc.sitecore.com/xp/en/users/103/sitecore-experience-platform/search-for-an-item.html

If you need a more advanced search, Sitecore are equipped with it. This search allows us to restrict the search for a specific node, use filters, and perform operation. Also, we can open many search tabs at the same time.

👉 Learn more: https://alvaropmontenegro.com/2023/11/27/sitecore-for-newbies-8-different-ways-for-searching-items/

👉 Learn more: https://doc.sitecore.com/xp/en/users/103/sitecore-experience-platform/search-for-an-item.html

Did you know that you can restrict your search just to the Media items? This is possible and it’s the same as the ‘General Search in the Content Editor’ but not in the Content Editor, it’s in the Media Library.

👉 Learn more: https://alvaropmontenegro.com/2023/11/27/sitecore-for-newbies-8-different-ways-for-searching-items/

Even in the EE, you’re allowed to search. In that case, the search will be performed from the current item to its descendants.

👉 Learn more: https://alvaropmontenegro.com/2023/11/27/sitecore-for-newbies-8-different-ways-for-searching-items/

👉 Learn more: https://doc.sitecore.com/xp/en/users/103/sitecore-experience-platform/search-for-an-item.html

Do you remember that I said that I’m a big fan of Desktop Mode, so here’s another reason. It has an interesting search bar at the bottom. You can type in the search box and it performs a search through all the items of the Content Tree. If you click on an item, it redirects you to it.

👉 Learn more: https://alvaropmontenegro.com/2023/11/27/sitecore-for-newbies-8-different-ways-for-searching-items/

This is an interesting one. Basically, you have access to the database and file system which takes your search to another level. Can be helpful for searching physical files, such as the Razor View of some rendering.

👉 Learn more: https://alvaropmontenegro.com/2023/11/27/sitecore-for-newbies-8-different-ways-for-searching-items/

In case you need some custom search or you want the freedom of coding your own search, you can use Sitecore Powershell Extension (SPE) to do it.

👉 Learn more: https://alvaropmontenegro.com/2023/11/27/sitecore-for-newbies-8-different-ways-for-searching-items/

Mastering these small steps can pave the way for significant achievements. By incorporating these tips into your daily workflow, you’ll not only become a more efficient developer but also set yourself on the path to achieving big goals in your Sitecore journey.

🤝I hope I have given you wonderful insights! See you!

Leave a Reply

Your email address will not be published. Required fields are marked *