This repository has been archived by the owner on Apr 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
uses.html
98 lines (87 loc) · 4.62 KB
/
uses.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
---
layout: main
title: Uses
permalink: /uses/
---
<link rel="stylesheet" href="//resume.sangam.dev/css/main.css">
<style>
.l-Section-content {
font-size: 18px;
text-align: justify;
}
.m-Section-content {
margin-top: 0.5rem;
}
.u-link {
font-weight: bold;
}
.l-Section {
margin-top: 4rem;
}
</style>
<article class="l-Wrapper">
<div class="l-Header-col">
<a href="/uses">
<h1 class="Title">
<span class="u-shadow">Uses</span>
<span class="Title-sub">🤖What I'm using for 2020</span>
</h1>
</a>
</div>
<section class="l-Section">
<h2 class="l-Section-title h3">To build this site</h2>
<div class="l-Section-content">
I built this site with <a class="u-link" href="https://jekyllrb.com/" target="_blank">Jekyll</a>, hosted on
<a class="u-link" href="https://pages.github.com/" target="_blank">GitHub Pages</a> and the domain is with <a class="u-link" href="https://www.namecheap.com/" target="_blank">NameCheap</a>.
</div>
</section>
<section class="l-Section">
<h2 class="l-Section-title h3">Physical setup</h2>
<ul class="l-Section-content">
<li>
My work computer is a 2.6 GHz Intel Core i7, 16 GB 2400 MHz DDR4 <a class="u-link" href="https://www.amazon.com/dp/B07RZWHHHP" target="_blank">MackBook Pro (15-inch, 2019)</a>.
</li>
<li>
My desk is a 42" x 30" <a class="u-link" href="https://www.furlenco.com/package-groups/lusido-study-room-313" target="_blank">Lusido Study Table</a>.
</li>
</ul>
</section>
<section class="l-Section">
<h2 class="l-Section-title h3">Programming Languages</h2>
<ul class="l-Section-content">
<li><a class="u-link" href="https://www.python.org/" target="_blank">Python</a>: I have been using Python for my most of the work since 2016. I have started using <a class="u-link" href="https://www.djangoproject.com/" target="_blank">Django</a> recently.</li>
<li><a class="u-link" href="https://www.ruby-lang.org/en/" target="_blank">Ruby</a>: I have been using Ruby, mostly <a class="u-link" href="https://rubyonrails.org/" target="_blank">Ruby on Rails</a> since 2019.</li>
<li><a class="u-link" href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank">Javascript</a>: I have been using Javascript since 2018. It has been <a class="u-link" href="http://es6-features.org/" target="_blank">ES6</a>, <a class="u-link" href="https://nodejs.org/en/" target="_blank">Node.js</a> and <a class="u-link" href="https://expressjs.com/" target="_blank">Express</a>, along with <a class="u-link" href="https://reactjs.org/" target="_blank">React</a> since 2019.</li>
<li><a class="u-link" href="https://dart.dev/" target="_blank">Dart</a>: Recently, I started using Dart and it's Android framework, <a class="u-link" href="https://flutter.dev/" target="_blank">Flutter</a>.</li>
</ul>
</section>
<section class="l-Section">
<h2 class="l-Section-title h3">Editor</h2>
<ul class="l-Section-content">
<li><a class="u-link Tag" href="https://code.visualstudio.com/" target="_blank">VSCode</a></li>
<li><strong>Theme</strong>: <a class="u-link Tag" href="https://marketplace.visualstudio.com/items?itemName=sangamcse.theme-shadow-vscode" target="_blank">Theme Shadow</a></li>
<li><strong>Font</strong>: <a class="u-link Tag" href="https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode" target="_blank">FuraCode Nerd Font</a></li>
<li><strong>Icons</strong>: <a class="u-link Tag" href="https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme" target="_blank">Material Icon Theme</a></li>
</ul>
</section>
<section class="l-Section">
<h2 class="l-Section-title h3">Terminal</h2>
<ul class="l-Section-content">
<li><a class="u-link Tag" href="https://hyper.is/" target="_blank">Hyper</a></li>
<li><strong>CLI</strong>: <a class="u-link Tag" href="https://ohmyz.sh/" target="_blank">ZSH + Oh My ZSH!</a></li>
<li><strong>ZSH Theme</strong>: <a class="u-link Tag" href="https://github.com/zeit/zeit.zsh-theme" target="_blank">▲ZEIT</a></li>
</ul>
</section>
<section class="l-Section">
<h2 class="l-Section-title h3">Web Browser</h2>
<ul class="l-Section-content">
<li><a class="u-link Tag" href="https://www.google.com/chrome" target="_blank">Google Chrome</a></li>
<li>
<strong>Extensions</strong>:
<ul class="m-Section-content">
<li><a class="u-link Tag" href="https://chrome.google.com/webstore/detail/page-ruler/emliamioobfffbgcfdchabfibonehkme" target="_blank">Page Ruler</a></li>
</ul>
</li>
</ul>
</section>
</article>