Skip to content

Commit

Permalink
tech updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanptm committed Nov 5, 2024
1 parent 0180258 commit 568afb4
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 47 deletions.
40 changes: 19 additions & 21 deletions constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,29 +332,35 @@ export const technologies: Tech[] = [
{ name: "React Query", url: `${basedUrl}/react-query.svg` },
{ name: "Nuqs", url: `${basedUrl}/nuqs.svg` },

// Styling & Animations
{ name: "TailwindCSS", url: `${basedUrl}/tailwind.svg` },
{ name: "Rombo", url: `${basedUrl}/rombo.svg` },
{ name: "Framer Motion", url: `${basedUrl}/framer-motion.svg` },
{ name: "Styled Components", url: `${basedUrl}/styled-components.svg` },
{ name: "Bootstrap", url: `${basedUrl}/bootstrap.svg` },


// Cloud & Hosting
{ name: "AWS", url: `${basedUrl}/aws.svg` },
{ name: "Cloudinary", url: `${basedUrl}/cloudinary.png` },
{ name: "Firebase", url: `${basedUrl}/firebase.svg` },
{ name: "Vercel", url: `${basedUrl}/vercel.svg` },
{ name: "Render", url: `${basedUrl}/render.svg` },
{ name: "Nginx", url: `${basedUrl}/nginx.svg` },

// UI Component Libraries
{ name: "Radix UI", url: `${basedUrl}/radix-ui.svg` },
{ name: "shadcn", url: `${basedUrl}/shadcn.svg` },
// WebRTC & Real-Time Communication
{ name: "WebRTC", url: `${basedUrl}/webrtc.svg` },
{ name: "Socket.io", url: `${basedUrl}/socket-io.svg` },

// Styling & Animations
{ name: "TailwindCSS", url: `${basedUrl}/tailwind.svg` },
{ name: "Three.JS", url: `${basedUrl}/threejs-1.svg` },
{ name: "Rombo", url: `${basedUrl}/rombo.svg` },
{ name: "Framer Motion", url: `${basedUrl}/framer-motion.svg` },
{ name: "Styled Components", url: `${basedUrl}/styled-components.svg` },
{ name: "Bootstrap", url: `${basedUrl}/bootstrap.svg` },

// Payment Systems
{ name: "Stripe", url: `${basedUrl}/stripe.svg` },
{ name: "Razorpay", url: `${basedUrl}/razorpay.svg` },

// UI Component Libraries
{ name: "Radix UI", url: `${basedUrl}/radix-ui.svg` },
{ name: "shadcn", url: `${basedUrl}/shadcn.svg` },


// Authentication & Authorization
{ name: "JWT", url: `${basedUrl}/jwt.svg` },
{ name: "OAuth", url: `${basedUrl}/oauth.svg` },
Expand All @@ -363,14 +369,9 @@ export const technologies: Tech[] = [
{ name: "Axios", url: `${basedUrl}/axios.svg` },
{ name: "React Form", url: `${basedUrl}/react-hook-form.svg` },
{ name: "Joi", url: `${basedUrl}/joi.svg` },
{ name: "Zod", url: `${basedUrl}/zod.svg` },
{ name: "Postman", url: `${basedUrl}/postman.svg` },

// WebRTC & Real-Time Communication
{ name: "WebRTC", url: `${basedUrl}/webrtc.svg` },
{ name: "Socket.io", url: `${basedUrl}/socket-io.svg` },

// 3D & Visuals
{ name: "Three.JS", url: `${basedUrl}/threejs-1.svg` },
{ name: "Thunder Client", url: `${basedUrl}/thunder-client.png` },

// AI & Analytics
{ name: "Google AI", url: `${basedUrl}/google-ai.svg` },
Expand All @@ -394,9 +395,6 @@ export const technologies: Tech[] = [

// Legacy Support
{ name: "jQuery", url: `${basedUrl}/jquery.svg` },

// Miscellaneous
{ name: "V0", url: `${basedUrl}/v0.svg` }
];


Expand Down
Binary file added public/assets/tech/cloudinary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/tech/thunder-client.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 0 additions & 26 deletions public/assets/tech/v0.svg

This file was deleted.

Binary file added public/assets/tech/zod.png
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 568afb4

Please sign in to comment.