-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
804 lines (719 loc) · 32 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
baseURL: "https://zaphkiel.netlify.app/"
languageCode: "en-us"
title: "Prakash's Portfolio"
theme: hugo-profile
# relativeURLs: true
canonifyURLs: true
outputs:
home:
- "HTML"
- "RSS"
- "JSON"
page:
- "HTML"
- "RSS"
Paginate: 3
enableRobotsTXT: true
# disqusShortname: your-disqus-shortname
# googleAnalytics: G-MEASUREMENT_ID
markup:
goldmark:
renderer:
unsafe: true
Menus:
main:
- identifier: blog
name: Blog
title: Blog posts
url: /blogs
weight: 1
- identifier: gallery
name: Gallery
title: Blog posts
url: /gallery
weight: 2
#Dropdown menu
# - identifier: dropdown
# title: Example dropdown menu
# name: Dropdown
# weight: 3
# - identifier: dropdown1
# title: example dropdown 1
# name: example 1
# url: /#
# parent: dropdown
# weight: 1
# - identifier: dropdown2
# title: example dropdown 2
# name: example 2
# url: /#
# parent: dropdown
# weight: 2
params:
title: "Portfolio"
description: This is portfolio website for Prakash Sahu
# staticPath: "" # The path to serve the static files from
favicon: "/fav.png"
# Whether to serve bootstrap css and js files from CDN or not. Can be set to true, "css" or "js" to choose between
# serving both, only the css, or only the js files through the CDN. Any other value will make so that CDN is not used.
# Note the lack of "" in true, it should be of boolean type.
useBootstrapCDN: false
# If you want to load dynamically responsive images from Cloudinary
# This requires your images to be uploaded + hosted on Cloudinary
# Uncomment and change YOUR_CLOUD_NAME to the Cloud Name in your Cloudinary console
# cloudinary_cloud_name: "YOUR_CLOUD_NAME"
# Whether the fade animations on the home page will be enabled
animate: true
theme:
# disableThemeToggle: true
# defaultTheme: "light" # dark
font:
fontSize: 1rem # default: 1rem
fontWeight: 400 # default: 400
lineHeight: 1.5 # default: 1.5
textAlign: left # default: left
# color preference
# color:
# textColor:
# secondaryTextColor:
# backgroundColor:
# secondaryBackgroundColor:
# primaryColor:
# secondaryColor:
# darkmode:
# textColor:
# secondaryTextColor:
# backgroundColor:
# secondaryBackgroundColor:
# primaryColor:
# secondaryColor:
# If you want to customize the menu, you can change it here
navbar:
align: ms-auto # Left: ms-auto | center: mx-auto | right: me-auto | Default: ms-auto
brandLogo: "/logo.png" # Logo for the brand | default is the favicon variable
# showBrandLogo: false # Show brand logo in nav bar | default is true
brandName: "Prakash Sahu" # Brand name for the brand | default is the title variable
disableSearch: false
menus:
disableAbout: false
disableExperience: false
disableEducation: false
disableProjects: false
disableAchievements: false
disableContact: false
# Hero
hero:
enable: true
intro: "Hi, I'm"
title: "Prakash."
subtitle: "A DevOps Engineer."
content: |-
My primary mission is to orchestrate the perfect synergy between development and operations.
I utilize a wide range of cutting-edge technologies for strategic implementation of DevOps processes and tools,
ensuring seamless and flawless Devlopment & operations that exceed expectations.
image: https://i.imgur.com/6ZGl7Tl.jpg
bottomImage:
enable: true
# roundImage: true # Make hero image circular | default false
button:
enable: true
name: "Latest Resume"
url: "https://flowcv.com/resume/om908lwaqp"
download: true
newPage: true
socialLinks:
fontAwesomeIcons:
- icon: fab fa-github
url: https://github.com/Prakash4844
# - icon: fab fa-twitter
# url: https://twitter.com/Prakash53574940
customIcons:
# - icon: /fav.png
# url: "https://example.com"
# About
about:
enable: true
title: "About Me"
image: "/images/me.png"
content: |-
I am a DevOps Engineer and software developer, I bridge the gap between development and operations to
streamline software delivery and enhance system reliability. With a solid foundation in computer science,
I thrive at the intersection of technology and efficiency.
I have dedicated myself to projects that not only involve coding but also optimizing deployment pipelines,
automating processes, and ensuring the seamless operation of software systems.
One of my ongoing initiatives involves helping individuals become well-versed in GNU/Linux-based operating
systems, showcasing how DevOps principles can empower efficient system management. My goal is to continue
exploring the dynamic world of DevOps and harnessing its potential to create robust and scalable software
solutions.
skills:
enable: true
title: "Here are a few technologies I've been working with recently:"
items:
- "Python"
- "git and GitHub"
- "GitHub Action"
- "Docker/Podman"
- "Microsoft Azure"
- "Bash"
- "Agile"
- "HTML/CSS"
- "JavaScript"
- "Hugo"
- "PHP"
- "Java"
- "Linux"
- "Windows"
- "C#"
- "C/C++"
- "NGINX"
- "RegEx"
- "Unity Engine"
- "Unreal"
# - "Example"
# Experience
experience:
enable: true
# title: "Custom Name"
items:
- job: "Associate Site Reliability Engineer"
company: "Workspan"
companyUrl: "https://www.workspan.com/"
date: "Oct 2023 - Present"
featuredLink:
enable: true
url: "https://www.linkedin.com/in/prakash4844/"
info:
enable: true
content: Site reliability engineering (SRE) is the practice of using software tools to automate IT infrastructure tasks such as system management and application monitoring.
content: |
Maintaining the reliability and performance of production systems in an organization. Bridging the gap between development and IT operations by taking on operational tasks and responsibilities typically handled by operations teams.
- job: "Microsoft Future Ready Internship"
company: "Microsoft"
companyUrl: "https://www.microsoft.com/en-in"
date: "jul 2023 - Sep 2023"
featuredLink:
enable: true
url: "https://www.linkedin.com/in/prakash4844/"
info:
enable: true
content: Future Ready Talent, a virtual internship that teaches you today's most in-demand digital skills and connects you to future employment opportunities.
content: |
MS Future Ready Internship offers cutting-edge opportunities for students to gain hands-on experience in emerging technologies, fostering innovation and preparing them for future careers.
- MS Future Ready Internship: Gain practical experience in cutting-edge technologies, preparing you for future career success.
- Collaborate with industry experts, work on real-world projects, and develop a strong professional network.
- Access exclusive resources, mentorship, and training opportunities to enhance your skills and accelerate your career growth.
- job: "Python Developer Internship"
company: "Code Clause"
companyUrl: "https://codeclause.com/"
date: "Apr 2023 - jun 2023"
featuredLink:
enable: true
url: "https://www.linkedin.com/in/prakash4844/"
info:
enable: true
content: Worked Python developer intern in Code Clause.
content: |
Python developer at [Code Clause](https://codeclause.com/) in pune, remotely. I am currently working on project that use various python modules such as tkinter, customtinkter, pyperclip, py to exe etc.
- Created a Random Password generator with custom length and characters with modern GUI.
- working on Calcultor that uses event-listners with modern GUI.
- job: "Technical Content Writer internship"
company: "C-sharp Corner"
companyUrl: "https://www.c-sharpcorner.com/"
date: "mar 2022 - apr 2022"
featuredLink:
enable: true
name: "View the profile"
url: "https://www.c-sharpcorner.com/members/prakash-kumar90"
content: "Worked as a Technical Content Writer intern at [C# Corner.](https://www.c-sharpcorner.com/) in Ghaziabad, UP. I wrote on technologies like Visual Studio/code, Graphic Programming and BGI."
#
# - job: "Junior Software Developer"
# company: "Apple"
# companyUrl: "https://example.com"
# date: "Jan 2020 - Aug 2020"
# info:
# enable: false
# featuredLink:
# enable: true
# url: "https://example.com"
# content: |
# I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city.
# - Lead backend developer for a product.
# - Created a frontend design for a product.
# - job: "Product Designer"
# company: "Google"
# companyUrl: "https://example.com"
# date: "Feb 2016 - Mar 2017"
# content: "I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city."
# Education
education:
enable: true
# title: "Custom Name"
index: false
items:
- title: "Bachelor of Computer Applications"
school:
name: "Chaudhary Charan Singh University (formerly, Meerut University), meerut"
url: "https://www.ccsuniversity.ac.in/ccsum/"
date: "2020 - 2023"
GPA: "3.9 out of 5.0"
content: |-
Extracurricular Activities
- Organized a campus wide LAN Gaming Tournament(20+ Servers).
- Volunteered at various campus organized events.
- Participated on a state level compitition
# - title: "Bachelor of Science in Computer Science"
# school:
# name: "Massachusetts Institute of Technology"
# url: "https://example.org"
# date: "2009 - 2013"
# GPA: "3.9 out of 5.0"
# content: |-
# I Publiced two papers in the ACM SIGCHI Conference on Artificial Intelligence.
# - [Fast and Accurate Object Detection with a Single Convolutional Neural Network](https://example.com)
# - Face mask detection using a single convolutional neural network.
#
# Extracurricular Activities
# - Lorem ipsum dolor sit amet consectetur adipisicing elit.
# - Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique.
# featuredLink:
# enable: true
# name: "My academic record"
# url: "https://example.com"
# Achievements
achievements:
enable: true
title: "Certifications and Badges"
items:
- title: DevOps, Cloud, and Agile Foundations Specialization
content: Provided by IBM, Through Coursera.
image: images/Achievements/IBM-Specialization-Devops,cloud,agile.webp
url: https://www.coursera.org/account/accomplishments/specialization/certificate/ZX8BJVA2SCLH
- title: Application Development using Microservices and Serverless
content: Provided by IBM Through coursera.
image: images/Achievements/IBM_Application-Microservices.webp
url: https://www.coursera.org/account/accomplishments/certificate/ZFJZ5JEQ3HQP
- title: Introduction to Containers w/ Docker, Kubernetes & OpenShift
content: Provided by IBM Through coursera.
image: images/Achievements/IBM_Container_Docker_k8_openshift.webp
url: https://www.coursera.org/account/accomplishments/certificate/F2V78YRKDC8H
- title: Developing AI Applications with Python and Flask
content: Provided by IBM Through coursera.
image: images/Achievements/IBM_AI_app_with_flask.webp
url: https://www.coursera.org/account/accomplishments/certificate/QUKT66RB9NVH
- title: Python for Data Science, AI & Development
content: Provided by IBM Through coursera.
image: images/Achievements/IBM-Py-for-DS-AI-&_Develop.webp
url: https://www.coursera.org/account/accomplishments/certificate/NHKBH4U28G9B
- title: Getting Started with Git and GitHub
content: Provided by IBM Through coursera.
image: images/Achievements/IBM-Getting_Started_with_Git_and_GitHub.webp
url: https://www.coursera.org/account/accomplishments/certificate/W3U5BWXWDK47
- title: Hands-on Introduction to Linux Commands and Shell Scripting
content: Provided by IBM Through coursera.
image: images/Achievements/IBM_Intro_linux_Shell.webp
url: https://www.coursera.org/account/accomplishments/certificate/ZY3M274N9K72
- title: Introduction to Software Engineering
content: Provided by IBM Through coursera.
image: images/Achievements/IBM-Intro-to-Software-Eng.webp
url: https://www.coursera.org/account/accomplishments/certificate/9T7GVSAE9PL3
# - title: Introduction to Agile Development and Scrum
# content: Provided by IBM, Through Coursera.
# image: images/Achievements/IBM-Intro-to-Agile-&-Scrum.webp
# url: https://www.coursera.org/account/accomplishments/certificate/7DCHLVEDPVQC
# - title: Introduction to Cloud Computing
# content: Provided by IBM Through coursera.
# image: images/Achievements/IBM-Intro-to-cloud-computing.webp
# url: https://www.coursera.org/account/accomplishments/certificate/BFW2XQYJNEBD
# - title: Introduction to DevOps
# content: Provided by IBM Through coursera.
# image: images/Achievements/IBM-Intro-to-Devops.webp
# url: https://www.coursera.org/account/accomplishments/certificate/NY38BR4KKGYN
- title: Introduction to Software, Programming, and Databases.
content: Provided by IBM Through coursera.
image: images/Achievements/IBM-Intro-to-software-programming-&-Database.webp
url: https://www.coursera.org/account/accomplishments/certificate/WBJDS474JQJZ
- title: Introduction to Hardware and Operating Systems
content: Provided by IBM Through coursera.
image: images/Achievements/IBM-Intro-to-Hardware-and-OS.webp
url: https://www.coursera.org/account/accomplishments/certificate/Y54BGDEG5RSN
- title: Version Control with Git
content: Provided by Atlassian Through coursera.
image: images/Achievements/Atlassian-Version-control-with-git.webp
url: https://www.coursera.org/account/accomplishments/certificate/3TVV2EZPD38Y
- title: Version Control
content: Provided by META Through coursera.
image: images/Achievements/META-Version-Control.webp
url: https://www.coursera.org/account/accomplishments/certificate/ZAS8ADC4764A
- title: Game Design and Development 1
content: Provided by Michigan State University Through coursera.
image: images/Achievements/Michigan-state-uni-Gamedev-1.webp
url: https://www.coursera.org/account/accomplishments/certificate/YH3JHX2T5NAD
- title: Psychological first aid
content: Provieded by Johns Hopkins University Through coursera.
image: images/Achievements/John_hopkins-Psychological_first_aid.webp
url: https://www.coursera.org/account/accomplishments/certificate/RK5PE3GSNEHT
- title: Python Complete Course For Beginners
content: Provided by Horizon Tech Through Udemy.
image: images/Achievements/Udemy-Py_complete.webp
url: https://ude.my/UC-ddff9a4a-38f9-4283-92b6-7644f615c4dd
- title: EF SET
content: Provided by EF SET, English Level C1 Advanced.
image: images/Achievements/EFset-21-jul-2021.webp
url: https://www.efset.org/cert/i832x9
# Credly Badges starts here
- title: Application Development using Microservices and Serverless
content: Provided by IBM, Issued by Coursera Through Credly.
image: images/Achievements/credly_badge/application-development-using-microservices-and-serverless.webp
url: https://www.credly.com/badges/f71b8efe-1386-4f24-a0bb-81b0a1e87fc1/public_url
- title: Containers & Kubernetes Essentials
content: Provided by IBM, Issued by Coursera Through Credly.
image: images/Achievements/credly_badge/containers-kubernetes-essentials.1.webp
url: https://www.credly.com/badges/298a45b3-214b-4fb4-a962-8f3eb72130e7/public_url
- title: Python for Data Science and AI
content: Provided by IBM, Issued by Coursera Through Credly.
image: images/Achievements/credly_badge/python-for-data-science-and-ai.webp
url: https://www.credly.com/badges/ce2221b0-d1a3-4a2d-8239-f3dffd91948b/public_url
- title: Linux Commands & Shell Scripting Essentials V2
content: Provided by IBM, Issued by Coursera Through Credly.
image: images/Achievements/credly_badge/linux-commands-shell-scripting-essentials-v2.webp
url: https://www.credly.com/badges/2c3ca3c7-314a-4694-a8e2-29d17051240a/public_url
- title: Git and GitHub Essentials
content: Provided by IBM, Issued by Coursera Through Credly.
image: images/Achievements/credly_badge/git-and-github-essentials.webp
url: https://www.credly.com/badges/658f444b-98a6-4413-b3c3-533621185af8/public_url
- title: Software Engineering Essentials
content: Provided by IBM, Issued by Coursera Through Credly.
image: images/Achievements/credly_badge/software-engineering-essentials.webp
url: https://www.credly.com/badges/6bd0007d-1114-478d-871e-828c8029edf2/public_url
- title: Introduction to Cloud Computing
content: Provided by IBM, Issued by Coursera Through Credly.
image: images/Achievements/credly_badge/introduction-to-cloud-computing.webp
url: https://www.credly.com/badges/c33579fb-d9ce-4542-a160-12f6ab95b374/public_url
- title: DevOps Essentials
content: Provided by IBM, Issued by Coursera Through Credly.
image: images/Achievements/credly_badge/devops-essentials.2.webp
url: https://www.credly.com/badges/9811055c-dd3f-4edd-874a-04e650238060/public_url
- title: Software, Programming, and Database Essentials
content: Provided by IBM, Issued by Coursera Through Credly.
image: images/Achievements/credly_badge/software-programming-and-database-essentials.webp
url: https://www.credly.com/badges/5e1bd711-131f-4b9b-b213-e0ed5846c807/public_url
- title: Hardware and Operating Systems Essential
content: Provided by IBM, Issued by Coursera Through Credly.
image: images/Achievements/credly_badge/hardware-and-operating-system-essentials.webp
url: https://www.credly.com/badges/2cb094fc-fc69-4872-8d74-f84c87fafa4e/public_url
# projects
projects:
enable: true
# title: "Custom Name"
items:
- title: Let's Learn Linux
content: |
Let's Learn Linux is the perfect starting point! This user-friendly website offers a wealth of
resources for beginners, on Linux basics, automation, bash, POSIX, systemd, and more.
With Let's Learn Linux, you'll gain the skills and confidence you need to navigate this
powerful operating system like a pro. So why wait? Checkout the website now!!! be a Linux
learners today and unlock your full potential!
image: images/projects/Let-s-Learn-Linux.png
featured:
name: Website
link: https://prakash4844.github.io/Let-s-Learn-Linux/
badges:
- "Hugo"
- "Bootstrap"
- "Javascript"
- "Hugo Quizdown"
- "Linux Journey"
links:
- icon: fa fa-envelope
url: mailto:[email protected]
- icon: fab fa-github
url: https://github.com/Prakash4844/Let-s-Learn-Linux
# - icon: fab fa-twitter
# url: https://twitter.com/intent/tweet?text=Check+it+out:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile
- title: "TIT: Tit Information Tracker"
content: |
TIT - A Distributed Version Control System in Python. an Open Source project covered by the GNU General Public License.
image: images/projects/tit_logo_nobg.png
featured:
name: See Project
link: mailto:[email protected]
link: https://github.com/Prakash4844/tit
badges:
- "Python"
- "Git"
- "Version Control"
- "VCS"
- "CLI"
links:
- icon: fa fa-envelope
url: mailto:[email protected]
- icon: fab fa-github
url: https://github.com/Prakash4844/tit
# - icon: fab fa-twitter
# url: https://twitter.com/intent/tweet?text=Check+it+out:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile
- title: GitHub Streak Maintainer
content: |
Break free from the burden of maintaining your GitHub streak manually! Introducing 'GitHub streak maintainer'.
Say goodbye to missed days and hello to an effortless streak. With everything automated, this innovative project ensures
your GitHub streak stays unbroken. Let the streak remain till the end of time!
image: images/projects/Github_Streak.jpg
featured:
name: This is private project, Email me.
link: mailto:[email protected]
# link: https://github.com/Prakash4844/Github_Streak_Maintainer
badges:
- "Python"
- "Git"
- "GitHub"
- "GitHub Actions"
- "Automation"
- "CI/CD"
links:
- icon: fa fa-envelope
url: mailto:[email protected]
# - icon: fab fa-github
# url: https://github.com/Prakash4844/Github_Streak_Maintainer
# - icon: fab fa-twitter
# url: https://twitter.com/intent/tweet?text=Check+it+out:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile
- title: Get Pair Extraordinaire
content: |
Automatically generates the prestigious 'Pair Extraordinaire' achievement badge for your GitHub
profile. Showcase your exceptional pairing skills and highlight your commitment to collaborative
coding. Elevate your GitHub presence and inspire others to embrace the power of teamwork.
Join the ranks of extraordinary pairs and stand out in the open-source community.
Level up your collaboration game with 'Pair Extraordinaire'!
image: images/projects/Pair_Extraordinaire.png
featured:
name: See Project
link: https://github.com/Prakash4844/Get-Pair-Extraordinaire
badges:
- "Python"
- "Achievements"
- "Git"
- "GitHub"
- "GitHub Actions"
- "Automation"
- "CI/CD"
links:
- icon: fa fa-envelope
url: mailto:[email protected]
- icon: fab fa-github
url: https://github.com/Prakash4844/Get-Pair-Extraordinaire
# - icon: fab fa-twitter
# url: https://twitter.com/intent/tweet?text=Check+it+out:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile
- title: Calculator with GUI
content: A Easy to use Calculator made with Python using tkinter, CustomTkinter giving emphesis to lambda functions.
image: images/projects/GUI-Calc.png
featured:
name: See project
link: https://github.com/Prakash4844/CodeClause_Calculator
badges:
- "Python"
- "Tkinter"
- "CustomTkinter"
- "Calculator"
links:
- icon: fa fa-envelope
url: mailto:[email protected]
- icon: fab fa-github
url: https://github.com/Prakash4844/CodeClause_Calculator
# - icon: fab fa-twitter
# url: https://twitter.com/intent/tweet?text=Check+it+out:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile
- title: Hugo Page Generator
content: Making page in hugo is not that hard, but what if you want to make 500 pages? well it can be automated... So, i kind of did.
image: images/projects/Hugo-UI.png
featured:
name: See Project
link: https://github.com/Prakash4844/Hugo_Pages_Generator
badges:
- "Python"
- "Tkinter"
- "CustomTkinter"
- "Hugo"
links:
- icon: fa fa-envelope
url: mailto:[email protected]
- icon: fab fa-github
url: https://github.com/Prakash4844/Hugo_Pages_Generator
# - icon: fab fa-twitter
# url: https://twitter.com/intent/tweet?text=Check+it+out:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile
- title: Random Password Generator with Modern GUI
content: A Easy to use Random Password Generator made with Python using tkinter, CustomTkinter and pyperclip to generate secure password.
image: images/projects/RPG.png
featured:
name: See Project
link: https://github.com/Prakash4844/CodeClause_Random_Password_Generator
badges:
- "Python"
- "Tkinter"
- "CustomTkinter"
- "PyperClip"
- "Random Password Generator"
links:
# - icon: fa fa-envelope
# url: mailto:[email protected]
- icon: fab fa-github
url: https://github.com/Prakash4844/CodeClause_Random_Password_Generator
- title: Dressingnity E-Commerce Site
content: Dressingnity E-Commerce Site made with HTML, CSS, Bootstrap, PHP and SQLite. project for college.
image: https://prakash4844.github.io/Dressingnity-Ecommerce-Website/Images/SVG%20Samples/Dressingnity%20(LOGO-final).svg
featured:
name: Website
link: Dressingnity.rf.gd
badges:
- "HTML"
- "CSS"
- "Javascript"
- "Bootstrap"
- "PHP"
- "SQLite"
links:
- icon: fab fa-github
url: https://github.com/Prakash4844/Dressingnity-Ecommerce-Website
- title: Pong Python
content: This is legendary pong game in python.
image: images/projects/pong.ico
featured:
name: See project
link: https://github.com/Prakash4844/Pong-Python
badges:
- "Python"
- "Turtle"
- "Pong"
- "Game"
links:
- icon: fa fa-envelope
url: mailto:[email protected]
- icon: fab fa-github
url: https://github.com/Prakash4844/Pong-Python
# - icon: fab fa-twitter
# url: https://twitter.com/intent/tweet?text=Check+it+out:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile
- title: Jehrila Python
content: This is a snake game in python, it's name is Jehrila. jehrila means poisonous in my native language.
image: images/projects/Jehrila.ico
featured:
name: See project
link: https://github.com/Prakash4844/Jehrila-Python
badges:
- "Python"
- "Turtle"
- "Snake"
- "Game"
links:
- icon: fa fa-envelope
url: mailto:[email protected]
- icon: fab fa-github
url: https://github.com/Prakash4844/Jehrila-Python
# - icon: fab fa-twitter
# url: https://twitter.com/intent/tweet?text=Check+it+out:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile
- title: Rubick
content: Rubikc The Rubik's Cube game. The Rubik's Cube is a 3-D combination puzzle
image: images/projects/Rubick.png
featured:
name: Download Here
link: https://github.com/Prakash4844/Rubikc/releases/tag/v1.0
badges:
- "Unity"
- "Matrix"
- "3D-Maths"
links:
- icon: fab fa-github
url: https://github.com/Prakash4844/Rubikc
- title: Solar System Simulation
content: A simulation of milky way galaxy containing various planet and sun using Unity Engine.
image: images/projects/FullSolarSystem.jpg
featured:
name: Explore Here
link: https://prakash4844.itch.io/solar-system
badges:
- "itch.io"
- "Unity Engine"
links:
- icon: fab fa-github
url: https://github.com/Prakash4844/Solar-System
- title: A JOJO's Bizzare Adventure Website
content: A JOJO's Bizzare Adventure Website made with HTML, CSS, Bootstrap. NOTE WEBSITE IS BEST VIEWED ON DESKTOP
image: https://prakash4844.github.io/JJBA-Site/images/Stands.jpg
featured:
name: Website
link: https://prakash4844.github.io/JJBA-Site/
badges:
- "HTML"
- "CSS"
- "Javascript"
- "Bootstrap"
links:
- icon: fab fa-github
url: https://github.com/Prakash4844/JJBA-Site
- title: 2D-Shooter
content: This is my Space wars game project made with Unity Game engine.
image: https://user-images.githubusercontent.com/81550376/178738412-5a87e89f-e175-4c27-9d58-f4f46c835aa3.png
featured:
name: Play Here
link: https://prakash4844.itch.io/space-wars
badges:
- "Unity"
- "Matrix"
- "3D-Maths"
links:
- icon: fab fa-github
url: https://github.com/Prakash4844/2D-Shooter
- title: CPP Project to Invert Matrix
content: This Project support Matrix of order 2X2, 3X3. This is one of the earlist project that i did on my own, so the code is a mess and a lot of bad practice. But, IT WORKS!!
image: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQpGbhGijtra_mYK3WGZ0o2S0ELx2Ti4HFUxQ&usqp=CAU
featured:
name: See Project
link: https://github.com/Prakash4844/CPP-Project-to-Invert-Matrix
badges:
- "C++"
- "Matrix"
- "Maths"
links:
- icon: fab fa-github
url: https://github.com/Prakash4844/CPP-Project-to-Invert-Matrix
#Contact
contact:
enable: true
# title: "Custom Name"
content: My inbox is always open. Whether you have a question or just want to say hi, I'll try my best to get back to you!
email: [email protected]
btnName: Mail me
formspree:
enable: true # `contact.email` value will be ignored
formId: xyyapqqo # Take it from your form's endpoint, like 'https://formspree.io/f/abcdefgh'
emailCaption: "Enter your email address"
messageCaption: "Enter your message here"
footer:
recentPosts:
path: "blogs"
count: 3
title: Recent Posts
enable: true
disableFeaturedImage: false
socialNetworks:
github: https://github.com/Prakash4844
linkedin: https://www.linkedin.com/in/prakash4844/
twitter: https://twitter.com/Prakash53574940
# instagram: https://instagram.com
# facebook: https://facebook.com
# List pages like blogs and posts
listPages:
disableFeaturedImage: false
# Single pages like blog and post
singlePages:
readTime:
enable: true
content: "min read"
scrollprogress:
enable: true
# For translations
terms:
read: "Read"
toc: "Table Of Contents"
copyright: "All rights reserved"
pageNotFound: "Page not found"
emailText: "Check out this site"
datesFormat:
article: "Jan 2, 2006"
articleList: "Jan 2, 2006"
articleRecent: "Jan 2, 2006"