-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.html
211 lines (192 loc) · 9.57 KB
/
setup.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Kush Taneja">
<meta name="description" content="Entrepreneur | Product Manager | Coder">
<meta property="og:title" content="Kush Taneja"/>
<meta property="og:type" content="website">
<meta property="og:url" content="http://kushtaneja.me">
<meta property="og:image" content="favicon.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="300">
<meta property="og:image:height" content="300">
<meta property="og:description" content="List of Tools I user | Kush Taneja">
<meta property="og:site_name" content="@kushtaneja"/>
<title>Kush Taneja - Setup</title>
<!-- favicon -->
<link href="favicon.png" rel=icon>
<!-- web-fonts -->
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700" rel="stylesheet">
<!-- font-awesome -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Style CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72044402-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar">
<div id="main-wrapper">
<!-- Page Preloader -->
<div id="preloader">
<div id="status">
<div class="status-mes"></div>
</div>
</div>
<div class="right-col-block blocks">
<section class="intro section-wrapper" id="setup">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h1>My Setup</h1>
</div>
</div>
<div class="col-md-11">
<p><em>Things that I use. Last updated on 21st September, 2017.</em></p>
<h2>Hardware</h2>
<p>Laptop Setup:</p>
<ol>
<li>MacBook Pro Retina (2016), 256GB SSD, 8GB RAM.</li>
<li><a href="http://accessories.us.dell.com/sna/productdetail.aspx?c=us&cs=04&l=en&sku=860-BBCG">Dell U2414H</a> monitor</li>
<li><a href="http://gaming.logitech.com/en-au/product/g300-optical-gaming-mouse">Logitech G300</a> mouse.</li>
<li>2TB Seagate external HDD</li>
</ol>
<p>Mobile:</p>
<ol>
<li><a href="https://apple.com/iphone">iPhone X</a>Say Hello to the Future. I absolutely love it. It has a great camera and performance, at par with the flagships, if not better.</li>
<li>iPad (2017), 32GB, 9.7inch</li>
<li>A dumb samsung phone for when I’m travelling and need the week long battery life.</li>
</ol>
<p>Watch:</p>
<ul>
<li><a href="https://apple.com/watch"> Apple Watch Series 3</a> The best thing i ever had.</li>
</ul>
<p>Audio:</p>
<ol>
<li>You guesed it right, <a href = "http://www.apple.com/airpods/">Apple AirPods</a> </li>
<li><a href = "http://www.fendaaudio.com/speakers/21_speakers/f550x/">F&D F550X</a>, Absolutely brilliant. Perfect sound, great bass.</li>
<li><a href = "http://www.jbl.com/over-ear-headphones/JBL+T450BT.html?dwvar_JBL%20T450BT_color=Black">JBL T450BT</a> Wireless on-ear headphones. Pure Bass sound. Completly my gym and running partner.</li>
<li>JBL bluetooth speaker. Decently priced. Loud enough.</li>
</ol>
<p>For listening to music I have a paid subscription of Apple Music. I extensively use its listen offline feature on mobile. Apart from iTunes, I use gaana.com or sometimes spotify on desktop</p>
<br>
<h2>Software</h2>
<p>OS: MacOS High Sierra</p>
<p>Development: I use iTerm2 for command line. I spend most of my time on either terminator or browser. Some of the terminal tools that I use daily:</p>
<ul>
<li>Xcode for all my coding</li>
<li>Vim at times</li>
<li>Pycharm for Django</li>
<li>Sublime Text 3 for all my web development</li>
<li>Git for version controlling. I put nearly everything in a git repo</li>
<li>Whole lot of custom scripts</li>
</ul>
<br>
<p>A5 ruled notebook and Stabilo fine tip pens for sketching when I am working on a user interface</p>
<p>InVision, at times.</p>
<p>Adobe Illustrator, when i have mood for doing something creative</p>
<br>
<p>Browser: Google Chrome with the following must have extensions:</p>
<ul>
<li><a href="https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm?hl=en">Postman</a> for API development and testing</li>
<li><a href="https://chrome.google.com/webstore/detail/chklaanhfefbnpoihckbnefhakgolnmc">JSONView</a> for pretty JSON</li>
<li><a href="http://workflowy.com">Workflowy</a> for offline note taking or making model structure</li>
<li><a href="http://workflowy.com">Muzli</a> for design inspiration</li>
</ul>
<br>
<p>Web Apps:</p>
<ul>
<li>Most of Google stuff</li>
<li>Google Drive for document management.</li>
<li>Google Docs for almost everythig I plan and document my work</li>
<li>Goggle Forms and Spreadsheets for user experience/surveys</li>
<li>Google Slides for the presentations stuff, at times i use Slides.com</li>
<li><a href="https://trello.com/">Trello</a> for collaboratively work and mostly assigning tasks to people </li>
<li><a href="https://zenkit.com/">Zenkit</a>, Sometimes i use zenkit instead of trello as per the project requirements</li>
<li><a href="http://gaana.com">Gaana</a> for super awesome, human-curated, music playlists</li>
<li><a href="http://workflowy.com">Workflowy</a> for note taking. I also use the iOS app.</li>
</ul>
<br>
<p>Desktop Apps: The few desktop apps that I do use include:</p>
<ul>
<li><a href="https://slack.com/">Slack</a> for team chat and collabration</li>
<li>Figma, Zeplin for collabrative designing</li>
</ul>
</div>
<div class="col-md-1" id ="nav">
<div class="content text-center">
<ul class="activitysheet" style="list-style: none;">
<li style="border-radius: 14px;">
<a href="."><h4>Cancel</h4></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- .section-cocurricular -->
<footer class="footer">
<div class="copyright-section text-center">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="LI-profile-badge" data-version="v1" data-size="large" data-locale="en_US" data-type="horizontal" data-theme="light" data-vanity="kushtaneja"><a class="LI-simple-link" href='https://in.linkedin.com/in/kushtaneja?trk=profile-badge'>Kush Taneja</a></div> <br>
<div class="copytext">© 2018 Designed and developed with <i class="fa fa-coffee"></i> by me aka <b><a
href=".">kt</b></a>
</div>
</div>
</div>
<!--.row-->
</div>
<!-- .container-fluid -->
</div>
<!-- .copyright-section -->
</footer>
<!-- .footer -->
</div>
<!-- .right-col-block -->
</div>
<!-- .columns-block -->
</div>
<!-- #main-wrapper -->
<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
<!-- jquery -->
<script src="js/jquery-2.1.4.min.js"></script>
<!-- acobot -->
<!-- <script src="https://acobot.ai/js/w?key=428424.UrIMQlBJhBZA4BZu"></script> -->
<!-- Load Facebook SDK for JavaScript -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js#xfbml=1&version=v2.12&autoLogAppEvents=1';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Your customer chat code -->
<div class="fb-customerchat"
attribution="setup_tool"
page_id="227376697814980">
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>