Understanding Database Transactions: ACID Principles in a Relational DBMSWhen working with relational database management systems (RDBMS), you will most likely execute a transaction. Transactions are a set of operations that encapsulate multiple query statements into a logical unit of work for the database to process. In ...Jul 25, 2023·7 min read
What is API in a Nutshell?The term API may not be new to you especially if you're into web development or programming. However, for a non-techie, it may sound gibberish and complex. If that is you, worry not! It sounded the same to me as a newbie in tech. API is an interest...Apr 24, 2022·6 min read
12 JavaScript Fundamentals: A Basic Cheat SheetJust like every other programming language, JavaScript has a number of fundamentals that add up to make it a powerful programming language. In this article, I share bite-sized explanations of 12 JavaScript fundamentals. This article is put together ...Jan 28, 2022·14 min read