NSNoob Scienceinblog.noobscience.rocks·Sep 12, 2023 · 14 min readUnderstanding ConcurrencySome Background Well in real life, we are often advised to do one thing at a time and do it perfectly. Did I just use the UNIX philosophy and applied it to real life? Well, yes. I am a nerd. Programs too, most times are better off doing just one thin...00
NSNoob Scienceinblog.noobscience.rocks·Aug 27, 2023 · 12 min readWriting a CMS in RustIntroduction So, CMS is something that I always loved using. I just like the idea of having a service that controls your service. I mean, it's like a service-caption. But, I always hated the idea of having a bloated admin panel. I mean, why do you ne...00
NSNoob Scienceinblog.noobscience.rocks·Jun 21, 2023 · 13 min readAbstraction and Cloud ComputingI am currently running my site on vercel. An excellent saas that makes it easier for developers to deploy their applications and ship them faster without worrying too much about servers, CDN and concurrent users. I have been using it for a while now ...00
NSNoob Scienceinblog.noobscience.rocks·May 23, 2023 · 3 min readThis Man Uses VIM!Yes! I am finally on the vim train. It's been about 2 weeks since I started to really customize and use Neovim and I have been having a blast. Turns out, all those complex vim motions and commands that drove me away from vim brought me back.Turns out...00
NSNoob Scienceinblog.noobscience.rocks·May 8, 2023 · 4 min readCaching and Other BlundersNothing. Just realized I made a huge blunder and finally fixed it. You see it's only been a few months I have been into hard core web development or at least the more modern side of web development and as I am going forward it's turning out to be qui...00