Skip to content
Merged
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slug: 2023-day4
title: 4. Developer Story
title: 4. Developer Stories
authors: [april, matt, nitya, sonja]
draft: true
hide_table_of_contents: false
Expand Down
61 changes: 61 additions & 0 deletions website/blog/2023-lcf/zero-to-hero/2023-02-04-devstories.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
slug: zero-to-hero-01
title: 🚀 Zero To Hero With Developers!
authors: [sonja]
draft: true
hide_table_of_contents: false
toc_min_heading_level: 2
toc_max_heading_level: 3
keywords: [FIXME, comma, separated, keywords, for, metatags]
image: ../../../static/img/banner.png
description: "FIXME: Used in meta tag. If not specified, becomes first line of Markdown"
tags: [low-code-february, 30-days-of-lowcode, learn-live, zero-to-hero, ask-the-expert,fusion-teams, power-platform]
---

<head>
<meta name="twitter:url"
content="https://microsoft.github.io/Low-Code/blog/slug-FIXME" />
<meta name="twitter:title"
content="FIXME: Title Of Post" />
<meta name="twitter:description"
content="FIXME: Post Description" />
<meta name="twitter:image"
content="FIXME: Post Image" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator"
content="@nitya" />
<meta name="twitter:site" content="@AzureAdvocates" />
<link rel="canonical"
href="https://microsoft.github.io/Low-Code/blog/slug-FIXME" />
</head>

Today, we have a special set of posts from our _Zero To Hero_ 🚀 initiative, featuring blog posts authored by our Product Engineering teams for #LowCodeFebruary. Posts were originally published on Microsoft Tech Community.


## What We'll Cover
* Section 1
* Section 2
* Section 3
* Section 4
* Exercise: Try this yourself!
* Resources: For self-study!

<!-- FIXME: banner image -->
![Empty Banner Placeholder](../../../static/img/banner.png)


<!-- ************************************* -->
<!-- AUTHORS: ONLY UPDATE BELOW THIS LINE -->
<!-- ************************************* -->

## Section 1

## Section 2

## Section 3

## Section 4

## Exercise

## Resources
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const config = {
to: 'https://aka.ms/lowcode-february/collection'
},
{
label: `Power Platforms`,
label: `Power Platform`,
to: 'https://learn.microsoft.com/power-platform/developer/get-started?WT.mc_id=javascript-82212-ninarasi'
},
{
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _Check this section for links to upcoming activities for #LowCodeFebruary. _
| Feb 01 | 💪 **Hands-on Workshops** | [Start Now](https://microsoft.github.io/Low-Code/docs/intro/) |
| Feb 02 | 🙌 You say Low, I say Code! | [#30Days Blog](/blog) |
| Feb 03 | 🔨 Developer Tools & Onboarding | [#30Days Blog](/blog) |
| Feb 04 | 👩‍💻 Developr Story | [#30Days Blog](/blog) |
| Feb 04 | 🚀 **Zero-To-Hero Post: Developr Stories** | [#30Days Blog](/blog) |
| Feb 05 | 🥳 Week 1: Recap | [#30Days Blog](/blog) |
| Feb 06 | 🥨 Built-in Connectors | [#30Days Blog](/blog) |
| Feb 07 | 📃 Low Code + Dataverse | [#30Days Blog](/blog) |
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/lowcode-february/30Days.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ _Posts will be linked here once published._
* Feb 01 - [Hello, #30DaysOfLowCode](/blog/)
* Feb 02 - [You say Low, I say Code!](/blog/)
* Feb 03 - [Developer Tools & Onboarding](/blog/)
* Feb 04 - [Developer Story](/blog/)
* Feb 04 - [🚀 Zero-To-Hero Post: Developer Stories](/blog/)
* Feb 05 - [Week 1: Recap](/blog/)
:::

Expand Down
11 changes: 10 additions & 1 deletion website/src/pages/lowcode-february/ZeroToHero.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,17 @@ function ContentItem({title, description, topic, topiclink, link, imglink}){
);
}

// Update this dataset with links to the last 12 roundups
// Update this dataset with links to the last 15 roundups
const ContentItems = [
{
title: 'Power Apps January 2023 Feature Update',
topic: 'Announcements',
topiclink: 'https://powerapps.microsoft.com/blog/category/uncategorized/',
imglink: 'https://powerappsblogscdn.azureedge.net/wp-content/uploads/2023/02/AssesmentTool.png',
link: "https://powerapps.microsoft.com/en-us/blog/whats-new-power-apps-january-2023-feature-update/",
description: "Welcome to the Power Apps monthly feature update! We will use this blog to share a summary of product, community, and learning updates from throughout the month so you can access it in one easy place."
},

{
title: '2023 Gartner® Magic Quadrant™',
topic: 'Thought Leadership',
Expand Down