Skip to content

Commit 14bfe66

Browse files
committed
Updated docs 01/25/25 23:07:27
1 parent 491664b commit 14bfe66

File tree

15 files changed

+400
-71
lines changed

15 files changed

+400
-71
lines changed

.obsidian/core-plugins.json

Lines changed: 31 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
1-
[
2-
"file-explorer",
3-
"global-search",
4-
"switcher",
5-
"graph",
6-
"backlink",
7-
"canvas",
8-
"page-preview",
9-
"templates",
10-
"note-composer",
11-
"command-palette",
12-
"editor-status",
13-
"bookmarks",
14-
"markdown-importer",
15-
"word-count",
16-
"slides",
17-
"file-recovery"
18-
]
1+
{
2+
"file-explorer": true,
3+
"global-search": true,
4+
"switcher": true,
5+
"graph": true,
6+
"backlink": true,
7+
"outgoing-link": false,
8+
"tag-pane": false,
9+
"page-preview": true,
10+
"daily-notes": false,
11+
"templates": true,
12+
"note-composer": true,
13+
"command-palette": true,
14+
"slash-command": false,
15+
"editor-status": true,
16+
"starred": false,
17+
"markdown-importer": true,
18+
"zk-prefixer": false,
19+
"random-note": false,
20+
"outline": false,
21+
"word-count": true,
22+
"slides": true,
23+
"audio-recorder": false,
24+
"workspaces": false,
25+
"file-recovery": true,
26+
"publish": false,
27+
"sync": false,
28+
"canvas": true,
29+
"bookmarks": true,
30+
"properties": false
31+
}

.obsidian/workspace.json

Lines changed: 42 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,32 @@
1111
"id": "d4d3983423b9b33e",
1212
"type": "leaf",
1313
"state": {
14-
"type": "release-notes",
14+
"type": "markdown",
1515
"state": {
16-
"currentVersion": "1.5.12"
17-
}
16+
"file": "Docker.md",
17+
"mode": "source",
18+
"source": false
19+
},
20+
"icon": "lucide-file",
21+
"title": "Docker"
22+
}
23+
},
24+
{
25+
"id": "5ef3f6324a695204",
26+
"type": "leaf",
27+
"state": {
28+
"type": "markdown",
29+
"state": {
30+
"file": "Career/Soft Skills.md",
31+
"mode": "source",
32+
"source": false
33+
},
34+
"icon": "lucide-file",
35+
"title": "Soft Skills"
1836
}
1937
}
20-
]
38+
],
39+
"currentTab": 1
2140
}
2241
],
2342
"direction": "vertical"
@@ -37,7 +56,9 @@
3756
"type": "file-explorer",
3857
"state": {
3958
"sortOrder": "alphabetical"
40-
}
59+
},
60+
"icon": "lucide-folder-closed",
61+
"title": "Files"
4162
}
4263
},
4364
{
@@ -52,15 +73,19 @@
5273
"collapseAll": false,
5374
"extraContext": false,
5475
"sortOrder": "alphabetical"
55-
}
76+
},
77+
"icon": "lucide-search",
78+
"title": "Search"
5679
}
5780
},
5881
{
5982
"id": "ba7997208e7b51ab",
6083
"type": "leaf",
6184
"state": {
6285
"type": "bookmarks",
63-
"state": {}
86+
"state": {},
87+
"icon": "lucide-bookmark",
88+
"title": "Bookmarks"
6489
}
6590
}
6691
]
@@ -83,14 +108,17 @@
83108
"state": {
84109
"type": "backlink",
85110
"state": {
111+
"file": "Career/Soft Skills.md",
86112
"collapseAll": false,
87113
"extraContext": false,
88114
"sortOrder": "alphabetical",
89115
"showSearch": false,
90116
"searchQuery": "",
91117
"backlinkCollapsed": false,
92118
"unlinkedCollapsed": true
93-
}
119+
},
120+
"icon": "links-coming-in",
121+
"title": "Backlinks for Soft Skills"
94122
}
95123
}
96124
]
@@ -110,8 +138,13 @@
110138
"markdown-importer:Open format converter": false
111139
}
112140
},
113-
"active": "d4d3983423b9b33e",
141+
"active": "5ef3f6324a695204",
114142
"lastOpenFiles": [
143+
"Docker.md",
144+
"Career/Soft Skills.md",
145+
"Career",
146+
"docs/index.md",
147+
"Index.md",
115148
"docs/Books/The Effective Engineer.md",
116149
"docs/Books/Underlines.md",
117150
"docs/Books/Your Money Ratios.md",

Career/Soft Skills.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
1) JSK/Technical
3+
- create standards, processes tools
4+
- avid/continuous learner
5+
- particpation in hackathon
6+
- contribution to the platform / innersource / open-source
7+
- identifies gaps and proposes solutions
8+
9+
2) Communication/Influence
10+
- tailor the communication to the audience at multiple levels up & down
11+
- leading through discussion
12+
- holds other accountable
13+
14+
3) Judgment
15+
- be aware of rapidly changing env
16+
- prioritization / adapt to changing priorities
17+
- escalate on time
18+
19+
* * * * * * * * * * * * * * * *
20+
Cultivate Your Own Voice
21+
- sought after for advice
22+
- sought after for tech expertise

Index.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
https://12factor.net/
2+
3+
1. Codebase: One codebase tracked in revision control, many deploys
4+
2. Dependencies Explicitly declare and isolate dependencies
5+
3. Config Store config in the environment
6+
4. Backing services Treat backing services as attached resources
7+
5. Build, release, run Strictly separate build and run stages
8+
6. Processes Execute the app as one or more stateless processes
9+
7. Port binding Export services via port binding
10+
8. Concurrency Scale out via the process model
11+
9. Disposability Maximize robustness with fast startup and graceful shutdown
12+
10. Dev/prod parity Keep development, staging, and production as similar as possible
13+
11. [Logs](https://12factor.net/logs) Treat logs as event streams
14+
12. [Admin processes](https://12factor.net/admin-processes) Run admin/management tasks as one-off processes
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Monolithic architecture
2+
The entire application is built as a single, unified codebase.
3+
*Pros*: For small teams or projects, monoliths provide simplicity, fast development, and easy deployment.
4+
*Cons*:
5+
1. Scalability Bottlenecks: The entire application is scaled as a single unit in a monolith. If only one part of the application experiences high demand (for example, a reporting module), the entire application must scale, wasting resources on less demanding components.
6+
2. Maintenance Issues: As the codebase grows, dependencies between different parts of the application increase and each change has a larger impact radius.
7+
3. Deployment Complexity: In a monolithic system, a small change in one module requires redeploying the entire application.
8+
4. Limited Technology Choices: All parts of a monolith must typically use the same technology stack. We cannot use specilized library written python for targeted feature.
9+
5. Resiliency Challenge: A failure in one part of a monolith can bring down the entire application.

site/404.html

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239

240240
<li class="md-nav__item">
241241
<a href="/theone/." class="md-nav__link">
242-
Home
242+
Vishal Gakhare's CV
243243
</a>
244244
</li>
245245

@@ -597,6 +597,34 @@
597597

598598

599599

600+
<li class="md-nav__item">
601+
<a href="/theone/Software%20Engineering/12f-app/" class="md-nav__link">
602+
12f app
603+
</a>
604+
</li>
605+
606+
607+
608+
609+
610+
611+
612+
613+
614+
<li class="md-nav__item">
615+
<a href="/theone/Software%20Engineering/ArchPatterns/" class="md-nav__link">
616+
ArchPatterns
617+
</a>
618+
</li>
619+
620+
621+
622+
623+
624+
625+
626+
627+
600628
<li class="md-nav__item">
601629
<a href="/theone/Software%20Engineering/Docker/" class="md-nav__link">
602630
Docker

site/AWS/Cheatsheet/index.html

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246

247247
<li class="md-nav__item">
248248
<a href="../.." class="md-nav__link">
249-
Home
249+
Vishal Gakhare's CV
250250
</a>
251251
</li>
252252

@@ -831,6 +831,34 @@
831831

832832

833833

834+
<li class="md-nav__item">
835+
<a href="../../Software%20Engineering/12f-app/" class="md-nav__link">
836+
12f app
837+
</a>
838+
</li>
839+
840+
841+
842+
843+
844+
845+
846+
847+
848+
<li class="md-nav__item">
849+
<a href="../../Software%20Engineering/ArchPatterns/" class="md-nav__link">
850+
ArchPatterns
851+
</a>
852+
</li>
853+
854+
855+
856+
857+
858+
859+
860+
861+
834862
<li class="md-nav__item">
835863
<a href="../../Software%20Engineering/Docker/" class="md-nav__link">
836864
Docker

site/Books/The Effective Engineer/index.html

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246

247247
<li class="md-nav__item">
248248
<a href="../.." class="md-nav__link">
249-
Home
249+
Vishal Gakhare's CV
250250
</a>
251251
</li>
252252

@@ -791,6 +791,34 @@
791791

792792

793793

794+
<li class="md-nav__item">
795+
<a href="../../Software%20Engineering/12f-app/" class="md-nav__link">
796+
12f app
797+
</a>
798+
</li>
799+
800+
801+
802+
803+
804+
805+
806+
807+
808+
<li class="md-nav__item">
809+
<a href="../../Software%20Engineering/ArchPatterns/" class="md-nav__link">
810+
ArchPatterns
811+
</a>
812+
</li>
813+
814+
815+
816+
817+
818+
819+
820+
821+
794822
<li class="md-nav__item">
795823
<a href="../../Software%20Engineering/Docker/" class="md-nav__link">
796824
Docker

site/Books/Your Money Ratios/index.html

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241

242242
<li class="md-nav__item">
243243
<a href="../.." class="md-nav__link">
244-
Home
244+
Vishal Gakhare's CV
245245
</a>
246246
</li>
247247

@@ -609,6 +609,34 @@
609609

610610

611611

612+
<li class="md-nav__item">
613+
<a href="../../Software%20Engineering/12f-app/" class="md-nav__link">
614+
12f app
615+
</a>
616+
</li>
617+
618+
619+
620+
621+
622+
623+
624+
625+
626+
<li class="md-nav__item">
627+
<a href="../../Software%20Engineering/ArchPatterns/" class="md-nav__link">
628+
ArchPatterns
629+
</a>
630+
</li>
631+
632+
633+
634+
635+
636+
637+
638+
639+
612640
<li class="md-nav__item">
613641
<a href="../../Software%20Engineering/Docker/" class="md-nav__link">
614642
Docker

0 commit comments

Comments
 (0)