Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions public/uploads/rules/better-baguette/rule.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: How to Make French Baguettes
uri: better-baguette
guid: faa44dfe-6bb6-4ebb-8fc2-01c602e4e53d
created: 2026-01-08T13:21:02.193Z
createdBy: Jean Thirion
createdByEmail: [email protected]
lastUpdated: 2026-01-08T13:28:18.272Z
lastUpdatedBy: Jean Thirion
lastUpdatedByEmail: [email protected]
---

There is nothing like a freshly baked French baguette on a Sunday morning. Or any morning for that matter. Crusty and beautifully colored on the outside, buttery soft and chewy on the inside, with a tiny bit of butter - it's one of my favorite breakfast foods.

<endIntro />

# What French baguettes are made of?

A traditional French baguette is made of flour, water, yeast and salt. It's fascinating how these four simple ingredients produce a beautiful, flavorful, crusty baguette. What's even more fascinating is how different bakers, using the same ingredients, can make baguettes that differ from each other quite substantially sometimes.

<imageEmbed alt="Image" size="small" showBorder={false} figurePrefix="good" figure="Noice Baguette mate" src="/uploads/rules/better-baguette/French-baguette-recipe.jpg" />
56 changes: 33 additions & 23 deletions public/uploads/rules/sharepoint-development-environment/rule.mdx
Original file line number Diff line number Diff line change
@@ -1,28 +1,36 @@
---
archivedreason: null
authors:
- title: Adam Cogan
url: https://ssw.com.au/people/adam-cogan
- title: John Liu
url: https://ssw.com.au/people/john-liu
- title: Jean Thirion
url: https://ssw.com.au/people/jean-thirion
created: 2009-02-26 02:03:30+00:00
guid: 3af8b6aa-2559-45aa-a7ab-6a30bebd0866
redirects:
- why-do-we-use-vm-for-sharepoint-development
- do-you-use-the-right-sharepoint-development-environment
related:
- rule: public/uploads/rules/sharepoint-search/rule.mdx
- rule: public/uploads/rules/sharepoint-development/rule.mdx
seoDescription: Set up a suitable SharePoint development environment using virtual
machines or Visual Studio Code for efficient and flexible testing.
title: Do you use the right SharePoint development environment?
categories:
- category: categories/infrastructure-and-networking/rules-to-better-sharepoint-virtualisation.mdx
- category: categories/software-engineering/rules-to-better-sharepoint-for-developers.mdx
type: rule
title: Do you use the right SharePoint development environment?
uri: sharepoint-development-environment
categories:
- category: >-
categories/infrastructure-and-networking/rules-to-better-sharepoint-virtualisation.mdx
- category: >-
categories/software-engineering/rules-to-better-sharepoint-for-developers.mdx
authors:
- title: Jean Thirion
url: 'https://ssw.com.au/people/jean-thirion'
- title: Adam Cogan
url: 'https://ssw.com.au/people/adam-cogan'
- title: John Liu
url: 'https://ssw.com.au/people/john-liu'
related:
- rule: public/uploads/rules/sharepoint-search/rule.mdx
- rule: public/uploads/rules/sharepoint-development/rule.mdx
redirects:
- why-do-we-use-vm-for-sharepoint-development
- do-you-use-the-right-sharepoint-development-environment
guid: 3af8b6aa-2559-45aa-a7ab-6a30bebd0866
seoDescription: >-
Set up a suitable SharePoint development environment using virtual machines or
Visual Studio Code for efficient and flexible testing.
created: 2009-02-26T02:03:30.000Z
createdBy: Jean Thirion
createdByEmail: [email protected]
lastUpdated: 2026-01-08T13:20:50.374Z
lastUpdatedBy: Jean Thirion
lastUpdatedByEmail: [email protected]
archivedreason: null
---

Development for SharePoint is very different depending upon whether you are online or using On-Premises SharePoint.
Expand All @@ -33,6 +41,8 @@ Development for SharePoint is very different depending upon whether you are onli

All you need is VSCode – all modern customizations are doing using the [SharePoint Framework (SPFx)](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview?WT.mc_id=M365-MVP-33518).

<youtubeEmbed url="https://www.youtube.com/watch?v=-YAAziu0FKY" />

💡 Best practice is to isolate your code as much as possible during development/staging. Unfortunately it's not easy to come up with a full-blown dedicated Test Tenant.\
As a minimum, make sure you test all your custom code in a dedicated Site Collection to avoid as much side effects as possible.

Expand All @@ -46,4 +56,4 @@ See our rule to modern [SharePoint Development](https://www.ssw.com.au/rules/sha
4. Virtual machines can be relocated on a different server and thus it doesn't waste developers' own computer resources
5. Virtual machines can be copied and brought to a client for demonstration
6. Very easy for someone to quickly create a new SharePoint server to quickly test or experiment with SharePoint
7. Bad - There might be more work required to activate additional servers. SharePoint Farms are a lot of work. E.g. Search Server VMs
7. Bad - There might be more work required to activate additional servers. SharePoint Farms are a lot of work. E.g. Search Server VMs
Loading