Essays

Learning Aspects of Software Engineering

09 May 2024

Throughout my learning journey, I have encountered and delved into various aspects of software engineering, including coding standards, user interface frameworks, and agile project management. These areas have not only broadened my understanding but also refined my approach to developing...

Software Engineering

My Education friend AI

06 May 2024

I. Introduction In the rapidly evolving landscape of technology, Artificial Intelligence (AI) stands out as a transformative force reshaping various industries, including education and software engineering. AI’s integration into education has the potential to revolutionize learning methodologies, making education more...

AI Education

Diving in to the World of Design Patterns

25 Apr 2024

What are Design Patterns Design patterns are reusable solutions to common problems that occur in software design. They represent best practices and provide a blueprint for how to solve certain design problems in a structured and efficient way. Design patterns...

Design Patterns Software Design

The World of UI Frameworks

24 Feb 2024

Using a UI framework to enhance the content of your website is a good idea to do so because just HTML and CSS will make a boring website with a cluttered stylesheet. When using UI frameworks like bootstrap it allows...

UI Frameworks Websites

My Opinion on Coding Standards and How They're Not Necessary

08 Feb 2024

I think coding style refers to how you write code, including the way you name variables and solve problems. I agree that there are some standards common to all programmers, making it easier to read code written by others for...

Coding

The Art of Asking Question the Right Way

25 Jan 2024

The Importants of Asking Smart Question Have you ever had someone ask you a question that was so confusing and out there that you don’t even know what they’re asking? Or a question where you have to repeatedly ask the...

Questions Answers StackOverflow

Igniting the fire in Software Engineering

18 Jan 2024

I have an interest in software development and cyber security. I like to code, program and problem solve. I enjoy writing code and seeing what the computer does with it. Programming can get very hard when you get stuck on...

Engineering

Diving Into The Vast World of JavaScript

17 Jan 2024

Learning Javascript is an interesting experience, there are a lot of new features that JavaScript has which make it easy to learn and program. I can also see that some of the features in JavaScript can be hard to debug...

Engineering