Found 107,221 repositories(showing 30)
isocpp
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
amplication
Amplication brings order to the chaos of large-scale software development by creating Golden Paths for developers - streamlined workflows that drive consistency, enable high-quality code practices, simplify onboarding, and accelerate standardized delivery across teams.
Sairyss
Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included
DrkSephy
ES2015 [ES6] cheatsheet containing tips, tricks, best practices and code snippets
microsoft
Best Practices, code samples, and documentation for Computer Vision.
codeguy
An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web
jwasham
Mini website for testing both general CS knowledge and enforce coding practice and common algorithm/data structure memorization.
jstherightway
An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web
exercism
Crowd-sourced code mentorship. Practice having thoughtful conversations about code.
OWASP
Golang Secure Coding Practices guide
firebase
FirebaseUI is an open-source JavaScript library for Web that provides simple, customizable UI bindings on top of Firebase SDKs to eliminate boilerplate code and promote best practices.
liuyubobobo
Codes of my MOOC Course <Play with Algorithms>, Both in C++ and Java language. Updated contents and practices are also included. 我在慕课网上的课程《算法与数据结构》示例代码,包括C++和Java版本。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
pkivolowitz
A book teaching assembly language programming on the ARM 64 bit ISA. Along the way, good programming practices and insights into code development are offered which apply directly to higher level languages.
AvdLee
Add expert SwiftUI Best Practices guidance to your AI coding tool (Agent Skills open format).
MedUnes
A collection of daily coding challenges designed to help you master idiomatic Go through deliberate, repetitive practice.
greensock
Official AI skills for GSAP. These skills teach AI coding agents how to correctly use GSAP (GreenSock Animation Platform), including best practices, common animation patterns, and plugin usage.
Sairyss
Best practices, tools and guidelines for backend development. Code examples in TypeScript + NodeJS
awslabs
Hands on labs and code to help you learn, measure, and build using architectural best practices.
liuyubobobo
Codes of my MOOC Course <Play Data Structures in Java>. Updated contents and practices are also included. 我在慕课网上的课程《Java语言玩转数据结构》示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
ashvardanian
Playing around "Less Slow" coding practices in C++ 20, C, CUDA, PTX, & Assembly, from numerics & SIMD to coroutines, ranges, exception handling, networking and user-space IO
polarmobile
Best-practices and coding conventions for the CoffeeScript programming language
iammukeshm
An implementation of Clean Architecture for ASP.NET Core 3.1 WebAPI. Built with loosely coupled architecture and clean-code practices in mind.
in28minutes
Best practices in Coding, Designing and Architecting Java Applications
liuyubobobo
Code of my MOOC Course <Play with Machine Learning Algorithms>. Updated contents and practices are also included. 我在慕课网上的课程《Python3 入门机器学习》示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
palantir
This is a guide to PySpark code style presenting common situations and the associated best practices based on the most frequent recurring topics across the PySpark repos we've encountered.
WordPress
Expert-level WordPress knowledge for AI coding assistants - blocks, themes, plugins, and best practices
liuyubobobo
Codes of my MOOC Course <Play with Algorithm Interviews>. Updated contents and practices are also included. 我在慕课网上的课程《玩儿转算法面试》示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
GoogleCloudPlatform
The Cloud Foundation toolkit provides GCP best practices as code.
trailheadapps
A library of concise, meaningful examples of Apex code for common use cases following best practices.
Priyansh19077
Here are my template codes for Competitive Programming with optimised implementations of various algorithms. I personally use them every day and have tested almost all of them in multiple competitive programming contests and practice problems