Showing 18 open source projects for "patterns"

View related business solutions
  • 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
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    Realtime Chat Application

    Realtime Chat Application

    Build and deploy a real time chat application

    ...It covers the mechanics of establishing WebSocket connections, broadcasting and receiving messages, and maintaining active user rooms. The repository includes scripts and instructions to spin up both client and server quickly so you can experiment locally. It illustrates common patterns like event-driven messaging, joining/leaving rooms, and rendering live message streams in the UI. The goal is to teach production-adjacent concepts such as minimal state management, basic routing, and environment configuration without overwhelming the learner. The project has been widely referenced by learners tackling socket-based chat as an entry point to real-time web development.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    ReactJS Interview Questions

    ReactJS Interview Questions

    List of top 500 ReactJS Interview Questions & Answers

    ...It covers a broad spectrum of topics, from the fundamentals of React components and state management to advanced concepts like hooks, performance optimization, and design patterns. The project also extends into practical integration topics, such as working with APIs and handling routing. Future updates plan to add coding exercises, making the resource even more hands-on for learners. With contributions from the developer community, it serves as a practical guide for interview readiness and continuous skill-building.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Preguntas de entrevista para React

    Preguntas de entrevista para React

    Questions about React for job interviews

    Preguntas de entrevista para React is a comprehensive Spanish-language resource containing typical React interview questions organized from beginner to expert level. The repository is not just a list of questions: it includes detailed explanations in Spanish, making it useful as both an interview prep guide and a deeper learning reference.The content is structured in sections (beginner, intermediate, expert), covering everything from “What is React?” and JSX basics to advanced topics such as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    React Projects

    React Projects

    Collection of React example / tutorial projects

    This repository is a collection of small-to-medium React applications that showcase practical patterns, from stateful widgets to multi-page interfaces. Each project is self-contained and demonstrates specific techniques—hooks for state and effects, context for global state, custom hooks for reuse, and reducer patterns for complex updates. The codebases include common UI tasks like forms, modals, lists, filtered search, and pagination, along with data fetching and basic routing where appropriate. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • HSI Donesafe | #1 Rated Cloud EHS Software | ESG Reporting Icon
    HSI Donesafe | #1 Rated Cloud EHS Software | ESG Reporting

    Trusted by industries worldwide, Donesafe allows organizations to track, manage, and report on essential EHS functions from one central platform.

    HSI Donesafe is a no-code, cloud-based EHS software that simplifies safety, compliance, and risk management, transforming complex processes into user-friendly workflows.
    Learn More
  • 5
    Clean Code JavaScript

    Clean Code JavaScript

    Clean Code concepts adapted for JavaScript

    ...Modern JavaScript features (e.g., default parameters, destructuring, classes, array methods) are used to illustrate clearer APIs and fewer side effects. Throughout, the guidance encourages single-purpose functions, avoiding unnecessary context and duplications, and favoring functional patterns where they improve clarity. It’s a reference you dip into to assess your code’s clarity and consistency, not a checklist of rules to follow blindly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Beginner JavaScript

    Beginner JavaScript

    Slam Dunk JavaScript

    ...Because everything runs in the browser with minimal tooling, setup is simple and newcomers can focus on the language rather than the build system. The repo doubles as a reference you can revisit later when you need to refresh syntax or patterns.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Functional-Light JavaScript

    Functional-Light JavaScript

    Pragmatic, balanced FP in JavaScript

    ...Instead of insisting on strict purity, it adopts a balanced approach that keeps code practical while showing how immutability, composition, and declarative thinking improve quality. Chapters build up from values and closures to higher-order functions, list operations, transducing, and async patterns, all grounded in idiomatic JS. The writing favors intuition and trade-offs, explaining when a technique helps and when it becomes counterproductive. Numerous examples and exercises turn abstract ideas into patterns you can apply in everyday modules and services. It’s a developer-friendly path to writing clearer, more predictable code without abandoning JavaScript’s strengths.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Advanced React & GraphQL

    Advanced React & GraphQL

    Starter Files and Solutions for Full Stack Advanced React and GraphQL

    ...The projects show how to connect a React front end to a GraphQL API, model data, and implement features such as pagination, permissions, and image/file handling. You’ll see how reusable UI primitives, styled components, and form patterns come together to speed up development. The course emphasizes developer experience—environment variables, debugging tips, deployment steps—so students can ship confidently. By the end, learners understand not only how to build features but how to structure a codebase that is maintainable and scalable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    code-review-tips

    code-review-tips

    Common problems to look for in a code review

    ...It champions empathetic reviewing, emphasizing clarity, small diffs, and constructive feedback that helps teams move faster. By treating code review as a skill with teachable patterns, the project helps teams catch issues earlier and raise the overall bar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Workable Hiring Software - Hire The Best People, Fast Icon
    Workable Hiring Software - Hire The Best People, Fast

    Find the best candidates with the best recruitment software

    Workable is the preferred software for today's recruiting industry and HR teams, trusted by over 6,000 companies to streamline their hiring processes. Finding the right person for the job has never been easier—users now possess the ability to manage multiple hiring pipelines at once, from posting a job to sourcing candidates. Workable is also seamlessly integrated between desktop and mobile, allowing admins full control and flexibility all in the ATS without needing additional software.
    Learn More
  • 10
    jstutorial

    jstutorial

    Javascript tutorial book

    ...The material steadily introduces modern features—modules, arrow functions, classes, destructuring, promises, and async/await—while relating them back to the underlying mechanics of the language. Beyond syntax, it explores how JavaScript actually runs, touching on the event loop, asynchronous patterns, and common pitfalls that trip up newcomers. The browser section covers DOM manipulation, events, storage, and network requests so readers can build interactive pages with confidence. Later chapters introduce Node.js usage and ecosystem basics, making the tutorial a practical bridge between front-end and back-end JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Node.JS Course

    Node.JS Course

    Materials, slides and other goodies from my Node.JS courses

    This repository accompanies a hands-on Node.js course that builds production-minded skills through projects and exercises rather than slideware. It walks learners from fundamentals to pragmatic topics such as configuration management, process models, database integration, caching, and message queues. Security practices—input validation, secrets handling, and least-privilege IAM—are woven into examples instead of tacked on at the end. The curriculum also covers operational concerns like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RegExr

    RegExr

    Tool for creating, testing, and learning about Regular Expressions

    ...PCRE & JavaScript flavors of RegEx are supported. Validate your expression with Tests mode. The side bar includes a Cheatsheet, full Reference, and Help. You can also Save & Share with the Community, and view patterns you create or favorite in My Patterns. Explore results with the Tools. Replace & List output custom results. Details lists capture groups. Explain describes your expression in plain English. It provides full RegEx Reference with help & examples. Undo & Redo with ctrl-Z / Y in editors. Search for & rate Community Patterns. You can also group multiple tokens together and create a capture group for extracting a substring or using a backreference.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Learning JavaScript Design Patterns

    Learning JavaScript Design Patterns

    Repo for my 'Learning JavaScript Design Patterns' book

    ...Design patterns also provide us a common vocabulary to describe solutions. This can be significantly simpler than describing syntax and semantics when we're attempting to convey a way of structuring a solution in code form.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Art of Node

    The Art of Node

    A short introduction to node.js

    The Art of Node is an open-source resource and codebase that explores idiomatic and practical ways to write Node.js applications, often focusing on design patterns, best practices, and real-world examples to help developers build robust, scalable, and maintainable server-side JavaScript. Instead of simply cataloging APIs, the project delves into architecture concepts such as modularization, asynchronous control flows, testing strategies, error handling patterns, and tooling setups that professional Node applications benefit from. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    WebCollAPs

    WebCollAPs

    WebCollAPs is an Editor for Designing Adaptive Collaboration Scripts

    WebCollAPs is an IMS-LD Compatible Editor for the Design of Adaptive Collaboration Scripts.It's aimed at teachers who would like to create their own adaptive collaboration script with embedded assessment. So far it supports the adaptation patterns “Advance the Advanced ” and “Lack of Confidence”.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Web Collage is a IMS-LD script authoring tool. It's aimed at teachers who would like to create their own collaboration script with embedded assessment. Design patterns are used to give ideas about how to configure assessment and learning activities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Website for language learners which allows memorize words. Users will be able to create their own libraries of words and do drills. Project will utilise JSP, Struts, MySQL, J2EE design patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A derivative of the project 'learning patterns for the design and depolyment of mathematical games' (http://lp.noe-kaleidoscope.org/), this is an on-line, html (AJAX) based editor & browser for FreeMind (http://freemind.sourceforge.net/) mindmaps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next