December 2022 Summaries
3 posts from Directus
Filter
Month:
Year:
Post Summaries
Back to Blog
Kevin, the new Developer Relations Lead at Directus in Berlin, shares his journey from discovering his passion for development at a hackathon to his current role, where he focuses on helping early-career developers acquire essential skills. He expresses enthusiasm for Directus, an open-source data platform, highlighting its flexibility and powerful features like media transformations and granular access control that simplify developers' tasks. Kevin values the open-source ethos of Directus, which emphasizes developer support without imposing restrictions, allowing users to easily incorporate or remove the platform without affecting their data. Recently, he participated in DevRelCon in Prague, sharing insights on effective technical learning, and he appreciates the strong community-driven culture at Directus, which thrives on contributions and collaboration. Kevin is eager to contribute to Directus's mission of sustainable open-source software development while keeping community engagement at the forefront.
Dec 23, 2022
795 words in the original blog post.
Free and open source software (FOSS) is characterized by the availability of source code to the public for use and modification, with its meaning often clarified by distinguishing between "libre" (free as in freedom) and "gratis" (free as in no cost). Open source licenses are generally categorized into permissive, like MIT and Apache 2.0, which impose few restrictions, and copyleft, like GPL v2 or v3, which require derivative works to remain open source. Approximately two-thirds of open source projects use permissive or copyleft licenses, with notable examples including WordPress and Directus, both under GPL. The GPL license supports community collaboration by allowing contributors to propose changes through platforms like GitHub while maintaining the integrity of the original codebase. However, some vendors employ dual licensing that combines permissive licenses with more restrictive terms, limiting certain functionalities unless a commercial license is purchased. Directus, for instance, allows proprietary extensions while its main code remains open source. This collaborative environment fosters innovation and ensures that authoritative releases remain accessible, highlighting the balance between openness and proprietary development.
Dec 13, 2022
868 words in the original blog post.
The hub-and-spoke approach to technology architecture merges the stability of monolithic platforms with the flexibility of microservices, aiming to enhance agility while simplifying operations and reducing costs. Unlike traditional monolithic systems, which suffer from vendor lock-in and expensive upgrades, and microservices models that can become overly complex with interdependencies, the hub-and-spoke model provides a balanced solution. It features a central hub, an open foundational data layer, that integrates with various specialized tools through flexible APIs, allowing for seamless data workflows and the addition of new capabilities without disrupting operations. This model eliminates the complexity of managing multiple services and addresses functionality gaps by facilitating easy integration of new tools. A practical example is Directus, which consolidates disparate systems into a single platform, reducing licensing costs and complexity. By centralizing data access, organizations can enhance efficiency and flexibility, reallocating resources from maintenance tasks to activities that drive business growth.
Dec 05, 2022
1,042 words in the original blog post.