Published in Level Up Coding·Jun 21Inflation and Your CashThe information provided on this page is for educational purposes only. Inflation has been raging for a while now and it has affected people world-wide. We all know why it happened and how long it’s gonna be (spoiler: it’s gonna be for a while more at least). …Finance12 min read
Published in Level Up Coding·Mar 64 Ways To Perform Python String FormattingString formatting can be pretty fundamental and simple, but what really triggered me was what was the best way to do the formatting while writing the code for specific situations. And that curiosity kinda let me down the rabbit hole. On a side note, I actually wrote other Python related…Python10 min read
Published in Level Up Coding·Feb 4Risk And Return Of AssetsWelcome back to another article on investment newbie with me who is definitely not a professional. This article is intended to help or guide other people who are in the same boat as me and want to understand more or recap about risk and return. For those people who are…Money6 min read
Published in Level Up Coding·Dec 25, 20216 Habits To Set Your Path To Financial IndependenceOver the past two years, financial and investment related matters seem to be soaring high as everybody suddenly becomes more aware of their money as well as their future. The pandemic has seemed to have successfully slapped a dose of reality to humanity. …Money13 min read
Published in Level Up Coding·Nov 1, 2021Market Capitalisation and Capital MarketsBack to learning together again with an amateur like me who is just trying to guide and help other amateurs’ learning journey (in investment) easier. In today’s article, we are going to talk about market capitalisation and also capital markets. These terms might sound confusing at first glance but not…Finance6 min read
Published in Geek Culture·Oct 4, 2021Asset Classes And Investment VehiclesIn the beginning of my investment learning journey, I always thought that investment vehicles and asset classes mean the same thing, and I actually thought so for quite some time. However, a part of my mind kept feeling bothered by the two terms that keep on appearing as you read…Finance11 min read
Aug 21, 20215 Takeaways From Death Encounters“I think, therefore I am.” — René Descartes The first quote from Descartes that truly captivated me at the age of 16 years old. …Mwc Death7 min read
Published in Level Up Coding·Aug 16, 20214 Things To Do Before You Start InvestingA: Hey, you should start investing. B: Why? A: It’s because the stock market is so low right now and you just buy one stock, you will earn no matter what! B: Really? But I don’t know which stock to buy! A: Just buy the one that you know. Like Amazon! B: How do I…Finance9 min read
Published in Better Programming·Jul 21, 20219 HTTP Methods You May Want To KnowCreate CRUD operations — In my other article, “10 Best Practices for Naming REST API Endpoints,” I had briefly mentioned HTTP. The Hypertext Transfer Protocol, more commonly known as HTTP, is said to be a standard. It is used to communicate between clients and servers. …Programming11 min read
Published in Better Programming·May 31, 202110 Best Practices for Naming REST API EndpointsAvoid special characters, use lowercase names, and more — Web developers are no strangers to APIs — especially HTTP methods like GET and POST. When it comes to designing APIs, backend engineers or API engineers are familiar with them as well. That means REST is a term that is familiar. It is said that REST is an architecture and…Programming9 min read