mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-29 20:21:50 +02:00
Update isNew badges
This commit is contained in:
@@ -156,7 +156,7 @@ export function ContributionForm(props: ContributionFormProps) {
|
||||
<div className="mb-2 mt-2 rounded-md border bg-gray-100 p-3">
|
||||
<h1 className="mb-2 text-2xl font-bold">Guidelines</h1>
|
||||
<ul class="flex flex-col gap-1 text-sm text-gray-700">
|
||||
<li>Content should only be in English</li>
|
||||
<li>Content should only be in English.</li>
|
||||
<li>Do not add things you have not evaluated personally.</li>
|
||||
<li>It should strictly be relevant to the topic.</li>
|
||||
<li>It should not be paid or behind a signup.</li>
|
||||
|
@@ -233,7 +233,7 @@ export function TopicDetail() {
|
||||
>
|
||||
{contributionAlertMessage
|
||||
? contributionAlertMessage
|
||||
: 'Submit a Link'}
|
||||
: 'Submit a Learning Resource'}
|
||||
</button>
|
||||
</div>
|
||||
</>
|
||||
|
@@ -8,7 +8,7 @@ author:
|
||||
seo:
|
||||
title: 'Consistency Patterns - roadmap.sh'
|
||||
description: 'Everything you need to know about Week, Strong and Eventual Consistency'
|
||||
isNew: true
|
||||
isNew: false
|
||||
canonicalUrl: 'https://cs.fyi/guide/consistency-patterns-week-strong-eventual/'
|
||||
type: 'textual'
|
||||
date: 2023-01-18
|
||||
|
@@ -8,7 +8,7 @@ author:
|
||||
seo:
|
||||
title: 'Jump Servers: What, Why and How - roadmap.sh'
|
||||
description: 'Learn what is a Jump Server and how to set it up for SSH access.'
|
||||
isNew: true
|
||||
isNew: false
|
||||
type: 'textual'
|
||||
date: 2023-03-20
|
||||
sitemap:
|
||||
|
@@ -8,7 +8,7 @@ author:
|
||||
seo:
|
||||
title: "Guide to Let's Encrypt SSL Setup - roadmap.sh"
|
||||
description: "Learn how to protect your website using Let's Encrypt SSL Certificates."
|
||||
isNew: true
|
||||
isNew: false
|
||||
type: 'textual'
|
||||
date: 2023-03-13
|
||||
sitemap:
|
||||
|
@@ -8,7 +8,7 @@ author:
|
||||
seo:
|
||||
title: 'Single Command Database Setup - roadmap.sh'
|
||||
description: 'Learn how to run MySQL, PostgreSQL, or MongoDB in Docker with single Command'
|
||||
isNew: true
|
||||
isNew: false
|
||||
type: 'textual'
|
||||
date: 2023-02-27
|
||||
sitemap:
|
||||
|
@@ -2,7 +2,7 @@
|
||||
title: 'Basic Authentication'
|
||||
description: 'Learn everything you need to know about basic authentication'
|
||||
duration: '5 minutes'
|
||||
isNew: true
|
||||
isNew: false
|
||||
date: 2022-10-01
|
||||
author:
|
||||
name: 'Kamran Ahmed'
|
||||
|
@@ -2,7 +2,7 @@
|
||||
title: 'Basics of Authentication'
|
||||
description: 'Learn everything you need to know about authentication with this Authentication Series'
|
||||
duration: '5 minutes'
|
||||
isNew: true
|
||||
isNew: false
|
||||
date: 2022-09-21
|
||||
author:
|
||||
name: 'Kamran Ahmed'
|
||||
|
@@ -2,7 +2,7 @@
|
||||
title: 'Session Based Authentication'
|
||||
description: 'Learn everything you need to know about session authentication'
|
||||
duration: '2 minutes'
|
||||
isNew: true
|
||||
isNew: false
|
||||
date: 2022-11-02
|
||||
author:
|
||||
name: 'Kamran Ahmed'
|
||||
|
Reference in New Issue
Block a user