10 May 2024
Design Patterns What are Design Patterns? Design patterns are a fundamental part of software development, as they provide typical solutions to commonly recurring problems in software design. Rather than providing specific pieces of software, design patterns are merely concepts that...
Reflection Software Engineering
07 May 2024
I. Introduction AI is becoming increasingly integrated into various aspects of software engineering, offering solutions that streamline processes, enhance productivity, and improve the quality of software development. For example, automated code generation, code optimization & refactoring, bug detection & resolution,...
Reflection AI
25 Apr 2024
Coding = Cooking?? So first of all, what are design patterns? Design patterns are a fundamental part of software development, as they provide typical solutions to commonly recurring problems in software design. Rather than providing specific pieces of software, design...
Reflection Design Patterns Javascript React Bootstrap
22 Feb 2024
Why Bootstrap? Bootstrap is the world’s most popular front-end web development framework, it is based on HTML5, CSS, and JavaScript. It is basically a massive library of tools to help you control, refine, and customize page elements. Bootstrap contains typography,...
JavaScript CSS Bootstrap
08 Feb 2024
Are Coding Standards Useful? Yes, I believe they are useful. For example, comments: meaningful comments explaining code functionality, especially in complex or non-obvious sections, to aid understanding for other developers or future reference. Although you mainly write comments for other...
JavaScript
16 Jan 2024
A Newbie’s View On Java Script As a newbie to Java Script, I find the experience pretty interesting. This is my first time learning a coding language that is not object oriented (like C/C++, Java). The way JavaScript uses functions...
Reflection