full-stack-devs-techera icon indicating copy to clipboard operation
full-stack-devs-techera copied to clipboard

Resources

Full Stack Development Techera

Resources Get you started!

How to setup your code environment

HTML & CSS

ReactJS

Frontend Design Ideas

Design Resouces for Developers

-design-resources-for-developers

Sessions 1 Links

Session 2 Links

Code From Praveen Repo

Any Query

Markdown syntax Guide

Crazy Stuff

VScode stuff

VS code Shortcuts

For windows

Font

Extensions

See full list of extensions here.

Themes/Color

Workflow

  • advanced-new-file
    • Adds the ability to create files anywhere in your workspace.
  • Auto Close Tag
    • Automatically add HTML/XML close tag
  • Auto Rename Tag
    • Automatically rename paired HTML/XML tag
  • FontSize ShortCuts
    • Change the font size with keyboard shortcuts.
  • Toggle Quotes
    • cmd ' (ctrl ' on win/linux) will cycle the first quote pair found (from the start/end of the section) between ', ", `

IntelliSense/AutoComplete

Style/Formatting

  • ESLint
    • Integrates ESLint JS
  • Beautify
    • Automatically format javascript, JSON, CSS, Sass, and HTML files.

Useful/Extra

  • Import Cost
    • Display inline the size of the required/imported package
  • Quokka.js
    • Evaluate code/logs inline and show results in the editor
  • VS Live Share
    • Collaborative editing, debugging, and more inside VS Code

above vscode setting source CodingGarden