Skip to content

Commit 5d038f3

Browse files
committed
feat: migrating from devpulkit.in to pulkitxm.com
1 parent 3db7833 commit 5d038f3

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ My name is Pulkit. I'm a undergraduate from 🇮🇳 ![wakatime](https://visitor
66

77
<img align="right" width="50%" src="https://streak-stats.demolab.com/?user=pulkitxm&theme=merko&hide_border=true">
88

9-
- :computer: Know more about me: [devpulkit.in](https://www.devpulkit.in/)
9+
- :computer: Know more about me: [pulkitxm.com](https://www.pulkitxm.com/)
1010
- :pencil2: JavaScript / TypeScript / Python
1111
- :package: [Ubuntu](https://ubuntu.com/) / [vscode](https://code.visualstudio.com) / [edge](https://www.microsoft.com/en-us/edge)
1212
- :seedling: Exploring new opportunities in tech!
@@ -16,15 +16,15 @@ My name is Pulkit. I'm a undergraduate from 🇮🇳 ![wakatime](https://visitor
1616

1717
---
1818

19-
### :pencil: [Latest blog posts](https://blogs.devpulkit.in)
19+
### :pencil: [Latest blog posts](https://blogs.pulkitxm.com)
2020

2121
<!--START_SECTION:blog-posts-->
2222
| Title | Date | Image |
2323
| ----- | ---- | ----- |
24-
| [Building a Contact Form in Next.js with Resend Email Integration](https://blogs.devpulkit.in/emails-with-resend) | Dec 13, 2024 | <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1734081142688/30bd0035-ff2e-4a94-a3f3-5549231565e4.jpeg?w=300&h=157&fit=crop&crop=entropy&auto=compress,format&format=webp" />
25-
| [Boost Your Link Previews: Implementing Open Graph Images in Next.js](https://blogs.devpulkit.in/open-graph-images-in-nextjs) | Nov 15, 2024 | <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1731658433998/70bdbb5d-1123-478d-b35a-316169ce5615.png?w=300&h=157&fit=crop&crop=entropy&auto=compress,format&format=webp" />
26-
| [Setting Up Prisma ORM with PostgreSQL](https://blogs.devpulkit.in/setting-up-prisma-orm-with-postgresql) | Aug 17, 2024 | <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1734016058521/1d653d70-3204-40fa-9272-58298cd8e663.webp?w=300&h=157&fit=crop&crop=entropy&auto=compress,format&format=webp" />
27-
| [Adding Animated Image Zoom to Your React App with PhotoSwipe](https://blogs.devpulkit.in/react-image-gallery-with-photoswipe) | Aug 12, 2024 | <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1723050714944/ecb7f6c0-7151-4ce1-9c57-08c47e2a6625.jpeg?w=300&h=157&fit=crop&crop=entropy&auto=compress,format&format=webp" />
24+
| [Building a Contact Form in Next.js with Resend Email Integration](https://blogs.pulkitxm.com/emails-with-resend) | Dec 13, 2024 | <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1734081142688/30bd0035-ff2e-4a94-a3f3-5549231565e4.jpeg?w=300&h=157&fit=crop&crop=entropy&auto=compress,format&format=webp" />
25+
| [Boost Your Link Previews: Implementing Open Graph Images in Next.js](https://blogs.pulkitxm.com/open-graph-images-in-nextjs) | Nov 15, 2024 | <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1731658433998/70bdbb5d-1123-478d-b35a-316169ce5615.png?w=300&h=157&fit=crop&crop=entropy&auto=compress,format&format=webp" />
26+
| [Setting Up Prisma ORM with PostgreSQL](https://blogs.pulkitxm.com/setting-up-prisma-orm-with-postgresql) | Aug 17, 2024 | <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1734016058521/1d653d70-3204-40fa-9272-58298cd8e663.webp?w=300&h=157&fit=crop&crop=entropy&auto=compress,format&format=webp" />
27+
| [Adding Animated Image Zoom to Your React App with PhotoSwipe](https://blogs.pulkitxm.com/react-image-gallery-with-photoswipe) | Aug 12, 2024 | <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1723050714944/ecb7f6c0-7151-4ce1-9c57-08c47e2a6625.jpeg?w=300&h=157&fit=crop&crop=entropy&auto=compress,format&format=webp" />
2828
<!--END_SECTION:blog-posts-->
2929

3030
---
@@ -293,7 +293,7 @@ YAML 12 hrs 4 mins ⣶⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀
293293

294294
<!--END_SECTION:workflows-update-->
295295
<div align="center">
296-
<a href="https://www.devpulkit.in" style="text-decoration: none; display: inline-block;">
296+
<a href="https://www.pulkitxm.com" style="text-decoration: none; display: inline-block;">
297297
<img src="./assets/web.svg" alt="Website" height="30" width="30" />
298298
</a>
299299
&nbsp;&nbsp;

devpulkit-cli/cli.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env node
1+
#!/usr/bin/env node
22

33
console.clear();
44
console.log("\n\x1b[36m", "Hi I am Pulkit 👋", "\x1b[0m\n");
@@ -8,7 +8,7 @@ const greenStr = (str) => `\x1b[32m${str}\x1b[32m`;
88
const info = {
99
name: "Pulkit",
1010
status: "CS student",
11-
web: "https://www.devpulkit.in",
11+
web: "https://www.pulkitxm.com",
1212
linkedin: "http://www.linkedin.com/in/pulkit-dce",
1313
gh: "https://github.com/Pulkitxm",
1414
twitter: "https://twitter.com/devpulkitt",

resume/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is my resume created using LaTeX. You can find my PDF version below.
66

77
You can download my resume by clicking the link below:
88

9-
[Download PDF](http://resume.devpulkit.in)
9+
[Download PDF](http://resume.pulkitxm.com)
1010

1111

1212
## LaTeX Source

resume/resume.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
{\Huge \scshape Pulkit} \\ \vspace{3pt}
9999
New Delhi, India \\ \vspace{3pt}
100100
\small
101-
\href{https://www.devpulkit.in/}{\raisebox{-0.2\height}\faLink\ \underline{devpulkit.in}} ~
101+
\href{https://www.pulkitxm.com/}{\raisebox{-0.2\height}\faLink\ \underline{pulkitxm.com}} ~
102102
\href{mailto:[email protected]}{\raisebox{-0.2\height}\faEnvelope\ \underline{[email protected]}} ~
103103
\href{https://www.linkedin.com/in/pulkitxm}{\raisebox{-0.2\height}\faLinkedin\ \underline{linkedin.com/in/pulkitxm}} ~
104104
\href{https://github.com/Pulkitxm}{\raisebox{-0.2\height}\faGithub\ \underline{github.com/pulkitxm}}
@@ -141,7 +141,7 @@ \section{Technical Projects}
141141
reliably.
142142
\end{itemize}
143143

144-
\item \textbf{\href{https://image-tweaker.devpulkit.in/}{Image Tweaker}} $|$ \emph{MERN, Typescript, S3, Image Processing with JIMP} \hfill { August 2024}
144+
\item \textbf{\href{https://image-tweaker.pulkitxm.com/}{Image Tweaker}} $|$ \emph{MERN, Typescript, S3, Image Processing with JIMP} \hfill { August 2024}
145145
\begin{itemize}[leftmargin=*,itemsep=1pt,parsep=0pt,topsep=0pt,partopsep=0pt]
146146
\item Built an image optimization tool using Node.js, Express.js, and Docker,
147147
featuring real-time adjustments and S3 caching for enhanced performance.

0 commit comments

Comments
 (0)