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
11 changes: 1 addition & 10 deletions src/components/header-footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,7 @@ export const Footer = () => {
<SocialMediaIcons />
</SocialMediaLinksWrapper>
<StyledParagraph>
<em>{data.site.siteMetadata.author} © 2020.</em> All rights
reserved.
</StyledParagraph>
<StyledParagraph>
Proudly built with
<em>
{' '}
React, Gatsby, GraphQL, Typescript, Styled Components, Netlify and
Nodejs
</em>
© 2026 {data.site.siteMetadata.author}.
</StyledParagraph>
</FooterContentWrapper>
</GradientOverlay>
Expand Down
3 changes: 1 addition & 2 deletions src/components/header-footer/navItems.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export const navItems: Record<string, string>[] = [
{ title: 'Home', url: '/' },
{ title: 'Blog', url: '/blog' },
{ title: 'Projects', url: '/projects' },
// { title: 'Projects', url: '/projects' }, // Projects page is currently disabled.
{ title: 'About', url: '/about' },
{ title: 'Contact', url: '/contact' },
];
8 changes: 4 additions & 4 deletions src/components/header-footer/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ export const FooterContentWrapper = styled.div`
justify-content: center;
align-items: center;
margin: 0 auto;
${pt(6)};
${pb(4)};
${pt(8)};
${pb(6)};
${px(4)};

${breakpoint('xl')`
Expand Down Expand Up @@ -191,8 +191,8 @@ export const StyledParagraph = styled(Paragraph)`
&& {
color: ${({ theme }) =>
theme.name === 'lightTheme'
? theme.colors.blueBell
: theme.colors.lightGrey};
? theme.colors.secondaryText
: theme.colors.primaryText};
font-size: ${({ theme }) => theme.fontSizes.small};
${mb(1)};
}
Expand Down
15 changes: 0 additions & 15 deletions src/components/social-media-icons/socialMediaLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ import {
import { IconType } from 'react-icons/lib';

export const socialMediaLinks: Record<string, string | IconType>[] = [
{
url: 'https://www.facebook.com/chaulagain.ajeet',
ariaLabel: 'Facebook',
IconComponent: FaFacebook,
},
{
url: 'https://twitter.com/ajeetsweb',
ariaLabel: 'Twitter',
IconComponent: FaTwitter,
},
{
url: 'https://www.linkedin.com/in/ajeet-chaulagain/',
ariaLabel: 'Linkedin',
Expand All @@ -29,11 +19,6 @@ export const socialMediaLinks: Record<string, string | IconType>[] = [
ariaLabel: 'Github',
IconComponent: FaGithub,
},
{
url: 'https://www.instagram.com/chaulagainajeet/',
ariaLabel: 'Instagram',
IconComponent: FaInstagram,
},
{
url: 'https://ko-fi.com/ajeetchaulagain',
ariaLabel: 'KoFi',
Expand Down
10 changes: 5 additions & 5 deletions src/data/markdown/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ description: 'Pragmatic software engineer passionate about building scalable and

## About

Hey — I’m Ajeet.
👋 Hey — I’m Ajeet.

I’m a Software Engineer with 5+ years of commercial experience building and maintaining long-lived, production systems across consulting and enterprise environments. I had been building software well before entering industry, with early foundations shaped through study and hands-on work — a craft I’ve stayed deeply engaged with over time.

I enjoy working on software where the challenge isn’t just shipping features, but making sound decisions that hold up as systems, teams, and requirements evolve. Much of my background has been in consulting, working across multiple teams and domains, which has shaped how I think about trade-offs, ownership, and building software that works in real-world conditions.

This site is where I write blog posts about what I learn along the way, across both side projects and my professional experience, and share things I explore and find interesting.

## What I Work With

Most of my recent commercial experience has been centred around a TypeScript-first stack, and that’s where I’m most effective.
Expand All @@ -22,8 +24,6 @@ Most of my recent commercial experience has been centred around a TypeScript-fir

These are the tools I’ve spent the most time with in production, but I’m more interested in choosing the right approach for the problem than being tied to any specific technology.

## What I’m Looking For

I’m interested in Senior Software Engineer roles where I can work on meaningful problems, contribute to well-structured systems, and help teams build software that remains reliable and maintainable as it grows.
I’m interested in roles where I can continue to grow as an engineer and work with teams that value thoughtful engineering, quality, ownership, and continuous improvement. If that resonates, feel free to reach out at chaulagainajeet@gmail.com.

If you’d like to get in touch, feel free to reach out via email at chaulagainajeet@gmail.com — I’m always happy to connect and chat about software.
I also use this site to share what I learn along the way — drawing from both side projects and my professional experience.
54 changes: 0 additions & 54 deletions src/pages/contact.tsx

This file was deleted.

6 changes: 3 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import styled from 'styled-components';
import { mt } from 'styled-components-spacing';
import {
LandingPageHero,
ProjectList,
// ProjectList, //Project page is temporarily disabled.
MasterLayout,
NewsLetter,
SEO,
Expand Down Expand Up @@ -78,7 +78,7 @@ const IndexPage = () => {
size="large"
/>
</ContentRenderer>
<ContentRenderer>
{/* <ContentRenderer>
<Heading level="h2" size="xlarge">
Projects
</Heading>
Expand All @@ -91,7 +91,7 @@ const IndexPage = () => {
color="primary"
size="large"
/>
</ContentRenderer>
</ContentRenderer> */}

<ContentRenderer>
<NewsLetter />
Expand Down
Binary file modified tests/__screenshots__/visual-regression.spec.ts/about-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/__screenshots__/visual-regression.spec.ts/blog-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/__screenshots__/visual-regression.spec.ts/home-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.