All public logs
From WikiKnowledgeBase
Combined display of all available logs of WikiKnowledgeBase. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:45, 12 June 2023 Akeelm talk contribs created page Technology/Software Development/Web development/User authentication and authorization (Created page with "User authentication and authorization are crucial aspects of web development that ensure secure access to resources and protect user information. Authentication verifies the identity of users, while authorization determines the permissions and privileges they have within a system. This article provides a beginner's introduction to user authentication and authorization, explaining their importance and common techniques used. == User Authentication == User authentication...")
- 15:42, 12 June 2023 Akeelm talk contribs created page Technology/Software Development/Web development/RESTful APIs and web services (Created page with "RESTful APIs (Representational State Transfer) and web services are essential components of modern web development. They enable communication and data exchange between different systems, allowing developers to build dynamic and interconnected applications. This article provides an introduction to RESTful APIs and web services, explaining their concepts and how they facilitate interaction between client and server. == Understanding RESTful APIs == REST, or Representatio...")
- 14:49, 11 June 2023 Akeelm talk contribs created page Technology/Software Development/Web development/Front-end frameworks (Created page with "Front-end frameworks are pre-built sets of HTML, CSS, and JavaScript components that simplify and expedite the process of creating visually appealing and interactive websites. These frameworks provide a structured approach to front-end development, allowing developers to focus on functionality and user experience. This article provides an introduction to front-end frameworks for beginners, highlighting their benefits and discussing some popular options. == What are Fron...")
- 14:42, 11 June 2023 Akeelm talk contribs created page Technology/Software Development/Web development/Web hosting and domain registration (Created page with "'''Web Hosting and Domain Registration''' Web hosting and domain registration are essential components of establishing an online presence. When building a website, you need a hosting service to store your website's files and make them accessible to visitors. Additionally, registering a domain name provides a unique web address for your site. This article provides an introduction to web hosting and domain registration for beginners. == Web Hosting == Web hosting refers...")
- 14:40, 11 June 2023 Akeelm talk contribs created page Technology/Software Development/Web development/Web development tools and environments (Created page with "Web development involves creating and maintaining websites and web applications. To streamline the development process and enhance productivity, developers rely on various tools and environments. These tools assist in writing code, debugging, testing, and deploying web projects. This article provides an introduction to some common web development tools and environments used by beginners. == Text Editors == Text editors are essential tools for writing code. They provide...")
- 14:36, 11 June 2023 Akeelm talk contribs created page Technology/Software Development/Web development/Responsive web design (Created page with "Responsive web design is an approach to building websites that ensures optimal viewing and interaction experiences across a wide range of devices and screen sizes. With the proliferation of smartphones, tablets, and various other devices, it has become crucial for websites to adapt and provide a seamless user experience on different platforms. This article provides a beginner's introduction to responsive web design, covering its key principles and techniques. == Princip...")
- 14:33, 11 June 2023 Akeelm talk contribs created page Technology/Software Development/Web development/JavaScript (Created page with "JavaScript is a programming language that adds interactivity and dynamic behavior to websites. It allows web developers to create interactive elements, perform calculations, manipulate data, and respond to user actions. This article provides a beginner's introduction to JavaScript, covering its basic syntax, variables, functions, and control structures. == JavaScript Syntax == JavaScript code is written within script tags (<script></script>) in an HTML document. The sc...")
- 14:26, 11 June 2023 Akeelm talk contribs created page Technology/Software Development/Web development/CSS (Created page with "CSS (Cascading Style Sheets) is a styling language used to control the presentation and appearance of web pages. It works in conjunction with HTML to define how elements are displayed on a website. This article provides a beginner's introduction to CSS, covering its basic syntax, selectors, and commonly used properties. == CSS Syntax == CSS consists of a set of rules that define the styles for HTML elements. Each rule consists of a selector and a declaration block. The...")
- 12:26, 11 June 2023 Akeelm talk contribs created page Technology/Software Development/Web development/Introduction to web development (Created page with "Web development refers to the process of creating websites and web applications. It involves a combination of skills and technologies used to design, develop, and maintain websites that can be accessed over the internet. Web development encompasses various aspects, including front-end development, back-end development, database management, and server configuration. This article provides an overview of web development, its key components, and the technologies commonly use...")
- 12:24, 11 June 2023 Akeelm talk contribs created page Technology/Software Development/Web development (Created page with "Category:Technology Category:Software Development Category:Web Development /Introduction to web development/ /HTML/ /CSS/ /JavaScript/ /Responsive web design/ /Web development tools and environments/ /Web hosting and domain registration/ /Front-end frameworks/ /RESTful APIs and web services/ /User authentication and authorization/ /Web security best practices/")
- 14:26, 2 June 2023 Akeelm talk contribs created page Technology/Software Development/General knowledge/Soft Skills and Collaboration (Created page with "While technical skills are essential for a programmer, soft skills and effective collaboration are equally important for success in the field of programming. Developing strong interpersonal skills and the ability to work well in teams can greatly enhance your productivity, communication, and overall career growth. In this beginner's guide, we will explore the significance of soft skills and collaboration in programming and provide tips on how to improve in these areas....")
- 14:24, 2 June 2023 Akeelm talk contribs created page Technology/Software Development/General knowledge/Security Best Practices (Created page with "Security is a critical aspect of software development, ensuring that applications are protected against potential threats and vulnerabilities. As a beginner programmer, it is essential to understand security best practices to develop secure and reliable software. In this beginner's guide, we will explore some fundamental security principles and practices that can help you build more secure applications. == Secure Coding Practices == 1. '''Input Validation:''' - Vali...")
- 14:21, 2 June 2023 Akeelm talk contribs created page Technology/Software Development/General knowledge/Web Technologies (Created page with "Web technologies are the foundation of the modern internet, enabling the creation and delivery of dynamic and interactive web applications. Understanding web technologies is essential for web developers who aim to build functional and engaging websites. In this beginner's guide, we will explore the key web technologies used in programming for the web, including front-end, back-end, and communication protocols. == Front-End Web Technologies == Front-end web technologies...")
- 22:05, 31 May 2023 Akeelm talk contribs created page Technology/Software Development/General knowledge/Debugging and Troubleshooting (Created page with "Debugging and troubleshooting are integral parts of the software development and problem-solving process. They involve identifying and resolving issues or bugs in software code, systems, or applications. In this beginner's guide, we will explore the importance of debugging and troubleshooting, discuss common techniques and tools used in the process, and provide tips for effective problem-solving. == Debugging and Troubleshooting == '''Definition''' Debugging is the pro...")
- 22:01, 31 May 2023 Akeelm talk contribs created page Technology/Software Development/General knowledge/Version Control Systems (VCS) (Created page with "== Understanding Version Control Systems (VCS): A Beginner's Guide == '''Introduction''' Version Control Systems (VCS) are essential tools for managing and tracking changes to software code and other files. They enable developers to collaborate effectively, track the history of changes, and revert to previous versions when needed. In this beginner's guide, we will explore the purpose and benefits of Version Control Systems, as well as the key concepts and functionality...")
- 21:56, 31 May 2023 Akeelm talk contribs created page Technology/Software Development/General knowledge/Software Development Life Cycle (SDLC) (Created page with "The Software Development Life Cycle (SDLC) is a structured framework that guides the process of developing high-quality software applications. It encompasses a series of phases, from initial planning to deployment and maintenance, ensuring efficient and reliable software development. In this beginner's guide, we will explore the purpose and key phases of the SDLC, providing you with a comprehensive overview of the software development process. == Software Development Li...")
- 21:53, 31 May 2023 Akeelm talk contribs created page Technology/Software Development/General knowledge/Programming Fundamentals/Debugging (Created page with "'''Introduction''' Debugging is the process of identifying and resolving errors, bugs, and issues in software code. It is an essential skill for programmers as it helps them understand and fix problems that occur during the development and testing stages. In this beginner's guide, we will explore the purpose and techniques of debugging, and how it can assist in writing robust and error-free code. == Debugging == '''Definition''' Debugging is the process of finding and...")
- 21:51, 31 May 2023 Akeelm talk contribs created page Technology/Software Development/General knowledge/Programming Fundamentals/Integrated Development Environment (IDE) (Created page with "An Integrated Development Environment (IDE) is a software tool that provides a comprehensive environment for writing, debugging, and managing code. IDEs are designed to enhance productivity by offering features such as code editing, compiling, debugging, and project management tools, all within a single interface. In this beginner's guide, we will explore the purpose and features of IDEs, and how they can benefit developers. == Integrated Development Environments (IDEs)...")
- 21:48, 31 May 2023 Akeelm talk contribs created page Technology/Software Development/General knowledge/Programming Fundamentals/Functional Programming (Created page with "Functional Programming (FP) is a programming paradigm that emphasizes the use of pure functions and avoids mutable data and side effects. It promotes the idea of treating functions as first-class citizens, enabling developers to write concise, modular, and maintainable code. In this beginner's guide, we will explore the principles and concepts of functional programming and provide you with code examples to solidify your understanding. == Functional Programming == '''Def...")
- 21:45, 31 May 2023 Akeelm talk contribs created page Technology/Software Development/General knowledge/Programming Fundamentals/Object-Oriented Programming (Created page with "== Understanding Object-Oriented Programming (OOP): A Beginner's Guide == '''Introduction''' Object-Oriented Programming (OOP) is a programming paradigm that focuses on the organization and manipulation of objects, which are instances of classes. OOP provides a structured and modular approach to software development, allowing for code reusability, maintainability, and scalability. In this beginner's guide, we will explore the principles and concepts of object-oriented...")
- 21:42, 31 May 2023 Akeelm talk contribs created page Technology/Software Development/General knowledge/Programming Fundamentals/Functions (Created page with "Functions are essential building blocks in programming that enable developers to write reusable and modular code. They help organize and structure programs by encapsulating a set of instructions that can be called and executed multiple times. Understanding functions is crucial for creating efficient and maintainable code. In this beginner's guide, we will explore what functions are, their purpose, and provide you with code examples to solidify your understanding. == Fun...")
- 21:39, 31 May 2023 Akeelm talk contribs created page Technology/Software Development/General knowledge/Programming Fundamentals/Control Structures (Created page with "Control structures are essential components of programming languages that allow developers to control the flow of execution in a program. They enable the execution of specific blocks of code based on certain conditions or loops. Understanding control structures is vital for building robust and dynamic programs. In this beginner's guide, we will explore different control structures, their purpose, and provide you with code examples to solidify your understanding. == Cond...")
- 21:35, 31 May 2023 Akeelm talk contribs created page Technology/Software Development/General knowledge/Programming Fundamentals/Variables and Data Types (Created page with "In the world of programming, variables and data types are essential concepts that form the building blocks of any program. Whether you're new to programming or eager to expand your knowledge, understanding variables and data types is a fundamental step towards becoming a proficient programmer. In this beginner's guide, we will explore what variables are, the different data types available, and provide you with code examples to solidify your understanding. == Variables =...")
- 21:29, 31 May 2023 Akeelm talk contribs created page Technology/Software Development/General knowledge/Programming Fundamentals/Algorithms (Created page with "Algorithms are the backbone of computer science and play a fundamental role in solving problems and automating tasks. Whether you're a programming enthusiast or simply curious about the inner workings of computers, understanding algorithms is a crucial step towards developing computational thinking. In this beginner's guide, we will demystify the concept of algorithms, explore their importance, and provide you with a foundation to start your journey into the world of com...")
- 21:15, 31 May 2023 Akeelm talk contribs created page Algorithms (Created page with "== Understanding Algorithms: A Beginner's Guide == '''Introduction''' Algorithms are the backbone of computer science and play a fundamental role in solving problems and automating tasks. Whether you're a programming enthusiast or simply curious about the inner workings of computers, understanding algorithms is a crucial step towards developing computational thinking. In this beginner's guide, we will demystify the concept of algorithms, explore their importance, and pr...")
- 12:53, 28 May 2023 Akeelm talk contribs created page Technology/Software Development/General knowledge/Programming Fundamentals (Created page with "== Fundamentals of Programming == Programming is the process of designing and creating computer programs to perform specific tasks. It involves writing instructions in a programming language that can be understood by a computer. Whether you are a beginner or an experienced developer, understanding the fundamentals of programming is essential for building robust and efficient software solutions. In this article, we will explore the key concepts and principles that form t...")
- 12:40, 28 May 2023 Akeelm talk contribs created page Technology/Software Development/General knowledge (Created page with "Category:Technology Category:Software / Programming /Programming Fundamentals/ /Software Development Life Cycle (SDLC)/ /Version Control Systems (VCS)/ /Debugging and Troubleshooting/")
- 12:40, 28 May 2023 Akeelm talk contribs created page Technology/Software Development (Created page with "Category:Technology Category:Software / Programming /General knowledge/ /Web development/")
- 00:29, 28 May 2023 Akeelm talk contribs created page Software / Programming/General knowledge (Created page with "Category:Technology Category:Software / Programming /Programming Fundamentals/ /Software Development Life Cycle (SDLC)/ /Version Control Systems (VCS)/ /Debugging and Troubleshooting/")
- 00:02, 28 May 2023 Akeelm talk contribs created page Software / Programming - General Knowledge (Created page with "Category:Technology Category:Software / Programming")
- 00:01, 28 May 2023 Akeelm talk contribs deleted page Software General Knowledge (content was: "Category:Technology Category:Software / Programming", and the only contributor was "Akeelm" (talk))
- 00:01, 28 May 2023 Akeelm talk contribs created page Software General Knowledge (Created page with "Category:Technology Category:Software / Programming")
- 23:47, 27 May 2023 Akeelm talk contribs created page Editing / Adding Categories (Created page with "Let's say we want to create a new category called Movies. On the main page edit the page and create a new link in the appropriate place with the following : <nowiki> * Movies </nowiki> Once saved, navigate to the link (it should be a red link if that page hasn't yet been created) and create a new page with the following: <nowiki> Category:Movies </nowiki> This will also ensure that the category "Movie" is created. You could then edit that same page with s...")
- 23:13, 27 May 2023 Akeelm talk contribs created page Food (Created page with "Category:Food Cooking Coffee ")
- 23:10, 27 May 2023 Akeelm talk contribs created page General knowledge (Created page with "Category:Software / Programming")
- 23:00, 27 May 2023 Akeelm talk contribs deleted redirect Categories by overwriting (Deleted to make way for move from "Category:Categories")
- 23:00, 27 May 2023 Akeelm talk contribs moved page Category:Categories to Categories over a redirect without leaving a redirect
- 20:12, 26 May 2023 User account Akeelm talk contribs was created