XeNote/posts/Code/Codesheet.md
2020-12-03 00:28:38 +03:00

32 lines
995 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "List of Code Snippets"
---
Various code snippets mostly about front-end technologies like HTML/CSS/JS and Linux, Python etc.
### __CSS Snippets__
* [[Frost Effect]]: Create frost-blur effects like in Apple design.
### __HTML__
* [[HTTPS Force Meta Tag]]: Güvensiz bağlantıları HTTPS'e zorlar.
### __JavaScript__
* [[Google Sheets API]]: Fetch your sheets.
* [[Airtable Fetch API]]: Unlike official API, it uses browser's Fetch API.
* [[Deep Compare]] Make deep compare JS objects.
* [[HTML Attribute Remover]]: Remove all attributes from given HTML string..
* [[Webpack Env Variables]]: Passing environment variables from webpack.config.js
* __React__
* * [[React Hooks]]: Most useful hooks.
* __Svelte__
* * [[External Script Loader]]: Svelte component that loads script.
### __Linux/Bash__
* [[Linux Commands]]: Various Linux/Bash commands.
* [[Git Komutları]]
### __Miscellaneous__
* [[WebFlow]]: Useful Webflow snippets.
* [[Brave Settings]]: Brave's settings panel.