72 projects for "blog" with 2 filters applied:

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    pretzelhammer's Rust blog

    pretzelhammer's Rust blog

    Educational blog posts for Rust beginners

    Educational blog posts for Rust beginners.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Symfony Demo Application

    Symfony Demo Application

    Symfony Demo Application

    Symfony Demo is a reference application created by the Symfony community to showcase best practices and demonstrate how to build a modern web application using the Symfony framework. It features a blog-style website with user authentication, content management, and a clean, responsive design. The project serves as an educational tool for learning Symfony development, including configuration, routing, controllers, and templating.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Magic Portfolio

    Magic Portfolio

    Build your timeless portfolio with Once UI's Magic Portfolio

    ...It provides a minimal, beginner-friendly setup that focuses on strong typography, responsive layouts, and restrained motion instead of heavy animations. Content is managed through a structured configuration and MDX-based content system, so you can define sections, projects, blog posts, gallery items, and about/CV information in code-backed content files. The template emphasizes SEO with auto-generated Open Graph/X images, schemas, and metadata derived from the content configuration, making it more discoverable out of the box. It offers flexible feature toggles to enable or disable sections such as blog, work, gallery, and about, as well as options for automatic social link generation and password-protected URLs.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Canvas

    Canvas

    Publishing on your own terms

    Canvas is a fully open source package to extend your existing Laravel application and get you up and running with a blog in just a few minutes. In addition to a distraction-free writing experience, you can view monthly trends on your content, get insights into reader traffic and more. Canvas is a powerful tool for Laravel apps that makes it easy to write, edit, and brand your work with a range of publishing tools. Incorporate meaningful tags, informative meta data, and canonical links to boost rankings on search and social media. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Say goodbye to broken revenue funnels and poor customer experiences Icon
    Say goodbye to broken revenue funnels and poor customer experiences

    Connect and coordinate your data, signals, tools, and people at every step of the customer journey.

    LeanData is a Demand Management solution that supports all go-to-market strategies such as account-based sales development, geo-based territories, and more. LeanData features a visual, intuitive workflow native to Salesforce that enables users to view their entire lead flow in one interface. LeanData allows users to access the drag-and-drop feature to route their leads. LeanData also features an algorithms match that uses multiple fields in Salesforce.
    Learn More
  • 5
    TilesFX

    TilesFX

    A JavaFX library containing tiles that can be used for dashboards

    ...To get an idea on how to use the skins with their parameters you could either take a look at the Demo file or check out the TilesFX Demo project which also contains information on how to combine TilesFX with other libraries e.g. Medusa You can also check my blog where you will find additional information about certain tiles.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Servant

    Servant

    Haskell DSL for describing, serving, querying, mocking web apps

    ...After this article, you should be able to write your first server web services, learning the rest from the haddocks' examples. The core documentation can be found here. Other blog posts, videos, and slides can be found on the website. The core documentation can be found here. Other blog posts, videos and slides can be found on the website.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Mix Space Core

    Mix Space Core

    The next generation of RESTful API service

    MX-Space Core is a content management platform designed for blogging and personal websites, with a focus on customization and user experience.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    applied-ml

    applied-ml

    Papers & tech blogs by companies sharing their work on data science

    The applied-ml repository is a rich, curated collection of papers, technical articles, and case-study blog posts about how machine learning (ML) and data-driven systems are applied in real production environments by major companies. Instead of focusing solely on theoretical ML research, this repo highlights industry-scale challenges: data collection, quality, infrastructure, feature stores, model serving, monitoring, scalability, and how ML is embedded in product workflows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ButterCMS JS client

    ButterCMS JS client

    Node/JS API client for ButterCMS

    A seamless CMS with a blazing fast API and marketing dashboard. Stop wasting dev time and free your marketers from your legacy CMS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    Professional Programming

    Professional Programming

    A collection of learning resources for curious software engineers

    ...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: 3 This Week
    Last Update:
    See Project
  • 11
    HyperUI

    HyperUI

    Free Tailwind CSS v4 components for your next project

    HyperUI is a large, copy-and-paste library of Tailwind CSS components aimed at speeding up interface building without adding heavy JavaScript. It groups components by common product needs—navigation, hero sections, pricing, forms, cards, tables, and full e-commerce flows—so teams can assemble pages quickly from consistent building blocks. Each snippet is written as semantic HTML with Tailwind utility classes, making it easy to customize spacing, color, and typography through a project’s...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Laravel Cascade Soft Deletes

    Laravel Cascade Soft Deletes

    Cascading deletes for Eloquent models that implement soft deletes

    In scenarios when you delete a parent record - say for example a blog post - you may want to also delete any comments associated with it as a form of self-maintenance of your data. Normally, you would use your database's foreign key constraints, adding an ON DELETE CASCADE rule to the foreign key constraint in your comments table. It may be useful to be able to restore a parent record after it was deleted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    gopkg

    gopkg

    Example for the go pkg's function

    ...The project organizes content so that each package has its own directory and each function within that package gets its own Markdown file with code examples. The idea is that developers can quickly look up “how do I actually use this function?” without digging through source code or scattered blog posts. The maintainer provides conventions for naming and formatting, and requires that submitted examples compile and run locally or on the Go Playground, which helps keep the collection reliable. A todo.md file coordinates contributions so collaborators do not duplicate work, and there is an associated chat group for discussion. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mobility

    Mobility

    Pluggable Ruby translation framework

    Mobility is a gem for storing and retrieving translations as attributes on a class. These translations could be the content of blog posts, captions on images, tags on bookmarks, or anything else you might want to store in different languages. Storage of translations is handled by customizable "backends" which encapsulate different storage strategies. The default way to store translations is to put them all in a set of two shared tables, but many alternatives are also supported, including translatable columns and model translation tables, as well as database-specific storage solutions such as json/jsonb and Hstore (for PostgreSQL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Surface

    Surface

    A server-side rendering component library for Phoenix

    Surface is a component-based UI library for Phoenix LiveView that brings a declarative, template-driven approach to building interactive interfaces. Inspired by frameworks like React, it introduces components with typed properties, slots, and macros to simplify complex UIs. Developers can create reusable, encapsulated components that integrate seamlessly with LiveView’s server-rendered real-time model. Surface emphasizes readability, making templates feel closer to HTML while retaining...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Awesome English Ebooks

    Awesome English Ebooks

    Curated list of freely available English-language magazine issues

    ...Because it lives in Git, the list benefits from community maintenance: contributors add new titles, replace dead links, and refine categories as the ecosystem shifts. The intent is to lower the barrier to structured self-study by pointing to reputable, long-lived resources rather than ephemeral blog posts. It’s especially useful for students, self-taught developers, and professionals building a reading plan around core concepts and modern practice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    pascal p5c

    fast, portable Pascal compiler using gnu c as intermediate code

    ...p5c is multi platform - it is easy to get up and running since you only need gcc to start. Using gcc enables extra tools like a static analyser and code coverage analyser. Execution profiling described in the blog here -> https://sourceforge.net/p/pascal-p5c/blog/2017/07/how-to-use-profiling-to-speed-up-p5c-pascal-programs It extends p5 by adding arbitrary set limits and conformant arrays. The project also contains p5x - pascal with extensions to the standard pascal language (underscores allowed in identifiers, otherwise in case statement, constant expressions, etc)
    Downloads: 8 This Week
    Last Update:
    See Project
  • 18
    e107

    e107

    e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL

    ...Developers can save time in building websites and powerful online applications. Users can avoid programming completely! Blogs, websites, intranets – e107 does it all. Make blog posts and static pages for your site with the click of a button. A forum that allows you to have multiple discussion areas on your website. Sub-category areas too. Offer thousands of digital content downloads to your users with searchable structured content. Allows users to register on your website with their email address or social network account. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Tiki Wiki CMS Groupware

    Tiki Wiki CMS Groupware

    The Free / Libre / Open Source Web App with the most built-in features

    "Software made the wiki way" A full-featured, web-based, tightly integrated, all-in-one Wiki+CMS+Groupware, Free Source Software (GNU/LGPL), using PHP, MySQL, Zend Framework, jQuery and Smarty. Tiki can be used to create all kinds of Web applications, sites, portals, knowledge base, intranets, and extranets. Tiki is the Open Source Web Application with the most built-in features. Highly configurable and modular, all features are optional and administered via a web-based interface....
    Leader badge
    Downloads: 104 This Week
    Last Update:
    See Project
  • 20
    cls-rtracer

    cls-rtracer

    CLS-based request id generation for Express, Fastify, Koa and Hapi

    Express & Koa middlewares and Fastify & Hapi plugins for CLS-based request ID generation, batteries included. An out-of-the-box solution for adding request IDs into your logs. Check out this blog post that describes the rationale behind cls-rtracer. Automatically generates a UUID V1 value as the id for each request and stores it in AsyncLocalStorage. Optionally, if the request contains an X-Request-Id header, uses its value instead. Allows to obtain the generated request id anywhere in your routes later and use it for logging or any other purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    javaboy-code-samples

    javaboy-code-samples

    Collection of Java code examples and demo projects

    ...Each sample serves as a compact learning unit for a specific technology or pattern, allowing developers to explore one concern at a time without navigating a massive codebase. The repository often accompanies blog posts and tutorials, helping developers learn by reading articles and examining the corresponding code side-by-side. Because these practical examples cover common real-world problems and solutions, the project has amassed significant developer interest and engagement.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    Create Website News, Magazine, Blogs etc

    Create Website News, Magazine, Blogs etc

    An Easy to Edit Website News / Blogs Template

    Have a look at the Video below for details. Categories : Create Website News, Magazine, Blogs, Articles, Pages, Recipes, Design, Development etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Scalable-Software-Architecture

    Scalable-Software-Architecture

    Collection of tech talks, papers and web links on Distributed Systems

    Scalable-Software-Architecture gathers tech talks, academic papers, blog posts and web links related to building scalable software architecture, distributed systems, system design, and production-scale considerations. The aim is to help readers study how large systems operate: how to scale them, how to handle latency, failure, load, concurrency, and how to structure software for maintainability at scale.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PHPFusion

    PHPFusion

    Award-winning lightweight Open Source Content Management System (CMS)

    PHPFusion is an award-winning open source content management system (CMS). PHPFusion is written in PHP and MySQL and includes a simple, comprehensive administration system. Demos : https://demos.php-fusion.co.uk/
    Downloads: 37 This Week
    Last Update:
    See Project
  • 25
    Awesome Conformal Prediction

    Awesome Conformal Prediction

    A professionally curated list of awesome Conformal Prediction videos

    awesome-conformal-prediction is a curated “awesome list” repository on GitHub collecting high-quality resources related to conformal prediction: tutorials, books, papers, theses, open-source libraries, videos, and other educational material. It is not a software library itself but a directory of resources for those wanting to learn or work with conformal prediction and uncertainty quantification. This exceptional resource is the culmination of my PhD journey in Machine Learning, specializing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next