Skip to main content

Posts

Featured

Top Down vs. Bottom Up? Which one you'd prefer?

Hello girls. Recently, I discovered that I tend to be naturally detail-oriented kind of person when it comes to solving a problem in programming. Basically, this means that I tend to sort of "overanalyze" every each line of the code so that I'd understand each line deeper and so that it'd give me further understanding on "how" each code relates with one another. In simple terms, it basically called "Bottom Up" approach. Bottom Up - is a method where I take a small piece of the code, understand that part, and further relate it to another code, thus making me further understand the bigger picture.  Image credits to here I love how this blog explains it using the Ferarri theory (please click if you want to further read) . How to start mixing both approach so that I can be more efficient at my work while still building strong foundational understanding, approach suggested by chatgpt: Start with "Big Picture" Mapping: Begin by mapping out the

Latest posts

Downloading file from user uploads (dynamically handling) using Angular JS, Sp

HTML5: HTML Tags

What to code?

Web Worker | Multithreading in Javascript

How to: Display Data from Database in Pagination

How to: Display Data from SQL Database in HTML Table - Bootstrap 5

Errors Log: Android Studio Error I encountered & solved

Two ways to host a website on remote server (for static and dynamic website)