Skip to content

Update mission statement to reflect AI-driven guidance for self-taught programmers #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft
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
8 changes: 4 additions & 4 deletions requrement/landing_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@
<img src="https://placehold.co/128x128/083344/67e8f9?text=SKP" alt="Sanjay Kumar Panda" class="w-24 h-24 md:w-32 md:h-32 rounded-full mx-auto mb-6 border-4 border-accent/30 shadow-xl shadow-accent/10"
onerror="this.onerror=null; this.src='https://placehold.co/128x128/164e63/cffafe?text=Profile+Pic';">
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold text-white mb-4 leading-tight">
Sanjay Kumar Panda: <br class="md:hidden"><span class="text-accent">Empowering Developers</span>, Exploring AI, Creating Clarity
Sanjay Kumar Panda: <br class="md:hidden"><span class="text-accent">AI-Powered Programming Guidance</span>
</h1>
<p class="mt-4 max-w-3xl mx-auto text-lg md:text-xl text-slate-300 mb-8">
Leveraging 12+ years of engineering to demystify AI & Cloud technologies, foster developer communities, and create insightful technical content.
Leveraging 12+ years of engineering experience to guide self-taught programmers in using AI tools effectively while building reliable, scalable software.
</p>
<div class="flex justify-center items-center space-x-5 text-slate-400">
<a href="https://sanjaypanda.com" target="_blank" rel="noopener noreferrer" class="hover:text-accent transition duration-150 ease-in-out" title="Personal Website">
Expand All @@ -128,9 +128,9 @@ <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold text-white mb-4 leading-ti

<section id="mission" class="py-16 md:py-20 lg:py-24 bg-slate-950 fade-in-section">
<div class="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-bold text-white mb-6">My Mission</h2>
<h2 class="text-3xl font-bold text-white mb-6">AI-Driven Guidance for Self-Taught Programmers</h2>
<p class="text-xl text-slate-300 leading-relaxed">
To equip software engineers with the <span class="text-accent font-medium">knowledge and practices</span> to efficiently deliver <span class="text-accent font-medium">high-quality AI applications</span>, leveraging <span class="text-accent font-medium">cloud technologies</span> and <span class="text-accent font-medium">effective software lifecycle management</span>.
AI is making programming accessible to everyone, but building <span class="text-accent font-medium">reliable, scalable software</span> still requires the right skills. I guide <span class="text-accent font-medium">self-taught programmers</span> in leveraging <span class="text-accent font-medium">AI tools</span> to deliver <span class="text-accent font-medium">production-quality solutions</span>.
</p>
</div>
</section>
Expand Down
24 changes: 12 additions & 12 deletions src/config/siteConfig.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const siteConfig = {
heroSection: {
headline: "Building Software Engineers Tomorrow",
tagline: "From Lines of Code to Real-World Impact: Unleashing Your Full Potential",
descriptionBase: "Leveraging {years}+ years of engineering experience to help developers evolve from writing code to building software that matters.",
headline: "AI-Powered Programming Guidance",
tagline: "Empowering Self-Taught Developers with AI Tools and Best Practices",
descriptionBase: "Leveraging {years}+ years of engineering experience to guide self-taught programmers in using AI tools effectively while building reliable, scalable software.",
careerStartYear: 2013,
profileImage: "/sanjay.jpg",
socialLinks: [
Expand All @@ -24,27 +24,27 @@ const siteConfig = {
]
},
missionSection: {
title: "The Journey from Code to Software",
title: "AI-Driven Guidance for Self-Taught Programmers",
paragraphs: [
"Many self-taught developers can write code, but building software that scales, performs, and serves real users requires a different mindset. I share insights on architecture, production practices, and the professional skills that transform coders into software engineers."
"AI is making programming accessible to everyone, but building reliable, scalable software still requires the right skills. I guide self-taught programmers in leveraging AI tools to deliver production-quality solutions."
]
},
focusAreas: {
title: "What I Share",
pillars: [
{
title: "Beyond Code",
description: "Moving from scripts and tutorials to production-ready applications. System design, architecture patterns, and thinking like a software engineer.",
title: "AI-Assisted Development",
description: "How to effectively use AI tools like GitHub Copilot, ChatGPT, and code assistants to accelerate development while maintaining code quality and understanding.",
icon: "code"
},
{
title: "Real-World Skills",
description: "Testing, deployment, monitoring, and maintenance. The skills that bridge the gap between 'it works on my machine' and production software.",
title: "Production-Ready Practices",
description: "Essential skills for self-taught developers: testing, deployment, monitoring, and the practices that ensure your AI-assisted code works reliably in production.",
icon: "cog"
},
{
title: "Professional Growth",
description: "Career insights, technical decision making, and the soft skills that help self-taught developers thrive in professional environments.",
title: "Smart Learning Paths",
description: "Strategic guidance for self-taught programmers on when to rely on AI, when to learn fundamentals, and how to build both coding skills and software engineering mindset.",
icon: "trending-up"
}
]
Expand All @@ -59,7 +59,7 @@ const siteConfig = {
},
youtubeSection: {
title: "Learn from My Videos",
description: "Practical tutorials and insights to help you evolve from writing code to building software",
description: "Practical tutorials on leveraging AI tools effectively and building production-quality software as a self-taught programmer",
channelId: "UCtJw0kfXaXv-mJ61CJ-CCvA",
channelHandle: "@sanjaypanda_",
channelUrl: "https://www.youtube.com/@sanjaypanda_",
Expand Down
Loading