XeNote/posts/Code/Codesheet.md

32 lines
995 B
Markdown
Raw Normal View History

2020-12-01 03:28:42 +00:00
---
title: "List of Code Snippets"
---
2020-12-02 21:28:38 +00:00
Various code snippets mostly about front-end technologies like HTML/CSS/JS and Linux, Python etc.
2020-11-28 16:36:28 +00:00
2020-12-02 21:28:38 +00:00
### __CSS Snippets__
* [[Frost Effect]]: Create frost-blur effects like in Apple design.
2020-11-28 16:36:28 +00:00
2020-12-02 21:28:38 +00:00
### __HTML__
2020-11-30 11:29:34 +00:00
* [[HTTPS Force Meta Tag]]: Güvensiz bağlantıları HTTPS'e zorlar.
2020-11-28 16:36:28 +00:00
2020-12-02 21:28:38 +00:00
### __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.
2020-11-28 16:36:28 +00:00
2020-12-02 21:28:38 +00:00
### __Linux/Bash__
* [[Linux Commands]]: Various Linux/Bash commands.
2020-11-28 16:36:28 +00:00
* [[Git Komutları]]
2020-12-02 21:28:38 +00:00
### __Miscellaneous__
* [[WebFlow]]: Useful Webflow snippets.
* [[Brave Settings]]: Brave's settings panel.