Skip to content

Instantly share code, notes, and snippets.

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

Kenyk Romero kenyk7

🏠
Working from home
View GitHub Profile
@Klerith
Klerith / instalaciones-mini-flutter-bloc.md
Created August 24, 2023 16:26
Instalaciones para el mini-curso de Flutter Bloc
@Klerith
Klerith / plugins.md
Last active May 5, 2023 13:42
Lista de plugins que uso en VSC
@datchley
datchley / react-redux-style-guide.md
Last active February 13, 2024 14:30
React + Redux Style Guide
@petcarerx
petcarerx / typescript_cheatsheet.ts
Created March 16, 2016 15:42
Typescript Cheat Sheet - Syntax features and examples
// _____ __ _ _
///__ \_ _ _ __ ___/ _\ ___ _ __(_)_ __ | |_
// / /\/ | | | '_ \ / _ \ \ / __| '__| | '_ \| __|
// / / | |_| | |_) | __/\ \ (__| | | | |_) | |_
// \/ \__, | .__/ \___\__/\___|_| |_| .__/ \__|
// |___/|_| |_|
//Typescript Cheat Sheet: every syntax feature exemplified
//variables are the same as javascript, but can be defined with a type:
var myString:string;
@wesbos
wesbos / tab-trigger.js
Created November 16, 2015 19:33
How to properly get a TAB trigger working with Emmet inside of JSX
{
"keys": ["tab"],
"command": "expand_abbreviation_by_tab",
// put comma-separated syntax selectors for which
// you want to expandEmmet abbreviations into "operand" key
// instead of SCOPE_SELECTOR.
// Examples: source.js, text.html - source
"context": [
{
@kenyk7
kenyk7 / Kajax.js
Last active November 3, 2022 20:42
Class Kajax for send data and MultipartForm
/*!
* Kajax.js by @kenyk7
* Description: for send data ajax request.RequetsData: 1=succes, 2=Error and othres = error with report data
* Dependencies: jQuery 1.8+, Pnotify.js with Spanish Messages, Optional: fixed proggresbar bootstrap
* @license GPL
* @version 1.0
*/
//ussage methods
// var forms = new Kajax();
@max-mykhailenko
max-mykhailenko / # Sublime Emmet JSX Reactjs.md
Last active November 25, 2022 23:25
Sublime text 3. Enable Emmet in JSX files with Sublime React plugin

This is no longer needed as Emmet supports JSX - you just need to turn it all on. Did a quick tutorial: http://wesbos.com/emmet-react-jsx-sublime/

Thanks, @wesbos

Problem

  • Using emmet in jsx files
  • Emmet expands text when js autocomplete needed