Skip to content

Instantly share code, notes, and snippets.

View MangaD's full-sized avatar
📚
studying

David Gonçalves MangaD

📚
studying
View GitHub Profile
@MangaD
MangaD / executive_roles_and_cto.md
Created April 3, 2025 23:04
Executive roles & CTO

Executive roles & CTO

CC0

Disclaimer: ChatGPT generated document.

What does “executive” mean?

The term executive generally refers to someone with decision-making authority and responsibility for implementing plans and policies in an organization. It comes from the word “execute,” meaning “to carry out.” So, an executive is someone who executes or puts plans into action.

@MangaD
MangaD / qt_wxwidgets_licensing.md
Created April 3, 2025 17:44
Understanding Qt and wxWidgets Licensing: What Developers Need to Know

Understanding Qt and wxWidgets Licensing: What Developers Need to Know

CC0

Disclaimer: ChatGPT generated document.

When choosing a C++ framework for cross-platform GUI development, Qt and wxWidgets are two of the most prominent options. However, they differ not just in architecture and features — but also significantly in licensing. This article dives deep into how their licenses work, what you can and can't do, and how to choose the right option for your project.


@MangaD
MangaD / gpl_closed_source_server.md
Created April 3, 2025 17:30
Can You Use GPL Software in a Closed-Source Server App?

Can You Use GPL Software in a Closed-Source Server App?

CC0

Disclaimer: ChatGPT generated document.

One of the most common questions developers ask when dealing with open-source software is:

"Can I use GPL-licensed code in my closed-source application if it only runs on a server and is never distributed?"

@MangaD
MangaD / android_dev_languages.md
Created April 3, 2025 16:33
Comparing Programming Languages and Frameworks for Android App Development

Comparing Programming Languages and Frameworks for Android App Development

CC0

Disclaimer: ChatGPT generated document.

Android development has evolved far beyond Java. Today, developers can choose from a variety of languages and frameworks to build Android apps, each with its own strengths and trade-offs. Whether you want native performance, cross-platform capabilities, or quick prototyping, there's likely a tool suited to your needs.

This guide explores all the major languages and frameworks available for Android development as of 2025.

@MangaD
MangaD / code_signing.md
Created April 3, 2025 11:09
Code Signing Across Platforms: Windows, macOS, Linux, and Android

Code Signing Across Platforms: Windows, macOS, Linux, and Android

CC0

Disclaimer: ChatGPT generated document.

If you're a developer distributing software, one crucial step to protect your users and gain their trust is code signing. Regardless of the platform—Windows, macOS, Linux, or Android—code signing ensures the integrity and authenticity of your software.

In this article, we’ll explore:

@MangaD
MangaD / code_signing_windows.md
Last active April 3, 2025 11:09
Code Signing on Windows: Why You Need It and How to Do It as an Individual Developer

Code Signing on Windows: Why You Need It and How to Do It as an Individual Developer

CC0

Disclaimer: ChatGPT generated document.

If you're a developer distributing Windows software, you've probably encountered this: a user downloads your .exe file, runs it, and Windows displays a security warning saying the publisher is unknown. This warning, triggered by Microsoft SmartScreen, can scare users away from running your software.

The solution? Code signing.

@MangaD
MangaD / popular_gui_frameworks.md
Created April 2, 2025 16:31
Popular GUI Frameworks
@MangaD
MangaD / roles_in_software_engineering.md
Created April 2, 2025 15:12
Roles in the Software Engineering industry

Roles in the Software Engineering industry

CC0

Disclaimer: ChatGPT generated document.

The software engineering industry has grown into a vast ecosystem of specialized roles to match the complexity of modern systems and team dynamics. Here’s a comprehensive list of roles, categorized by domain or focus area, along with a short explanation of what each does:


@MangaD
MangaD / scrumban.md
Created April 2, 2025 14:21
Scrumban

Scrumban

CC0

Disclaimer: Grok generated document.

Scrumban is a hybrid agile methodology that combines elements of Scrum and Kanban to create a flexible, efficient framework for managing software development and other projects. It emerged as teams sought to blend Scrum’s structured, iterative approach with Kanban’s continuous flow and adaptability, particularly for projects requiring both planning and responsiveness to change. Below, I’ll provide a comprehensive overview of Scrumban, covering its origins, principles, processes, roles, practices, benefits, challenges, and how it compares to its parent methodologies.


@MangaD
MangaD / agile_methodologies_compared.md
Created April 1, 2025 22:49
Agile Methodologies Compared

Agile Methodologies Compared

CC0

Disclaimer: Grok generated document.

Below is a succinct comparison of the major agile methodologies—Scrum, Kanban, Extreme Programming (XP), Feature-Driven Development (FDD), Crystal, Lean Software Development (LSD), and Dynamic Systems Development Method (DSDM)—focusing on their key characteristics, pros, and cons. This overview assumes familiarity with their basics but aims to distill the essentials for quick comparison.