diff options
| -rw-r--r-- | .jekyll-metadata | bin | 24749 -> 24746 bytes | |||
| -rw-r--r-- | _posts/2018-08-05-the-bullshit-web-developments-pov.md | 2 | ||||
| -rw-r--r-- | assets/site.css | 4 |
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 | ||
| 41 | I 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. | 41 | I 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 | ||
| 43 | Whenever 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. | 43 | Whenever 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 { |
