From 8264316a286e4f30a0bfe49596ace62cb796fa94 Mon Sep 17 00:00:00 2001 From: PRIYADARSAN S Date: Fri, 9 Aug 2024 03:49:11 +0530 Subject: [PATCH] experience brief content #13 updated --- action/dist/fetch-data.js | 2 +- app/src/components/experience.tsx | 99 ++++++++++++++++++++++++++++--- app/src/components/home.tsx | 4 +- 3 files changed, 95 insertions(+), 10 deletions(-) diff --git a/action/dist/fetch-data.js b/action/dist/fetch-data.js index 71146a3..e4ace5f 100644 --- a/action/dist/fetch-data.js +++ b/action/dist/fetch-data.js @@ -283,7 +283,7 @@ async function getTotalContributions(userName) { return totalContributions; } async function main() { - const userName = "iamspdarsan"; + const userName = "darsan-in"; let ungroupedMeta = []; try { ungroupedMeta = await getReposMeta(userName); diff --git a/app/src/components/experience.tsx b/app/src/components/experience.tsx index 04a51d7..a6f5e3b 100644 --- a/app/src/components/experience.tsx +++ b/app/src/components/experience.tsx @@ -16,10 +16,85 @@ const experiences = [ ), company_name: "Cresteem", job_title: "Founder & Software Engineer", - job_description: - "As the founder and software engineer at Cresteem, I initiated the development of open-source projects like Hawk JS, Richie JS, and Minomax, specializing in web development and SEO. Our vision is to enhance web development and digital marketing efficiency through our automated tools. These projects, released on npm and GitHub, highlight my expertise in managing the entire software lifecycle from development to production. With a solid grasp of software licensing and operational strategies as a company founder, I successfully led a dedicated team of three members.", + job_description: ( +
+

+ My journey in software development is anchored in a commitment to + innovation and excellence. As the founder and lead engineer at + Cresteem, I spearheaded the creation of cutting-edge projects + aimed at enhancing web development, search engine optimization, + and productivity. My leadership and technical skills were pivotal + in mentoring a team to develop impactful web solutions, such as + landing pages, blogging platforms, and web crawlers, while also + imparting valuable knowledge in SEO and continuous integration + through GitHub Actions. +

+ +

+ Facing the challenges of a startup environment, I embraced + automation and rapidly expanded my portfolio, single-handedly + developing over 10 projects. Notable among these are{" "} + + Hawk JS + + ,{" "} + + Richie JS + + ,{" "} + + Minomax + + ,{" "} + + BONSE + + ,{" "} + + Div.js + + , and{" "} + + Fastimage & API + + —tools specifically designed to optimize web development and + search engine processes. My approach encompasses the entire + software lifecycle, from initial development and rigorous testing + to seamless deployment and continuous maintenance, all executed + with efficiency and precision through agile methodologies. +

+ +

+ Driven by a visionary goal, I am working on creating a fully + autonomous digital robot capable of executing complex web + development tasks based solely on user requirements. This + ambitious project ties together my extensive experience and + diverse skill set in full-stack development, SEO, productivity + enhancement, and continuous integration. +

+ +

+ With a proven track record of delivering high-impact solutions, I + am eager to bring my expertise to a leading technology company or + to collaborate with entrepreneurs seeking innovative, automated + solutions. +

+
+ ), job_type: "Full-time", - location: "IN, TN, Nagapattinam", + location: "Remote", path: "https://cresteem.com", duration: experienceDuration("01-01-2023"), }, @@ -33,12 +108,22 @@ const experiences = [ ), company_name: "Bluekode Solutions", job_title: "Full Stack Developer", - job_description: - "During my internship at Bluekode Solutions, I spearheaded a dynamic team in crafting an innovative Online Billing Management System. Leveraging Django, JavaScript, and MySQL, we streamlined processes and enhanced user interaction, ensuring seamless integration and optimal performance. This experience fortified my leadership and technical skills, preparing me to drive impactful solutions in future endeavors.", + job_description: ( +

+ During my month-long internship at BlueKode Technology, I led a + team of three in developing an Online Billing Management System for + enterprises. Utilizing Python and Django, along with JavaScript and + MySQL, we created a robust solution that streamlined billing + processes and improved user experience. This role honed my + leadership abilities and technical skills, laying a strong + foundation for delivering innovative solutions in my future + projects. +

+ ), job_type: "Intern", location: "IN, TN, Coimbatore", path: "https://www.bluekode.com", - duration: "2 Months", + duration: "1 Month", }, ]; @@ -57,7 +142,7 @@ export default () => ( -
+
    {experiences.map((item, idx) => (
-
+
Profile picture of PRIYADARSAN S / darsan-in