aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 15:02:18 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 15:02:18 +0200
commite2b055e6eb9dc4e3812c5d7b3b39b8880a300910 (patch)
treed63a8102cefa8934101a866b17ede9f5d28f13bf
parent35e398f96bd25b512d33caeddbbf94ff0179efb9 (diff)
downloadmitjafelicijan.com-e2b055e6eb9dc4e3812c5d7b3b39b8880a300910.tar.gz
update
-rw-r--r--.jekyll-metadatabin24749 -> 24746 bytes
-rw-r--r--_posts/2018-08-05-the-bullshit-web-developments-pov.md2
-rw-r--r--assets/site.css4
3 files changed, 5 insertions, 1 deletions
diff --git a/.jekyll-metadata b/.jekyll-metadata
index e1ab7d8..02f5718 100644
--- a/.jekyll-metadata
+++ b/.jekyll-metadata
Binary files differ
diff --git a/_posts/2018-08-05-the-bullshit-web-developments-pov.md b/_posts/2018-08-05-the-bullshit-web-developments-pov.md
index b6635a7..c382caf 100644
--- a/_posts/2018-08-05-the-bullshit-web-developments-pov.md
+++ b/_posts/2018-08-05-the-bullshit-web-developments-pov.md
@@ -38,7 +38,7 @@ We talk about progressive web applications, AMP, and other technologies that are
38 38
39## Front-end frameworks 39## Front-end frameworks
40 40
41I am not of of those purists that denies usage of JavaScript frameworks or SASS but there are limits to where this obsession should go. In order to use these technologies properly one should ask himself where exactly they are needed and not use them like hammer for nails. 41I am not of those purists that denies usage of JavaScript frameworks or SASS but there are limits to where this obsession should go. In order to use these technologies properly one should ask himself where exactly they are needed and not use them like hammer for nails.
42 42
43Whenever I need to do front-end UI I usually check specification before embarking on journey of coding. And most of the times I really don't need frameworks. Most of the code I need to write in JavaScript is done in couple of hundred lines of code and does exactly what specification requires. And developer that will be working on this code after me doesn't need to learn new framework, tooling, etc. Just pure vanilla JavaScript. In all of my years as a developer I can count on fingers on my one hand when I used some sort of a framework. And even in this exceptions we later rewrote code to vanilla JavaScript because maintaining complex code was just to time consuming. 43Whenever I need to do front-end UI I usually check specification before embarking on journey of coding. And most of the times I really don't need frameworks. Most of the code I need to write in JavaScript is done in couple of hundred lines of code and does exactly what specification requires. And developer that will be working on this code after me doesn't need to learn new framework, tooling, etc. Just pure vanilla JavaScript. In all of my years as a developer I can count on fingers on my one hand when I used some sort of a framework. And even in this exceptions we later rewrote code to vanilla JavaScript because maintaining complex code was just to time consuming.
44 44
diff --git a/assets/site.css b/assets/site.css
index 2c65044..1d258a3 100644
--- a/assets/site.css
+++ b/assets/site.css
@@ -141,6 +141,10 @@ table td {
141 nav { 141 nav {
142 text-align: center 142 text-align: center
143 } 143 }
144 table {
145 width: 100%;
146 overflow: auto;
147 }
144} 148}
145 149
146@media print { 150@media print {