Skip to content

Commit

Permalink
Added AI Section
Browse files Browse the repository at this point in the history
  • Loading branch information
santosh898 committed Nov 29, 2024
1 parent 5808a91 commit 361a5e5
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ import Projects from "@/components/Projects";

export const metadata: Metadata = {
title: "Sai Santosh Kottakota - Tech Lead",
description:
"Experienced Tech Lead specializing in React, Node.js, and modern web technologies",
description: "Tech Lead skilled in modern web technologies, Web3, and AI.",
};

export default function Page() {
Expand Down
7 changes: 4 additions & 3 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ const Header = () => {

<section className="mb-12 max-sm:text-center">
<p className="max-w-2xl text-gray-300">
Experienced Tech Lead with expertise in modern web technologies.
Passionate about creating efficient, scalable, and innovative
solutions for complex problems.
Experienced Tech Lead with expertise in modern web technologies, Web3,
and AI. Skilled in developing efficient, scalable, and innovative
solutions, including advanced Retrieval-Augmented Generation (RAG)
systems.
</p>
<Button asChild variant="secondary" className="mt-4">
<Link
Expand Down
19 changes: 18 additions & 1 deletion src/components/Skills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ import AlchemyLogo from "@/logos/alchemy.svg";
import HardhatLogo from "@/logos/hardhat.svg";
import InfuraLogo from "@/logos/infura.svg";
import MetamaskLogo from "@/logos/metamask.svg";
import TensorflowLogo from "@/logos/tensorflow.svg";
import PythonLogo from "@/logos/python.svg";
import OpenAILogo from "@/logos/openai.svg";
import OllamaLogo from "@/logos/ollama.svg";
import LanceDBLogo from "@/logos/lancedb.svg";
import PhidataLogo from "@/logos/phidata.svg";

const seggregatedSkills = {
frontend: [
Expand All @@ -55,6 +61,7 @@ const seggregatedSkills = {
{ name: "Docker", logo: DockerLogo },
{ name: "GraphQL", logo: GraphqlLogo },
{ name: "Microservices", logo: MicroservicesLogo },
{ name: "Python", logo: PythonLogo },
],
misc: [
{ name: "Electron.JS", logo: ElectronLogo },
Expand All @@ -66,10 +73,20 @@ const seggregatedSkills = {
],
web3: [
{ name: "Solidity", logo: SolidityLogo },
{ name: "Ethers", logo: EthersLogo },
{ name: "Ethers.JS", logo: EthersLogo },
{ name: "Hardhat", logo: HardhatLogo },
{ name: "Alchemy", logo: AlchemyLogo },
],
ai: [
{
name: "OpenAI",
logo: OpenAILogo,
},
{ name: "Ollama", logo: OllamaLogo },
{ name: "Phidata", logo: PhidataLogo },
{ name: "LanceDB", logo: LanceDBLogo },
{ name: "Tensorflow.JS", logo: TensorflowLogo },
],
};

const ITEMS_TO_SHOW = 4;
Expand Down
6 changes: 6 additions & 0 deletions src/logos/lancedb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/logos/ollama.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/logos/openai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/logos/phidata.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/logos/python.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/logos/tensorflow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 361a5e5

Please sign in to comment.