Skip to content

Commit d5c3093

Browse files
committed
new create writing & citizen tils
1 parent 828a602 commit d5c3093

File tree

8 files changed

+72
-12
lines changed

8 files changed

+72
-12
lines changed

.vitepress/sidebar.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ export const sidebar = [
7474
{
7575
"text": "Citizen",
7676
"items": [
77+
{
78+
"text": "Accquiring properties in India",
79+
"link": "/citizen/property"
80+
},
7781
{
7882
"text": "Figthing Scams",
7983
"link": "/citizen/scam-spam"
@@ -440,6 +444,10 @@ export const sidebar = [
440444
"text": "Checklist for documenting a medium to large scale system architecture",
441445
"link": "/meta/checklist-documenting-medium-scale-system-architecture"
442446
},
447+
{
448+
"text": "Creative Writing",
449+
"link": "/meta/creative-writing"
450+
},
443451
{
444452
"text": "Tech Writing Cookbook - Writing tips for you & my future self",
445453
"link": "/meta/tech-writing-cookbook"

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</tr>
2929
<tr>
3030
<td><a href="#career">Career</a><sup>[9]</sup></td>
31-
<td><a href="#citizen">Citizen</a><sup>[2]</sup></td>
31+
<td><a href="#citizen">Citizen</a><sup>[3]</sup></td>
3232
<td><a href="#coding-practices">Coding Practices</a><sup>[5]</sup></td>
3333
</tr>
3434
<tr>
@@ -52,7 +52,7 @@
5252
<td><a href="#management">Management</a><sup>[1]</sup></td>
5353
</tr>
5454
<tr>
55-
<td><a href="#meta">Meta</a><sup>[3]</sup></td>
55+
<td><a href="#meta">Meta</a><sup>[4]</sup></td>
5656
<td><a href="#miscellaneous">Miscellaneous</a><sup>[15]</sup></td>
5757
<td><a href="#people">People</a><sup>[2]</sup></td>
5858
</tr>
@@ -127,6 +127,7 @@
127127
### Citizen
128128

129129
<ul>
130+
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/citizen/property.md">Accquiring properties in India</a></li>
130131
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/citizen/scam-spam.md">Figthing Scams</a></li>
131132
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/citizen/grievances.md">Grievance Sites for Indian Citizens</a></li>
132133
</ul>
@@ -313,6 +314,7 @@
313314

314315
<ul>
315316
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/meta/checklist-documenting-medium-scale-system-architecture.md">Checklist for documenting a medium to large scale system architecture</a></li>
317+
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/meta/creative-writing.md">Creative Writing</a></li>
316318
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/meta/tech-writing-cookbook.md">Tech Writing Cookbook - Writing tips for you & my future self</a></li>
317319
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/meta/the-good-that-comes-with-maintaining-blogs.md">The good that comes with maintaining blogs</a></li>
318320
</ul>

career/question-to-ask-interview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
6. How often feedback is given to you and collected from you?
2222
7. KPIs for employees OR How managers/senior folks help coach employees through a weakness.
2323
8. How does the org. structure look like?
24+
9. What types of skills is the team missing that you’re looking to fill with a new hire?
2425

2526
## Resources
2627
- [Interview Questions to Ask Your Interviewer](https://daveceddia.com/interview-questions-to-ask-company/?utm_content=197408362&utm_medium=social&utm_source=twitter&hss_channel=tw-4083531)

citizen/property.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Accquiring properties in India
2+
3+
## E-Auctions
4+
5+
Following sites/portals list properties up for bidding by various private/public sector banks in india:
6+
7+
- https://baanknet.com
8+
- https://bankeauctions.com
9+
- https://foreclosureindia.com/
10+
- https://trueauction.in/
11+
- https://www.eauctions.co.in/
12+
- https://www.eauctionsindia.com/
13+
- https://www.eauctiondekho.com/

count.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"count": 176
2+
"count": 178
33
}

index.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</tr>
1616
<tr>
1717
<td><a href="#career">Career</a><sup>[9]</sup></td>
18-
<td><a href="#citizen">Citizen</a><sup>[2]</sup></td>
18+
<td><a href="#citizen">Citizen</a><sup>[3]</sup></td>
1919
<td><a href="#coding-practices">Coding Practices</a><sup>[5]</sup></td>
2020
</tr>
2121
<tr>
@@ -39,7 +39,7 @@
3939
<td><a href="#management">Management</a><sup>[1]</sup></td>
4040
</tr>
4141
<tr>
42-
<td><a href="#meta">Meta</a><sup>[3]</sup></td>
42+
<td><a href="#meta">Meta</a><sup>[4]</sup></td>
4343
<td><a href="#miscellaneous">Miscellaneous</a><sup>[15]</sup></td>
4444
<td><a href="#people">People</a><sup>[2]</sup></td>
4545
</tr>
@@ -67,6 +67,9 @@
6767
<table align="center">
6868
<tbody>
6969
<tr>
70+
<td><a href="https://til.bhupesh.me/citizen/scam-spam">Figthing Scams</a></td>
71+
</tr>
72+
<tr>
7073
<td><a href="https://til.bhupesh.me/citizen/grievances">Grievance Sites for Indian Citizens</a></td>
7174
</tr>
7275
<tr>
@@ -93,9 +96,6 @@
9396
<tr>
9497
<td><a href="https://til.bhupesh.me/databases/oath-for-3-normal-forms">The 3NF Oath ✋🏼</a></td>
9598
</tr>
96-
<tr>
97-
<td><a href="https://til.bhupesh.me/go/writing-performant-go-code-megalist">Mega List of Tips for Writing Performant Go Code</a></td>
98-
</tr>
9999
</tbody>
100100
</table>
101101

@@ -152,6 +152,7 @@
152152
### Citizen
153153

154154
<ul>
155+
<li><a href="/citizen/property">Accquiring properties in India</a></li>
155156
<li><a href="/citizen/scam-spam">Figthing Scams</a></li>
156157
<li><a href="/citizen/grievances">Grievance Sites for Indian Citizens</a></li>
157158
</ul>
@@ -338,6 +339,7 @@
338339

339340
<ul>
340341
<li><a href="/meta/checklist-documenting-medium-scale-system-architecture">Checklist for documenting a medium to large scale system architecture</a></li>
342+
<li><a href="/meta/creative-writing">Creative Writing</a></li>
341343
<li><a href="/meta/tech-writing-cookbook">Tech Writing Cookbook - Writing tips for you & my future self</a></li>
342344
<li><a href="/meta/the-good-that-comes-with-maintaining-blogs">The good that comes with maintaining blogs</a></li>
343345
</ul>

meta/creative-writing.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Creative Writing
2+
3+
**Story**
4+
5+
A story consists of tied together by conflict,
6+
1. Plot/Idea
7+
2. Characters
8+
3. Setting
9+
10+
- Short stories can be based on one idea, however a book will usually be a collection of ideas.
11+
- Setting is the least important.
12+
13+
1. Promise
14+
- Stories make one or more (tone) promises.
15+
- Being control of your promises is mastery of art.
16+
- Promise a character arc (how the character is going to change).
17+
- Plots can be divided into,
18+
- An umbrella plot (will 2 people in a romom get together).
19+
- A core plot (we were doing ABC, but fell in love).
20+
2. Progress
21+
- Hardest.
22+
- There's a time clock that a reader feels when reading a story (page numbers, chapters, visual maps) that makes the story compelling.
23+
- Page turner indicates that "progress" in happening (gives the illusion of progress to the reader).
24+
- Can be done by indentifying the type of plot.
25+
- Do mini-plots (nested code).
26+
3. Payoff
27+
- Make good on all of it.
28+
- Should flow naturally, should give readers everything they were promised.
29+
- Try to give people more than they expected.
30+
31+
## Resources
32+
33+
- [2020 Creative Writing Lectures at BYU - Brandon Sanderson](https://youtube.com/playlist?list=PLSH_xM-KC3Zv-79sVZTTj-YA6IAqh8qeQ&si=ASGDEKEuQVMKkrHE)
34+

recent_tils.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[
2+
{
3+
"title": "Figthing Scams",
4+
"url": "https://til.bhupesh.me/citizen/scam-spam"
5+
},
26
{
37
"title": "Grievance Sites for Indian Citizens",
48
"url": "https://til.bhupesh.me/citizen/grievances"
@@ -34,9 +38,5 @@
3438
{
3539
"title": "The 3NF Oath ✋🏼",
3640
"url": "https://til.bhupesh.me/databases/oath-for-3-normal-forms"
37-
},
38-
{
39-
"title": "Mega List of Tips for Writing Performant Go Code",
40-
"url": "https://til.bhupesh.me/go/writing-performant-go-code-megalist"
4141
}
4242
]

0 commit comments

Comments
 (0)