My Recess Week trip to Jakarta!
Exactly a week ago, I found myself in Jakarta, Indonesia, immersing myself in the vibrant culture and dynamic industry landscape as part of the CFG2002ID: Global Industry Insights Indonesia program...
Exactly a week ago, I found myself in Jakarta, Indonesia, immersing myself in the vibrant culture and dynamic industry landscape as part of the CFG2002ID: Global Industry Insights Indonesia program...
Keyboard shortcuts While coding on windows, I realized that my efficiency is bad because of how I rely on the mouse to open, switch, close tabs, navigate and such. Since we are all about efficienc...
SEP Partner University Guide (NUS) A Guide to Choosing your Student Exchange Programme (SEP) Partner University (PU)! (For outgoing NUS exchangers). your experience may vary, as each faculty wi...
What is Dart and Flutter? Just like how React JS is a front-end dev framework (started in 2010, component based architecture), Dart 1.0 was released in 2013. Dart is a programming language designe...
PHP Basics! PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedde...
CS2103T Week 10 Topics Design Patterns Design pattern: An elegant reusable solution to a commonly recurring problem within a given context in software design. After repeated attempts at solving ...
CS2103T Week 8 Topics Revisiting Class/Object/Sequence Diagrams Refer to previous post (Week6-7). Testing: Types Integration Testing (Compared to Unit Testing) Integration testing: testing whe...
CS2101 Week 7/8 Notes “Successful sellers do not “wing” their product demos. They have a thought-out demo strategy and follow a methodical, planned out, cerebral demo structure. The mega-succes...
Shells A shell is a program that runs on top of the OS, and main task is to interface the use with the operating system (OS). The graphical env in Windows, MacOS are both examples of graphical she...
CS2103T Week 6 Topics Sequence Diagrams: Basic Sequence diagrams model the interactions between various entities in a system, in a specific scenario. Useful for e.g. verify design of internal int...