Skip to content

Commit

Permalink
fix: coding label
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed Mar 6, 2024
1 parent 96f8c46 commit 9924eb8
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 56 deletions.
4 changes: 2 additions & 2 deletions src/components/Section6Skill.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ const skillList = Object.keys(experience.skill)
<div class="col-lg-27 col-md-25 col-sm-36">
<div class="row">
{skillList.map((e:string) => (
<div class="col-md-18 skill-list">
<div class="col-md-36 skill-list">
<h3 class="mb-1">{e}</h3>
<ul class="pb-3">
{experience.skill[e].map((l:any) => (<li>{l}</li>))}
{experience.skill[e].filter((e:string) => !['hack'].includes(e.toLowerCase())).sort().map((l:any) => (<li>{l}</li>))}
</ul>
</div>
))}
Expand Down
64 changes: 32 additions & 32 deletions src/i18n/coding.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
{
"total": 220,
"total": 219,
"private": 3,
"public": 217,
"public": 216,
"languages": [
"JavaScript",
"Dockerfile",
"Ruby",
"HTML",
"PHP",
"TSQL",
"CSS",
"Hack",
"Ruby",
"Shell",
"C++",
"Astro",
"TypeScript",
"SCSS",
"Svelte",
"Go",
"Dockerfile",
"Python",
"Liquid",
"Batchfile",
"Vue",
"TypeScript",
"Stylus",
"PHP",
"Hack",
"Python",
"C++",
"C#",
"SCSS",
"Kotlin",
"Swift",
"Objective-C",
"Dart",
"CMake",
"Swift",
"C",
"Kotlin",
"Objective-C",
"PowerShell",
"Stylus",
"TSQL",
"Astro",
"VBScript",
"Rust",
"AutoHotkey",
"Batchfile",
"Mathematica",
"Makefile",
"Svelte",
"Rust",
"Mathematica",
"SuperCollider",
"Smarty",
"DataWeave",
"VBScript",
"PowerShell",
"Java",
"Visual Basic",
"CoffeeScript",
"Liquid",
"ApacheConf",
"Smarty",
"Visual Basic",
"DataWeave",
"Jupyter Notebook",
"Procfile",
"CoffeeScript",
"M4",
"Nix",
"Procfile",
"Jsonnet",
"EJS",
"Jsonnet"
"Nix"
],
"commits": 3670,
"commits": 3453,
"experience": "2013-04-29T00:00:00.000+07:00",
"updated": "2023-04-02T12:44:50.863Z",
"updated": "2024-03-06T10:15:42.843Z",
"weekly_seconds": 7317.49946,
"average_seconds": 7058.645887263014,
"best_seconds": 44422.207450999995,
Expand Down
172 changes: 150 additions & 22 deletions src/i18n/experience.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,97 @@
{
"birthday": "1988-09-30T07:00:00.000+07:00",
"interview": false,
"currencry": {
"ccy": "USD",
"sell": 36.06,
"buy": 35.44
},
"salary": {
"base": 71950,
"expect": 120000,
"day": 30,
"day": 20,
"hour": 8
},
"coding": {
"bytes": {
"JavaScript": 13857111,
"Vue": 1535069,
"HTML": 10687799,
"Swift": 18084,
"Ruby": 132026,
"Objective-C": 2024,
"Go": 3729051,
"Dockerfile": 99123,
"CSS": 2331048,
"Svelte": 12484,
"Shell": 667345,
"TypeScript": 4878159,
"Makefile": 39512,
"Procfile": 27,
"SCSS": 206246,
"C#": 2595093,
"Astro": 95835,
"Rust": 44924,
"PHP": 1489136,
"Hack": 5160,
"Dart": 102591,
"C++": 5751568,
"CMake": 174858,
"C": 104777,
"Kotlin": 1396286,
"Python": 570796,
"Stylus": 41761,
"TSQL": 31522,
"Batchfile": 13892,
"Smarty": 20650,
"DataWeave": 1965,
"AutoHotkey": 9809376,
"Mathematica": 581462,
"SuperCollider": 73,
"VBScript": 562,
"Java": 138019,
"CoffeeScript": 77805,
"ApacheConf": 332,
"PowerShell": 9639,
"Jupyter Notebook": 26519942,
"Visual Basic": 225787,
"M4": 19093,
"EJS": 64715,
"Jsonnet": 7419,
"Nix": 243,
"Liquid": 686
},
"top5": [
{ "caption": "JavaScript", "commits": 3941, "loc": 782828 },
{ "caption": "CSS", "commits": 1247, "loc": 751121 },
{ "caption": "HTML", "commits": 670, "loc": 343673 },
{ "caption": "C#", "commits": 349, "loc": 1391018 },
{ "caption": "Shell", "commits": 307, "loc": 390 },
{ "caption": "SQL", "commits": 156, "loc": 81635 }
{
"caption": "JavaScript",
"commits": 3941,
"loc": 782828
},
{
"caption": "CSS",
"commits": 1247,
"loc": 751121
},
{
"caption": "HTML",
"commits": 670,
"loc": 343673
},
{
"caption": "C#",
"commits": 349,
"loc": 1391018
},
{
"caption": "Shell",
"commits": 307,
"loc": 390
},
{
"caption": "SQL",
"commits": 156,
"loc": 81635
}
],
"best_languages": "Vue.js",
"day_of_year": 315
Expand Down Expand Up @@ -59,26 +136,77 @@
],
"skill": {
"coding": [
"Golang",
"Nodejs",
"Vue",
"SCSS",
"SecureShell",
"YAML",
"Dockerfile",
"ApacheConf",
"Astro",
"AutoHotkey",
"Batchfile",
"C",
"C#",
"VB"
"C++",
"CMake",
"CSS",
"CoffeeScript",
"Dart",
"DataWeave",
"Dockerfile",
"EJS",
"Go",
"HTML",
"Hack",
"Java",
"JavaScript",
"Jsonnet",
"Jupyter Notebook",
"Kotlin",
"Liquid",
"M4",
"Makefile",
"Mathematica",
"Nix",
"Objective-C",
"PHP",
"PowerShell",
"Procfile",
"Python",
"Ruby",
"Rust",
"SCSS",
"Shell",
"Smarty",
"Stylus",
"SuperCollider",
"Svelte",
"Swift",
"TSQL",
"TypeScript",
"VBScript",
"Visual Basic",
"Vue"
],
"tools": [
"Astro",
"Svelte",
"Postman",
"Insomnia",
"Git",
"VSCode",
"Kubernates",
"K3s",
"K0s",
"Docker",
"Postman",
"Vite",
"Nextjs"
"Tableplus",
"DBWeaver",
"Microsoft SQL Studio",
"Anypoint Studio",
"Android Studio",
"Visual Studio",
"Jira",
"Confluence",
"Github",
"Gitlab",
"Teleport",
"GoCD",
"MS TEAM",
"Discord",
"Slack"
],
"SQL & NOSQL": [
"PostgreSQL",
Expand Down Expand Up @@ -113,7 +241,7 @@
"label": "twitter",
"url": "https://twitter.com/dvgamerr",
"text": "dvgamerr",
"icon": "twitter"
"icon": "twitter"
},
{
"print": false,
Expand Down Expand Up @@ -160,4 +288,4 @@
"icon": "email"
}
]
}
}

0 comments on commit 9924eb8

Please sign in to comment.