301 projects for "articles" with 1 filter applied:

  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Data Science Articles from CodeCut

    Data Science Articles from CodeCut

    Collection of useful data science topics along with articles

    The Data-science repository from CodeCutTech is a curated collection of educational content focused on practical tools and workflows used in modern data science projects. Instead of providing a single software package, the repository aggregates articles, tutorials, and examples covering many topics within the data science ecosystem. The materials address areas such as MLOps, data management, project organization, testing practices, visualization techniques, and productivity tools used by data scientists. Each topic often includes references to code repositories, demonstrations, and video tutorials that show how the tools can be applied in real projects. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    sperm

    sperm

    Collection of reverse engineering articles curated for learning

    sperm is a curated repository that gathers a collection of notable articles related to reverse engineering and software analysis. It primarily acts as a knowledge archive where previously published technical posts are compiled and organized for easier access and long-term reference. These articles originate from multiple technical communities and platforms and are exported into Markdown format to maintain a consistent and readable structure. sperm focuses on educational material that explores reverse engineering techniques, mobile analysis, and related technical discussions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    newspaper4k

    newspaper4k

    Python library for scraping and analyzing online news articles easily

    ...Newspaper4k supports both single-article extraction and full news site processing, allowing users to build sources representing entire publications and iterate through their articles. It maintains compatibility with the original project so that existing code written for newspaper3k can continue working with minimal changes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    news-please

    news-please

    Python tool for crawling and extracting structured data from news site

    news-please is an open source news crawler and information extraction tool designed to collect and structure articles from online news websites. It provides an integrated pipeline that crawls news sites, retrieves article pages, and extracts structured information such as headlines, authors, publication dates, and article text. news-please can recursively follow internal links and read RSS feeds to gather both recent and archived articles from a news outlet when given only the root URL of a site. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    Article Extractor

    Article Extractor

    To extract main article from given URL with Node.js

    A Node.js library for extracting main content from web articles, removing unnecessary clutter like ads and navigation elements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Professional Programming

    Professional Programming

    A collection of learning resources for curious software engineers

    ...The list is organized by themes such as coding, design, operations, communication, and career, making it easy to dive into specific aspects of engineering practice. Each resource is hand-picked by the maintainer, focusing on timeless, high-signal articles, talks, and books rather than trendy or shallow content. Because it has been maintained for many years, it also acts as a kind of “canon” of articles that many engineers reference throughout their careers. The repository is especially helpful for self-taught developers or those transitioning from junior to senior roles who want a structured reading roadmap instead of random blog posts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    tldw Server

    tldw Server

    Your Personal Research Multi-Tool

    tldw-server (mirror) is a mirrored distribution of an open-source backend service designed to store, process, and serve summarized information extracted from long pieces of content. The name “tldw” reflects the phrase “too long; didn’t watch,” which refers to tools that condense lengthy videos, articles, or documents into concise summaries. The server component typically acts as the core infrastructure that manages summaries, metadata, and retrieval operations for client applications or user interfaces. In practical deployments, a system like this can support AI-powered summarization pipelines that process transcripts, articles, or other long-form material and store condensed versions for easier consumption. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    MEDIUM_NoteBook

    MEDIUM_NoteBook

    Repository containing notebooks of my posts on Medium

    MEDIUM_NoteBook is an open-source repository that contains a collection of Jupyter notebooks and code examples originally developed to accompany technical articles published on Medium. The project provides practical demonstrations of machine learning algorithms, data analysis workflows, and visualization techniques. Each notebook typically focuses on explaining a specific concept through step-by-step examples that combine explanatory text, code, and visual outputs. The repository covers a wide variety of data science topics such as predictive modeling, data preprocessing, statistical analysis, and feature engineering. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    engineering-management

    engineering-management

    A collection of inspiring resources related to engineering management

    ...Rather than being a generic management reading list, it collects content that speaks directly to leading software teams, managing projects, and supporting engineers’ growth. The materials span topics like one-on-ones, feedback, hiring, performance reviews, culture, strategy, and remote work. The maintainer highlights articles that are short, concrete, and packed with actionable ideas, making it easier for busy managers to learn without wading through entire books first. Many entries come from experienced leaders sharing hard-won lessons, so the list doubles as a mentorship proxy for new managers. It is especially useful for individual contributors transitioning into management, or for existing managers who want to benchmark and refine their practices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    LaTeX Examples

    LaTeX Examples

    Examples for the usage of LaTeX

    LaTeX-examples is a repository collecting a variety of example documents and snippets demonstrating LaTeX features, usage patterns, and common templates. It acts as a playground for learning LaTeX syntax, macros, formatting tricks, and document structuring practices. Files include sample articles, reports, book chapters, presentations (using Beamer), tables, mathematical typesetting examples (equations, aligned systems, integrals, matrices), custom macros, and styling. The project is useful both for beginners who want to see working LaTeX samples and for more advanced users seeking snippets for specific formatting needs (e.g., customizing headers, floats, customizing theorem environments). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    FriendlyId

    FriendlyId

    FriendlyId is the “Swiss Army bulldozer” of slugging

    FriendlyId is a Rails gem that provides human-readable slugs for ActiveRecord models, replacing numeric IDs in URLs with meaningful strings. For example, instead of /articles/123, you can have /articles/my-first-post. It integrates with ActiveRecord to generate slugs automatically based on attributes (like a title) and manages uniqueness, history, and slug regeneration when records change. FriendlyId also supports features like slug candidates, scoped slugs, and reserved word handling to avoid conflicts. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Software Engineering Blogs

    Software Engineering Blogs

    A curated list of engineering blogs

    ...The repository serves as a centralized index that helps users discover high-quality technical content across a wide range of topics, including software engineering, system design, infrastructure, and data engineering. It is organized in a structured manner, making it easy to browse and find articles from specific companies or domains of interest. The project is continuously updated by the community, ensuring that the content remains relevant and reflective of current industry practices. It acts as a valuable learning resource for developers who want to stay informed about real-world engineering challenges and solutions implemented by major organizations. ...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 13
    BestBlogs

    BestBlogs

    A collection of top programming

    BestBlogs is an open-source project designed to aggregate, organize, and surface high-quality blog content from across the web, helping users discover valuable articles in a structured and accessible way. The platform focuses on curating content based on relevance, quality, and usefulness rather than simply indexing large volumes of information, making it particularly useful for developers, researchers, and knowledge seekers. It typically integrates automated data collection and filtering mechanisms to gather blog posts from multiple sources, then categorizes and ranks them to improve discoverability. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Learn AI Engineering

    Learn AI Engineering

    Learn AI and LLMs from scratch using free resources

    ...Rather than a loose bookmark list, it organizes topics into a progression so learners can start from fundamentals and move toward practical, production-oriented skills. It mixes courses, articles, code labs, and videos, emphasizing materials that teach both concepts and hands-on implementation. The curation recognizes modern AI realities, including data pipelines, evaluation, prompt engineering, retrieval-augmented generation, and cost/performance trade-offs. It’s equally useful for refreshers—dipping into a specific module before a project—as it is for a full, self-directed curriculum. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Laravel Sharp

    Laravel Sharp

    Laravel 10+ Content management framework

    ...Content administrators should work with their data and terminology, not CMS terms. I mean, if the project is about spaceships, space travels, and pilots, why would the CMS talk about articles, categories, and tags? Developers should not have to work on the front-end development for the CMS. Because life is complicated enough, Sharp takes care of all the responsive / CSS / JS stuff.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 16
    MockK

    MockK

    Mocking library for Kotlin

    All you need to get started is just to add a dependency to MockK library. Simplest example. By default mocks are strict, so you need to provide some behavior.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AI CODE GUIDE

    AI CODE GUIDE

    AI Code Guide is a roadmap to start coding with AI

    AI CODE GUIDE is an open educational repository that provides a comprehensive roadmap for learning how to use artificial intelligence tools for software development. The project organizes resources related to AI-assisted programming, including tutorials, research papers, developer tools, and practical guidelines. Its goal is to help both experienced programmers and beginners understand how AI models can assist with writing, reviewing, and designing software. The repository discusses emerging...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    AI Notes

    AI Notes

    Curated AI engineering notes on LLMs, generative models, and tools

    ai-notes is a curated repository of notes focused on the evolving landscape of artificial intelligence, particularly generative models and large language models. It is designed to help software engineers quickly understand modern AI concepts, tools, and developments through structured documentation and research notes. It functions as a living knowledge base composed of numerous markdown files that organize topics such as text generation, image generation, AI infrastructure, and code...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Papers We Love

    Papers We Love

    Papers from the computer science community to read and discuss

    Papers We Love (PWL) is a global open source community dedicated to reading, discussing, and sharing influential computer science research papers. The repository serves as a curated directory of academic papers that have shaped the field of computing, providing a centralized location for documents that were previously scattered across various online sources. While licensing restrictions prevent hosting all papers directly, PWL offers links to their original sources and clearly marks hosted...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    Java and Spring Tutorials

    Java and Spring Tutorials

    Getting Started with Spring Boot 3

    Java and Spring Tutorials is a large-scale educational codebase that provides practical examples and tutorials covering a wide range of software development topics, primarily focused on Java and related ecosystems. It serves as a companion resource for Baeldung articles, offering real-world code implementations that demonstrate concepts such as Spring Boot, persistence frameworks, REST APIs, security, testing, and more. The repository is organized into multiple modules, each targeting specific technologies or frameworks, making it easy for developers to explore topics independently. It emphasizes best practices, clean code structure, and production-ready patterns, allowing learners to not only understand theoretical concepts but also apply them in real applications. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    daily.dev

    daily.dev

    Network for developers to learn, collaborate, and grow together

    daily.dev is the open-source codebase behind the daily.dev developer news platform, which aggregates and personalizes technical content for programmers. The project focuses on delivering curated feeds of articles, tutorials, and community discussions tailored to developer interests. It combines content aggregation, ranking algorithms, and user personalization to create an engaging discovery experience. The platform is built with modern web technologies and emphasizes performance and extensibility. Contributors can explore how large-scale content feeds and recommendation systems are implemented in practice. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Data Engineering Handbook

    The Data Engineering Handbook

    Links to everything you'd ever want to learn about data engineering

    The Data Engineering Handbook is a comprehensive, community-curated repository that aggregates essential learning resources for anyone interested in becoming a professional data engineer. Rather than being a code project itself, it’s a learning handbook that links to books, articles, tutorials, community groups, boot camps, and real-world project examples that collectively form a roadmap to mastering data engineering skills. It includes beginner and intermediate boot camps, interview guides, data cleaning and transformation resources, and curated lists of newsletters and industry communities, making it useful both for self-study and technical interview preparation. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Read Frog

    Read Frog

    Open Source Immersive Translate

    Read Frog is an open-source browser extension designed to transform everyday web reading into an immersive language learning experience powered by artificial intelligence. The tool integrates translation, contextual explanations, and content analysis directly into the browsing workflow so users can learn languages naturally while reading authentic online content. Instead of forcing learners to switch between translation tools and the original text, the extension displays translations...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Linkwarden

    Linkwarden

    Self-hosted collaborative bookmark manager

    ...Instead of saving only a URL, it captures durable archived formats so your saved knowledge remains accessible even when link rot happens. The experience is designed to feel like a modern “read-it-later” tool, with a reader view that makes long articles easier to consume and built-in highlighting and annotations so you can keep context on why a link mattered. Organization goes beyond simple folders by supporting collections and sub-collections, descriptions, and multiple tags, making it practical for research, operations, and shared knowledge bases. Collaboration is a first-class concept, allowing multiple users to contribute to shared collections while still maintaining permission controls for who can view, edit, or manage content.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    LinkAce

    LinkAce

    LinkAce is a self-hosted archive to collect links of your favorite web

    LinkAce is a self-hosted archive to collect links of your favorite websites. Save articles to read them later, tools to use in your next project, or historical content to archive it for the long term. LinkAce comes with a lot of features while keeping a clean and minimal interface. It provides a long-term archive to store links to websites, media files or anything else with a valid URL. The user is able to categorize the added links to be able to find them later, and share lists of links with friends, family, or coworkers. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB