Skip to content

Commit 5f44d40

Browse files
16 blogs mapped
1 parent cac4eb8 commit 5f44d40

File tree

1 file changed

+101
-21
lines changed

1 file changed

+101
-21
lines changed

src/database/blogs/index.tsx

Lines changed: 101 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,51 +9,131 @@ interface Blog {
99
const blogs: Blog[] = [
1010
{
1111
id: 1,
12+
title: "Building RESTful CRUD API in springboot",
13+
image: "img/blogs/image01.png",
14+
description:
15+
" RESTful APIs have become a cornerstone for building scalable, efficient, and maintainable web applications.",
16+
slug: "Building RESTful CRUD API in springboot",
17+
},
18+
{
19+
id: 2,
1220
title: "Getting started with Microservices",
1321
image: "/assets/images/image01-736d71e3db56657987594b3b11459b5d.png",
1422
description:
1523
"Microservices are an architectural style that structures an application as a collection of small, loosely coupled services.",
1624
slug: "getting-started-with-microservices",
1725
},
1826
{
19-
id: 2,
27+
id: 3,
2028
title: "Cryptography and Its Use in Cyber Security",
2129
image: "/img/blogs/introduction-to-cryptography-and-cyber-security.jpg",
2230
description:
2331
"In the realm of cyber security, cryptography stands as a critical tool for protecting information.",
2432
slug: "introduction-to-cryptography-and-cyber-security",
2533
},
26-
{
27-
id: 3,
28-
title: "Blog 3 Title",
29-
image: "/img/svg/blogging.svg",
30-
description:
31-
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet nulla auctor, vestibulum magna sed, convallis ex.",
32-
slug: "#",
33-
},
3434
{
3535
id: 4,
36-
title: "Blog 4 Title",
37-
image: "/img/svg/blogging.svg",
36+
title: "Getting started with Mern",
37+
image: "/img/blogs/mern.jpg",
3838
description:
39-
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet nulla auctor, vestibulum magna sed, convallis ex.",
40-
slug: "#",
39+
" Learn the basics of the MERN stack, from building an API with Express.js to creating a React app.",
40+
slug: "getting-started-with-mern",
4141
},
4242
{
4343
id: 5,
44-
title: "Blog 5 Title",
45-
image: "/img/svg/blogging.svg",
44+
title: "Getting started with Vite",
45+
image: "/img/blogs/react-and-vite.jpg",
4646
description:
47-
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet nulla auctor, vestibulum magna sed, convallis ex.",
48-
slug: "#",
47+
"Learn how to get started with React by creating a new app using Vite. Follow the steps to set up your development environment",
48+
slug: "getting-started-with-vite",
4949
},
5050
{
5151
id: 6,
52-
title: "Blog 6 Title",
53-
image: "/img/svg/blogging.svg",
52+
title: "VS Code: Fix Bug in Any Extension by Rebuilding It",
53+
image: "/img/blogs/build-done-vsce.png",
54+
description:
55+
"How to fix a bug in any VS Code extension (.vsix) by rebuilding that extension",
56+
slug: "fix-bug-in-vscode-extension",
57+
},
58+
{
59+
id: 7,
60+
title: "Dockerizing a Rust application with Multi-Stage Builds",
61+
image: "/img/blogs/rust-docker.png",
62+
description:
63+
"Learn the basics of the MERN stack, from building an API with Express.js to creating a React app.",
64+
slug: "dockerizing-a-rust-application-with-multi-stage-builds",
65+
},
66+
{
67+
id: 8,
68+
title: "Git Best Practices: Commit Often, Perfect Later, Publish Once",
69+
image: "/img/svg/coding.svg",
70+
description:
71+
"Git is a powerful tool for managing the development of software projects, but it can be challenging to use effectively. ",
72+
slug: "git-best-practicies",
73+
},
74+
{
75+
id: 9,
76+
title: "Mastering Data Structures in Python",
77+
image: "/img/svg/programming.svg",
78+
description:
79+
"Data structures are essential components in computer science, enabling efficient data storage, manipulation, and retrieval.",
80+
slug: "Mastering Data Structures in Python",
81+
},
82+
{
83+
id: 10,
84+
title: "Automating Tasks with Python",
85+
image: "/img/svg/progress.svg",
86+
description:
87+
"Automation is a powerful way to boost productivity and efficiency by minimizing manual intervention in repetitive tasks.",
88+
slug: "automating-tasks-with-python",
89+
},
90+
{
91+
id: 11,
92+
title: "A Beginner’s Guide to the Top 5 React Hooks",
93+
image: "/img/svg/react.svg",
94+
description:
95+
"Since its inception, React has undergone significant evolution, with each new release introducing enhancements and improvements to the framework.",
96+
slug: "Beginner’s Guide to the Top 5 React Hooks",
97+
},
98+
{
99+
id: 12,
100+
title: "DOM manipulation in JavaScript",
101+
image: "/img/svg/javascript_frameworks.svg",
102+
description:
103+
" This model allows developers to interact with the document programmatically via scripting languages like JavaScript.",
104+
slug: "DOM manipulation in JavaScript",
105+
},
106+
{
107+
id: 13,
108+
title: "CI evolution: From FTP client to GitHub Action",
109+
image: "/img/svg/dev_productivity.svg",
110+
description:
111+
"In the early days of web development, the most common way to deploy a website was to use an FTP client.",
112+
slug: "from-ftp-client-to-github-action",
113+
},
114+
{
115+
id: 14,
116+
title: "Getting Started with PostgreSQL",
117+
image: "/img/svg/educator.svg",
118+
description:
119+
"The PostgreSQL language, primarily SQL (Structured Query Language), is the standard language for interacting with the PostgreSQL database.",
120+
slug: "Getting started with PostgreSQL",
121+
},
122+
{
123+
id: 15,
124+
title: "Getting Started with NextJS",
125+
image: "/img/svg/next_js.svg",
126+
description:
127+
"Next.js is a popular React framework that enables server-side rendering and static site generation, offering an optimized, flexible approach to building modern web applications.",
128+
slug: "Getting-started-with-nextJS",
129+
},
130+
{
131+
id: 16,
132+
title: "Comprehensive Documentation on Linux Development and Cybersecurity",
133+
image: "/img/svg/developer_activity.svg",
54134
description:
55-
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet nulla auctor, vestibulum magna sed, convallis ex.",
56-
slug: "#",
135+
"Renowned for its stability, security, and open-source nature, plays a pivotal role in modern computing environments",
136+
slug: "introduction-to-the-Linux-development-and-cyber-security",
57137
},
58138
];
59139

0 commit comments

Comments
 (0)