aboutsummaryrefslogtreecommitdiff
path: root/public/state-of-web-technologies-and-web-development-in-year-2022.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 10:17:43 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 10:17:43 +0100
commitae24d9a8869c497537839f330384cbadb2cf687c (patch)
tree79184f1d1db6f0b8e2f7aad3a262b3a2bccdde58 /public/state-of-web-technologies-and-web-development-in-year-2022.html
parent409dfae3983b55ffa469a556683fab4ec70b1e99 (diff)
downloadmitjafelicijan.com-ae24d9a8869c497537839f330384cbadb2cf687c.tar.gz
Updated theme
Diffstat (limited to 'public/state-of-web-technologies-and-web-development-in-year-2022.html')
-rwxr-xr-xpublic/state-of-web-technologies-and-web-development-in-year-2022.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/public/state-of-web-technologies-and-web-development-in-year-2022.html b/public/state-of-web-technologies-and-web-development-in-year-2022.html
index a5905c6..b6af7d3 100755
--- a/public/state-of-web-technologies-and-web-development-in-year-2022.html
+++ b/public/state-of-web-technologies-and-web-development-in-year-2022.html
@@ -37,7 +37,7 @@ this is beneficial. I am not a JavaScript purist. They all have their quirks,
37but at the end of the day, I truly believe it’s worth it.<h2 id=bundlers-and-transpilers>Bundlers and Transpilers</h2><p>I still reject calling <a href=https://www.typescriptlang.org/>Typescript</a> to 37but at the end of the day, I truly believe it’s worth it.<h2 id=bundlers-and-transpilers>Bundlers and Transpilers</h2><p>I still reject calling <a href=https://www.typescriptlang.org/>Typescript</a> to
38<a href=https://www.javascript.com/>JavaScript</a> conversion a "compilation process". I 38<a href=https://www.javascript.com/>JavaScript</a> conversion a "compilation process". I
39call them <a href=https://devopedia.org/transpiler>transpilers</a>, and I don’t care! 😈<p>And if you want to fight this, take a look at this little chart and be mad at 39call them <a href=https://devopedia.org/transpiler>transpilers</a>, and I don’t care! 😈<p>And if you want to fight this, take a look at this little chart and be mad at
40it!<figure><img src=/posts/state-of-web/compiling-vs-transpiling.png alt="Compiling vs Transpiling"></figure><p>The first one that I ever used was <a href=https://webpack.js.org/>webpack</a>, and it 40it!<figure><img loading="lazy" src=/posts/state-of-web/compiling-vs-transpiling.png alt="Compiling vs Transpiling"></figure><p>The first one that I ever used was <a href=https://webpack.js.org/>webpack</a>, and it
41was an absolute horrific experience. Saying this, it is an absolutely fantastic 41was an absolute horrific experience. Saying this, it is an absolutely fantastic
42tool. I felt more like a config editor than actually a programmer. To be fair, 42tool. I felt more like a config editor than actually a programmer. To be fair,
43I am a huge fan of <a href=https://www.gnu.org/software/make/>make</a>, and you can do as 43I am a huge fan of <a href=https://www.gnu.org/software/make/>make</a>, and you can do as
@@ -125,7 +125,7 @@ so, a new one pops up, claiming that it has revolutionized UI development.
125Thousands of developers adopt it into their new projects, blog posts are 125Thousands of developers adopt it into their new projects, blog posts are
126written, Stack Overflow questions are asked and answered, and then a newer 126written, Stack Overflow questions are asked and answered, and then a newer
127(and even more revolutionary) framework pops up to usurp the throne. 127(and even more revolutionary) framework pops up to usurp the throne.
128— Ian Allen</blockquote><figure><img src=/posts/state-of-web/2008-vs-2020.png alt="To many options"></figure><p>And this jab at these libraries and cloud providers is not done out of malice. 128— Ian Allen</blockquote><figure><img loading="lazy" src=/posts/state-of-web/2008-vs-2020.png alt="To many options"></figure><p>And this jab at these libraries and cloud providers is not done out of malice.
129It is a real concern that I have about them. In my life, I have seen 129It is a real concern that I have about them. In my life, I have seen
130technologies come and go, but the basics always stick around. So surrendering 130technologies come and go, but the basics always stick around. So surrendering
131all the power you have to a library or a cloud provider is in my opinion a 131all the power you have to a library or a cloud provider is in my opinion a
@@ -183,11 +183,11 @@ general spirit of the web. I will just use what I already know. Which worked 10
183years ago and will work 10 years after this. I will adopt a couple of little 183years ago and will work 10 years after this. I will adopt a couple of little
184tools like Vite. But I will not waste my time on this anymore.<p>It was a good exercise to get in touch with what’s new now. Nothing really 184tools like Vite. But I will not waste my time on this anymore.<p>It was a good exercise to get in touch with what’s new now. Nothing really
185changed that much. FOMO is now cured! Now I have to get my ass back to actually 185changed that much. FOMO is now cured! Now I have to get my ass back to actually
186code and make the project that I wanted to make in the first place.</div></article></main><section><hr><h2>Posts from blogs I follow around the net</h2><ul><li><a href=https://utcc.utoronto.ca/~cks/space/blog/solaris/ZFSWhyNotDirectoryToFilesystem target=_blank rel=noopener>One reason that ZFS can't turn a directory into a filesystem</a> — <a href=https://utcc.utoronto.ca/~cks/space/blog/>Chris's Wiki :: blog</a><div>One of the wishes that I and other people frequently have for ZFS 186code and make the project that I wanted to make in the first place.</div></article></main><section><hr><h2>Posts from blogs I follow around the net</h2><ul><li><a href=https://utcc.utoronto.ca/~cks/space/blog/linux/NFSv4ServerLockClients target=_blank rel=noopener>Finding which NFSv4 client owns a lock on a Linux NFS(v4) server</a> — <a href=https://utcc.utoronto.ca/~cks/space/blog/>Chris's Wiki :: blog</a><div>A while back I wrote an entry about finding which NFS client owns
187is the ability to take an existing directory (and everything 187a lock on a Linux NFS server, which turned
188underneath it) in a ZFS filesystem and turn it into a sub-filesystem 188out to be specific to NFS v3 (which I really should have seen coming,
189of its own. One reason for wanting this is that a number of things 189since it involved NLM and lockd). Finding the NFS v4 client that
190are set and controlled on a per-filesyst…<li><a href=http://www.landley.net/notes-2023.html#28-10-2023 target=_blank rel=noopener>October 28, 2023</a> — <a href=http://www.landley.net/notes-2023.html>Rob Landley's Blog Thing for 2023</a><div>Oh good grief, two of my least favorite licensing people, Larry Rosen 190owns a lock is, depending on your perspective, either simpl…<li><a href=http://www.landley.net/notes-2023.html#28-10-2023 target=_blank rel=noopener>October 28, 2023</a> — <a href=http://www.landley.net/notes-2023.html>Rob Landley's Blog Thing for 2023</a><div>Oh good grief, two of my least favorite licensing people, Larry Rosen
191and Bradley Kuhn, are interacting on the OSI's license-discuss 191and Bradley Kuhn, are interacting on the OSI's license-discuss
192list where the're doing 192list where the're doing
193bad computer history and insisting that a guy Larry Rosen 193bad computer history and insisting that a guy Larry Rosen