@@ -4,50 +4,56 @@ function Skill() {
44
55 const skillSets = [
66 {
7- skill : 'Frontend Development ' ,
8- skill_list : [ 'HTML' , 'CSS' , 'JavaScript' , 'React' ] ,
7+ skill : 'Fullstack development (web) ' ,
8+ skill_list : [ 'HTML' , 'CSS' , 'JavaScript' , 'React.js' , 'Python' , 'Django' , 'Django REST Framework' , 'MySQL' , 'SQLite' , 'RDBMS '] ,
99 key_points : (
1010 < ul >
11- < li > Certified < a href = "" > Frontend Developer</ a > by HackerRank.</ li >
12- < li > Certified in < a href = "" > HTML</ a > , < a href = "" > CSS</ a > , < a href = "" > JavaScript</ a > , and < a href = "" > React.js</ a > .</ li >
13- < li > Developed projects such as SharToDo, DarkCloud, and TicTacToe.</ li >
14- </ ul >
15- )
16- } ,
17- {
18- skill : 'Backend Development' ,
19- skill_list : [ 'Python' , 'Django' , 'Django REST Framework' ] ,
20- key_points : (
21- < ul >
22- < li > Developed and optimized RESTful APIs using Django REST Framework for scalable web applications.</ li >
23- < li > Integrated third-party services and APIs into backend systems, enhancing functionality and efficiency.</ li >
24- < li > Implemented secure authentication and authorization mechanisms with Django, ensuring data privacy and user access control.</ li >
11+ < li > Proficient in both frontend and backend technologies, including HTML, CSS, JavaScript, React.js, Python, Django, and Django REST Framework.</ li >
12+ < li > Developed and maintained multiple full-stack web applications, ensuring seamless integration between frontend and backend components.</ li >
13+ < li > Implemented responsive design principles to enhance user experience across various devices.</ li >
14+ < li > Designed and managed relational databases with MySQL and SQLite.</ li >
15+ < li > Optimized database queries and indexing to improve performance and scalability.</ li >
16+ < li > Ensured data integrity and security through effective RDBMS management practices.</ li >
2517 </ ul >
2618 )
2719 } ,
2820 {
29- skill : 'Database Management ' ,
30- skill_list : [ 'MySQL ' , 'SQLite ' , 'RDBMS ' ] ,
21+ skill : 'Data Structures & Algorithms ' ,
22+ skill_list : [ 'Arrays ' , 'Linked Lists ' , 'Stacks' , 'Queues' , 'Trees' , 'Graphs' , 'Hash Tables' , 'Sorting' , 'Searching' , 'Dynamic Programming' , 'Recursion' , 'Problem Solving '] ,
3123 key_points : (
3224 < ul >
33- < li > Designed and managed relational databases with MySQL and SQLite.</ li >
34- < li > Optimized database queries and indexing to improve performance and scalability.</ li >
35- < li > Ensured data integrity and security through effective RDBMS management practices.</ li >
25+ < li > Strong understanding of core data structures such as arrays, linked lists, stacks, queues, trees, and graphs.</ li >
26+ < li > Experienced in implementing and optimizing sorting and searching algorithms.</ li >
27+ < li > Proficient in solving algorithmic problems using recursion and dynamic programming techniques.</ li >
28+ < li > Regularly practice and participate in coding challenges to enhance problem-solving skills.</ li >
29+ < li > Ability to analyze time and space complexity for efficient code design.</ li >
30+ < li > < a href = 'https://leetcode.com/u/jitendra-ky/' > LeetCode< sup > ↗</ sup > </ a > </ li >
3631 </ ul >
3732 )
3833 } ,
3934 {
40- skill : 'Data Science' ,
41- skill_list : [ 'NumPy' , 'Pandas' , 'Matplotlib' ] ,
35+ skill : "Other Tools & Technologies" ,
36+ skill_list : [
37+ 'Git' , 'GitHub' , 'Docker' , 'Linux' , 'Agile Methodologies' ,
38+ 'REST API' , 'Microsoft Azure' , 'CI/CD Pipelines' ,
39+ 'GitHub Actions' , 'Firebase' , 'GitHub Copilot'
40+ ] ,
4241 key_points : (
4342 < ul >
44- < li > Analyzed large datasets using NumPy and Pandas for data manipulation and processing.</ li >
45- < li > Visualized data trends and patterns with Matplotlib for insightful presentations.</ li >
46- < li > Developed machine learning models to predict outcomes based on data analysis.</ li >
43+ < li > Git & GitHub : Learned for managing codebases and enabling collaborative development in team projects . </ li >
44+ < li > Docker: To containerize apps for consistent development-to-deployment workflows.</ li >
45+ < li > Linux: For developing and deploying apps in a fast, secure, and resource-efficient environment.</ li >
46+ < li > Agile Methodologies: To follow iterative development and improve project delivery through sprints.</ li >
47+ < li > REST API: Learned to build and consume APIs for seamless frontend-backend integration.</ li >
48+ < li > Microsoft Azure: For deploying, scaling, and managing apps in the cloud efficiently.</ li >
49+ < li > CI/CD Pipelines: To automate testing and deployment, ensuring faster and safer releases.</ li >
50+ < li > GitHub Actions: To automate workflows like linting, testing, and deploying directly from GitHub.</ li >
51+ < li > Firebase: Used for real-time database, authentication, and hosting in full-stack projects.</ li >
52+ < li > GitHub Copilot: For speeding up development and reducing boilerplate with AI-powered code suggestions.</ li >
4753 </ ul >
4854 )
4955 }
50- ] ;
56+ ] ;
5157
5258
5359 const skillItems = skillSets . map ( ( skillSet , index ) => (
0 commit comments