30 open-source projects similar to codeprincess/arstarter, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best ARStarter alternative.
An open source game recreating the beloved classic "Space Invaders" in the real world!
Alfred search suggest workflow for various popular websites.
This project is a comprehensive guide to architectural standards and coding patterns for developing maintainable applications within the Laravel framework. It focuses on clean code standards, applying the single responsibility and DRY principles to ensure codebase predictability and consistency. The guide emphasizes decoupling components by moving business logic into service layers and shifting input validation into dedicated request classes to keep controllers lean. It advocates for the use of a service container and dependency injection to reduce class coupling and improve testability. The
30DaysofSwift is a structured educational curriculum designed to teach native mobile application development for Apple devices. It provides a collection of practical coding exercises that guide learners through the implementation of core iOS frameworks and the Swift programming language. The project focuses on mastering standard mobile design patterns and system integration tasks. It covers the creation of interactive interface components, the application of motion and transitions to user interfaces, and the management of local data persistence. Additionally, the curriculum includes exercises
A collection of short notes about Nix focusing on what is immediately needed by users.
node-lessons is a comprehensive Node.js programming course and instructional guide. It provides a collection of guided lessons and code examples designed to teach the fundamentals of the Node.js runtime and server-side JavaScript development. The project serves as a practical guide for building web servers and backend applications, specifically covering the implementation of HTTP servers, request routing, and middleware chains. It includes specialized instructional material on managing asynchronous JavaScript workflows through promises and flow control, as well as guides for integrating NoSQL
All the info and materials about the certification that I've collected so far
阿里无线前端性能优化指南 (Pt.1 加载期优化) by @晓田 - Web中的图标 by @大漠 - 我理解的阿里无线前端“架构”(半鸡汤,少干货) by @hongru - 写给前端面试者 by @大漠 - 手机淘宝这三年(更新PPT同步录音视频) by @渚薰 - 手机淘宝前端的图片相关工作流程梳理 by @勾三股四 - 高级CSS filters by @大漠 - Font Boosting by @尚左 - 15年双11手淘前端技术巡演 - 前言 by @hongru - 对无线电商动态化方案的思考(一) by @勾三股四 - 对无线电商动态化方案的思考(二) by…
A Comprehensive Getting Started Guide For Application Development On Hyperledger Fabric
This project is a comprehensive collection of reference materials, including a language cheatsheet, a standard library reference, and a concurrency reference. It serves as a guide to modern C++ development, focusing on language syntax, standard library utilities, and template metaprogramming patterns. The repository provides specific guidance on template metaprogramming through a dedicated guide covering compile-time evaluation, type deduction, and variadic template execution. The materials cover a broad range of capabilities, including asynchronous programming, memory management, and system
Curated list: Resources for machine learning in Ruby
Podcast about Android Development with Hannes Dorfmann, Artem Zinnatullin, Artur Dryomov and wonderful guests!
👨🏻💻 Examples of new iOS 11 APIs
This repository serves as a comprehensive, curated collection of open-source implementations focused on artificial intelligence, machine learning, and computer vision. It functions as a centralized knowledge base and technical resource index, providing students and professional engineers with a structured directory of code examples for educational and practical reference. The project distinguishes itself through a community-driven curation model, relying on manual updates and contributions to maintain a relevant and expansive archive. By organizing these resources into categorized lists, the
This project is an open-source software engineering handbook and technical learning resource focused on backend web development. It provides a comprehensive guide to building server-side applications, covering the end-to-end flow of web requests from initial HTTP traffic handling to database integration and dynamic content rendering. The material follows a code-centric pedagogical pattern, anchoring theoretical concepts in functional snippets that demonstrate practical implementation. The curriculum is organized through progressive complexity sequencing, moving from foundational language synt
This repository contains a base networking framework for building a realtime quiz platform with Ably. This project uses VueJS on the client-side and NodeJS on the server-side and is scalable as you need.