527 skills found · Page 15 of 18
david-davidson / Data Structures Algorithms JavascriptSome interesting data structures, algorithms, and design patterns in JavaScript
shaniidev / KeyanaHigh-performance JavaScript reconnaissance tool with Aho-Corasick pattern matching for bug bounty hunters and security researchers
DGouron / Algo PatternJust some algo, pattern and code snippets in javascript. Feel free to clone it and use it. :)
aridepai17 / JAVASCRIPT AND REACTJS FRONTEND MASTERYA collection of projects and exercises to master JavaScript and ReactJS. This repo covers essential concepts, from core JavaScript features to advanced React patterns, helping developers build dynamic, performant web applications. Perfect for both beginners and advanced learners.
ITurres / Jest Testing🧪I will write a few practical tests for JavaScript functions using the Jest library. I will make sure to follow the AAA pattern to make your tests easier for other developers to read and understand. I will also use the TDD approach in practice.🧪
nemisj / Zet.jsZet.js is a lightweight experimental JavaScript class declarator ( by using functional OOP ). It's based on Module pattern and has some useful features of it, like private scoping and no 'new' usage. Yet, it has more than that. Zet.js provides you with unified declaration format, scope substitution protection, solid inheritance paradigm and support for namespaces.
nanjixiong218 / JavascriptPatternjavascript设计模式初学
wilsson / Module Pattern Javascript:notebook_with_decorative_cover: post de patron modular en javascript
codeniche / Javascript Mvc PatternThis simple Javascript MVC pattern will help you keep all your Javascript code logically separated and easy to find.
frodoe7 / JS DesignPatterns11 Design Patterns in Javascript
actgardner / GotimeWebsite and Javascript library for parsing Golang date-time patterns
hjb2722404 / Javascript Patternjavascript设计模式用例
yortus / MultimethodsFast and flexible pattern-matched control flow for JavaScript
Webschool-io / Curso JavaScript Design PatternsCurso sobre padrões de projeto com JavaScript
foxbunny / Vanilla Ui PatternsVarious UI patterns implemented with vanilla JavaScript
mxriverlynn / Speccysimple javascript specification pattern implementation for nodejs / browserify
shawkyebrahim2514 / Islamic WebsiteIslamic website using HTML, CSS, JavaScript, REST API, MVC architectural pattern, clean code.
akshayitzme / Rn Crypto JsCryptoJS for React Native, is a collection of standard and secure cryptographic algorithms implemented in JavaScript using best practices and patterns.
paulsaenzsucre / To Do ListTo Do List is a single page web app that lets users manage a simple list of tasks. Users can add and remove tasks from the list. It was coded using standard technologies like HTML5, CSS3 and JavaScript; and has an object-oriented approach using a model view presenter pattern. Feel free to give me feedback or contact me about this project.
72lions / FrameworkJSAnother MVC framework for Javascript. FrameworkJS has built in support for Models, Views, Controllers and Services. It supports a strip-down Publisher/Subscriber pattern and it also has a utility for doing AJAX calls.