A peak into how file storage works in computing devices running unix system.
Could be Interesting!I love streaming algorithms - they make you think! Since they can process data in (near) real-time, they are ideal for applications where immediate feedback is needed. Most of today's recommendation or machine learning systems are built on batch process, however.
Could be Interesting! Big Data Data ScienceEver heard of Unix Epoch? An epoch is a fixed date and time used as a reference from which a computer measures system time. In Unix and POSIX, this arbitrary date and time is 1 January 1970 00:00, known as the Unix epoch. In a simple term, it is a time counter from 1 Jan 1970. But why do we need it?
Could be Interesting!As I was contemplating on how to best display the dashboard for stock analysis, I came across this Nuts and Bolts of Chart Types - I like its sarcastic tone, and to be fair, some of them have truth to it. I am going to leave it here for my future reference.
Could be Interesting! Data ScienceDo you know that email senders can track whether you have opened their mails, which devices you use, when did you open their emails and how many times did you reopen their mail?
Could be Interesting!We all have our preferred learning style. For me, when it comes to learning, I am more of a read, learn and do person. I prefer reading the materials than watching an hour long video. I believe reading gives me time to absorb and digest the knowledge, then, think of the potential implications. However, learning without an implementation is just an entertainment. So, I built and wired up this site to reflect my learnings. (Utilized Flask Framework, containerized with Docker and first deployed on AWS in Jan 2023).
Disclaimers: By no means, my write-ups are absolute truth. There are many different ways to achieve something. Besides, technology is always evolving and some of my posts might be outdated but fundamentals stay the same.