Using the C++ compiler to compile my java file written in C into machine codeTLDR: Using the following command I was able to compile my java file written in C with the C++ compiler into runnable machine code. This is…
Insights Gained on the Road to PromotionExcerpt: The thing that surprised me the most during my promotion process, was when my manager asked me to write my own promotion document…
How Much of Your RAM Does Redis Use?Excerpt: So there you go... Redis actually gives you extra RAM! All these years I was just downloading RAM when I could have been running…
Tools to Pass the Algorithm InterviewUnfortunately, you can spend thousands of hours becoming a great developer and still not be ready for the algorithm interview. These…
I Solemly Swear to return a promiseI recently found out that functions will return a promise implicitly. I've been returning promises explicitly for as long as I can remember…
Fonts are Fat!Revamping my blog was relatively straight forward. I just took the existing logic, added some CSS, a few new fonts and boom... my website…
Why Gatsby js ?In a world with so many JavaScript frameworks such as React, Vue, heck even Next, why Gatsby? Because none of those frameworks do what…