Skip to content

Commit

Permalink
Add an Article
Browse files Browse the repository at this point in the history
  • Loading branch information
Adekunle27 committed Aug 3, 2023
1 parent 5810106 commit 032b783
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added public/Images/authentication.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions utils/ArticlesData.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import node from "../public/Images/node-socket.png";
import reactimg from "../public/Images/React.jpg";
import pipeline from "../public/Images/pipeline.png";
import microfrontend from "../public/Images/microfrontend.jpg";
import authentication from "../public/Images/authentication.jpg";

const ARTICLE_DATA = [
{
Expand All @@ -15,6 +16,14 @@ const ARTICLE_DATA = [
imageUrl: context,
type: "article",
},
{
title: "Implementing Authentication and Authorization using Context API in Next.js",
description:
"In today's digital landscape, web applications require robust security measures to protect sensitive user data and ensure proper access control. Authentication and authorization are fundamental components of any secure web application. Authentication is the process of verifying a user's identity, ",
link: "https://abdulmalik.hashnode.dev/implementing-authentication-and-authorization-using-context-api-in-nextjs-part-1",
imageUrl: authentication,
type: "article",
},
{
title: "Accessible Icon Buttons",
description: "Freelance Front-End Web UI/UX Developer - Lebanon",
Expand Down

2 comments on commit 032b783

@vercel
Copy link

@vercel vercel bot commented on 032b783 Aug 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 032b783 Aug 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.