Skip to content

Instantly share code, notes, and snippets.

View sunny7899's full-sized avatar
🏠
Working from home

sunny sunny7899

🏠
Working from home
View GitHub Profile
@ryansechrest
ryansechrest / html-style-guide.md
Last active April 6, 2025 04:46
HTML style guide with coding standards and best practices.

HTML Style Guide

All rules and guidelines in this document apply to HTML files.

The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.

Icon Legend:

· Space, Tab, Enter/Return

@rveitch
rveitch / sass-7-1-pattern.scss
Last active May 4, 2025 09:02
Sass 7-1 Pattern
sass/
|
|– base/
| |– _reset.scss # Reset/normalize
| |– _typography.scss # Typography rules
| ... # Etc…
|
|– components/
| |– _buttons.scss # Buttons
| |– _carousel.scss # Carousel
@xcarpentier
xcarpentier / startup-noob-guide.md
Created April 29, 2016 07:49 — forked from adrienjoly/startup-noob-guide.md
Tips and resources on how to test, develop your startup idea, or find a developer/associate/CTO
@antischematic
antischematic / counter.component.compiled.ts
Last active February 21, 2022 15:12
Angular Single File Module
// noinspection BadExpressionStatementJS
import {
use,
inject,
listen,
subscribe, provide, ValueToken, ViewDef,
} from "@mmuscat/angular-composition-api"
import { EMPTY } from "rxjs"
import { Component, ViewChild } from "@angular/core"