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
2,434 changes: 681 additions & 1,753 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"export": "next export"
},
"dependencies": {
"@prisma/client": "^4.2.1",
"@prisma/client": "^4.8.0",
"@sanity/client": "^3.3.3",
"@sanity/desk-tool": "^2.31.0",
"@sanity/eslint-config-studio": "^2.0.0",
Expand All @@ -23,8 +23,8 @@
"eslint": "^8.6.0",
"googleapis": "^105.0.0",
"motion": "^10.12.0",
"next": "12.2.2",
"next-auth": "^4.10.3",
"next": "^14.1.3",
"next-auth": "^4.24.7",
"next-mdx-remote": "^4.0.3",
"next-sanity": "^0.6.0",
"next-seo": "^5.5.0",
Expand All @@ -49,7 +49,7 @@
"globby": "13.1.2",
"postcss": "^8.4.13",
"prettier": "2.7.1",
"prisma": "4.0.0",
"prisma": "4.8.0",
"reading-time": "^1.4.0",
"rehype": "12.0.1",
"rehype-autolink-headings": "6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function About() {
<h3>Brief, 3rd Person</h3>
<p>
Dev is a passionate Technical Writer and Open Source Developer. An educator, writer, and speaker, Dev has contributed to
Microsoft Docs, GitHub Docs, Circle CI, and other open source softwares and communities. He has also been part of core team of Chargebee Developer Commmunity {' '}
Microsoft Docs, GitHub Docs, Circle CI, and many other open source softwares and communities. He has also been part of core team of Chargebee Developer Commmunity {' '}
<a href= "https://devbuzz.chargebee.com/"> DevBuzz Community</a>.
He has also delivered technical talks and workshops on Open Source, Data Science, and Machine Learning.
Dev has extensive knowledge and experience on working with SaaS, Power BI, Anlaytics, AI/ML and API focused companies. He is a product guy and delivered documentation for both user and developers.
Expand Down
2 changes: 1 addition & 1 deletion pages/blog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function Blog({
Most Popular
</h3>
<BlogPost
title="What is Technical Writing? How important it is for software and IT industries?"
title="Technical Writing: Modern Practice for building Software Documentation in Tech Industry"
excerpt="Why Documentation is important for Software companies. Why this skill is highly in-demand but less competitive in software markets?"
slug="technical-writing-in-software-companies"
/>
Expand Down
2 changes: 1 addition & 1 deletion pages/guestbook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function GuestbookPage({ fallbackData }) {
return (
<Container
title="Guestbook – Dev Prakash Sharma"
description="Sign in to my digital guestbook and share some ideas."
description="Sign in to my digital guestbook and share feedback and ideas"
>
<div className="flex flex-col justify-center items-start max-w-2xl mx-auto mb-16">
<h1 className="font-bold text-3xl md:text-5xl tracking-tight mb-4 text-black dark:text-white">
Expand Down
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function Home() {
</h3>
<div className="flex gap-6 flex-col md:flex-row">
<BlogPostCard
title="What is Technical Writing? How important it is for software and IT industries?"
title="Technical Writing: Modern Practice for building Software Documentation in Tech Industry"
slug="technical-writing-in-software-companies"
gradient="from-[#F9C823] to-[#FC506E]"
/>
Expand Down
3 changes: 1 addition & 2 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@

generator client {
provider = "prisma-client-js"
previewFeatures = ["referentialIntegrity"]
}
datasource db {
provider = "mysql"
url = env("DATABASE_URL")
referentialIntegrity = "prisma"
relationMode= "prisma"
}

model codewithdevPortfolio {
Expand Down
11,909 changes: 5,881 additions & 6,028 deletions yarn.lock

Large diffs are not rendered by default.