The Premise of Design Patterns In a world filled with recurring problems, how do we deal with them? When facing everyday problems, we often use the same type of approach towards a problem. Whether it is using a home remedy...
The Benefits of Semantic UI When creating and designing websites, its usually either raw HTML or UI Frameworks. Simply using raw HTML would take days to make a potentially attractive webpage. Instead, I tried learning a UI framework to draw...
The Basis of Programming In the world of programming, every programmer has their own preference in coding style. As a programmer, I have seen code where everything is written into one line and where everything is double-spaced or even triple-spaced!...
Curiosity in Software Engineering My interests of software engineering began when I was a young boy in the early 2000s, it was always about playing online games. The graphics and how the game functions had me wondered how it was...
Why asking questions is needed for Software Developers Questions will always be asked regardless of what their profiles may be. However, I will be discussing from the perspective of software developers. Programmers often face bugs to fix, ranging from syntax...
Java Experience Beginning as a high school student, who had absolutely no knowledge in programming, the first language that I started with was Java. Initially, I learned about assignment statements, functions, and loop variants. Then, the idea of a class...