-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathengineering-notes.html
More file actions
159 lines (128 loc) · 6.42 KB
/
engineering-notes.html
File metadata and controls
159 lines (128 loc) · 6.42 KB
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
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset="UTF-8">
<meta name="description" content="My notes on engineering stuff, mostly computers, softwares, and tech. " />
<title>Engineering Notes</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="57x57" href="favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/flexboxgrid.min.css" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-149843961-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push( arguments );
}
gtag( 'js', new Date() );
gtag( 'config', 'UA-149843961-2' );
</script>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "banqmeb9ro");
</script>
</head>
<body>
<section id="top">
<!-- Menu Navigation -->
<div class="menuposition">
<div class="listhover"> <i class="fa fa-bars" aria-hidden="true">
<div id="sitetitlediv"><span style="color: green;">abhishek soni</span>
</div>
</i>
<div id="navlist">
<ul>
<br>
<li><a href="/">About</a></li>
<li><a href="/work">Work</a></li>
<li><a href="/notes">Notes</a></li>
<li><a href="/bookshelf">Bookshelf</a></li>
<li><a href="http://abhishek-soni.com/#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
<!-- Menu Navigation End -->
<!-- Body content starts -->
<div class="introcontent">
<p class="blogpagetitle">Engineering Notes
<hr>
<hr>
</p>
<div class="notemain">
<p class="notetitle"><a href="https://link.medium.com/Morhe6ykf5" target="_blank">Don't host your static
website on cloud</a></p>
<p class="notemoral">It might seem better, but actually is not for static websites.</p>
<p class="notebrief">You might wanna try it, and you should, and the free trial and also the cost for
static bucket nearly free, works as icing on cake, but there are certain complexities involved, with
no workarounds.<span><a href="https://link.medium.com/Morhe6ykf5" target="_blank">read
→</a></span> </p>
</div>
<div class="notemain">
<p class="notetitle"><a href="#">How to deploy your Node.js application on Heroku</a></p>
<p class="notemoral">With the command line prompt on the free trial of Heroku.</p>
<p class="notebrief">How to, prerequisites, and step by step process, using command line prompt with
visual studio code on the free trial of the Heroku.<span><a href="#">read →</a></span> </p>
</div>
</section>
</div>
<a href="#top">
<div class="scrollcontainer">
<div class="chevron2"></div>
<div class="chevron2"></div>
<div class="chevron2"></div>
</a>
</div>
<!-- Body content ends -->
<!-- Footer Section Start -->
<section id="footer">
<div class="paddingfoot">
<hr>
</div>
<div class='footer-wrapper'>
<div class='row'>
<div class='footercolumn'>
<div class='footer-first-column'>
<a href="mailto:abhishek@abhishek-soni.com" target="_blank">abhishek@abhishek-soni.com</a>
</div>
</div>
<div class='footercolumn'>
<div class='footer-second-column'>
<span> <a href="https://twitter.com/abhishek_notes" target="_blank"><i class="fa fa-twitter"
aria-hidden="true"></a></span></i><span>
<a href="https://www.linkedin.com/in/hello-abhishek/" target="_blank"><i
class="fa fa-linkedin" aria-hidden="true"></i></a></span></i>
<span> <a href="https://medium.com/@abhisheknotes" target="_blank"><i class="fa fa-medium"
aria-hidden="true"></a></span></i>
</div>
</div>
<div class='footercolumn'>
<div class='footer-third-column'>
© 2023 Abhishek Soni. All rights reserved.
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section Ends -->
</body>
</html>