Sourav Mandal Profile picture
Mar 8 13 tweets 4 min read
⬒ 10 Useful Vscode Extensions

A Thread 🧵↓
➀ Error Lens
⇥ It is Basically on amazing extension in visual code that shows you all the error and warnings in realtime when you working on a file or you open a new project Image
➁ Auto Rename Tag
⇥ This is another useful extension, It help you to rename the paired HTML/XML tags automatically. Image
➂ Git Lens
⇥ As the name suggests, this extension supercharges the git capabilities built into vscode, it let's you glimpse into whom, why and when a line or code block was changed. Image
➃ Live Sass Compiler
⇥ This one helps you when you work sass, it compiles Sass or Sess to Css at realtime with live browser reload . Image
➄ Live Share
⇥ It happens many time when you working in a team or want to code with your any friend, live share extension enables real-time collaboration between developers. it gives users the ability to share a session with someone else,
allowing them to edit code as well as share a sever and debugging session Image
➅ Prettier
⇥ Another most used extension, i guess i don't have to explain about this extension, but still those who don't know about this extension, it basically is an code formatter. Image
➆ css-auto-prefix
⇥ We know how prefixing some css properties are very important, the goal of this tool eliminate the time it takes to prefix all of your css attributes by doing it for you as you type. Image
➇ Live Server
⇥ i use this extension all the time whenever i am working with html, css related projects. this extension makes your existing server live and also helps you to live reload feature for dynamic content. Image
➈ Bracket pair colorizer
⇥ This extension allows matching brackets to be identified with colours, helps a lot when there are so many nested brackets. Image
➉ ES7 - Snippets
⇥ A must have extensionfor front-end devs, this exension provides you javascript and react/redux snippets in es7 with babel plugin features for vs code. Image
Hi🖐️ if you are interested in 🧵↓
⇥ Html
⇥Css
⇥ Python
⇥ JavaScript
💠Full-Stack Web Development
and... lot more about tech!
Follow Me. @souravWD
i am planning on using Twitter to share a lot of content that you won't want to miss.

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Sourav Mandal

Sourav Mandal Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @souravWD

Mar 10
❀ Basic Git Commands

A Thread 🧵↓
➀ Git Init

⇥ Git init create a new local git repository.

⇥ Alternatively, you can create a repository within a new directory by specifying the project name :
➁ Git Clone

⇥ if you want a local copy of a repository from GitHub, this command allows creating a local copy of that repository on your local directory form the repository URL.
Read 9 tweets
Mar 9
❒ Learn Python Step By Step Complete road map !

A Thread 🧵↓
➀ Learn Basics

⇥ Data Types
⇥ Conditional Operations
⇥ Operations for manipulating data
⇥ Function
⇥ File Handling
⇥ Libraries installation
➁ oops Concept

⇥ Understanding oops concepts
⇥ Learn Python's Classes and methods
⇥ Do Programs on oops
⇥ Go through with other's codes
⇥ Solve programming problems with oops
Read 7 tweets
Mar 9
⬒ Types of keys in SQL

A Thread 🧵
🔹What is key in SQL ?
⇥ A key in SQL is an attribute or a set of attribute which helps us to uniquely identify a record or a row of data in a relation table.
🔹 Primary key 🗝️
⇥ A primary key is a table attribute or column that identify every record present in a table uniquely.

There can be only one primary key attribute in a table and primary key column elements can't be some or null values.
Read 8 tweets
Mar 7
🔹 Html Favicon

A Thread 🧵↓
🔹 Html Favicon
⇥ A favicon is a small file containing the one or more icons which are use to represent the website or a blog. it is also known as a tab icon. website icon. url icon, or a bookmark icon. Image
⇥ This icon is actually displayed on the address bar. browser's tab browser history. bookmark bar. etc... the image of a favicon is in. icon file format There are various file formats but ico format is supported by all the browsers.
Read 6 tweets
Feb 26
✅ Chrome Keyboard All Shortcut
#100DaysOfCode
🧵↓
🔹ALT + F4 ⇥ Close the current window.
🔹ALT + Space Then N ⇥ Minimize the current window.
🔹Alt + Space Then X ⇥ Minimize the current window.
🔹Alt + F Then X = Quit Google Chrome
🔹Alt + F = Open the chrome menu
🔹Alt + Shift + B = Show or Hide the Bookmarks bar
🔹Ctrl + Shift + O = Open the bookmarks manager
🔹Ctrl + H = Open the History page in a new tab
🔹Ctrl + F6 = Skip to web contents
🔹Ctrl + n = Open a new Window
🔹Ctrl + Shift + N = Open a New Window in Incognito Mode
🔹Ctrl + T = Open a new Tab
Read 8 tweets
Feb 26
✅ All 25 Algorithms 🧵↓
🔹Basics
➀ Huffman Coding Compression algo.
➁ Euclid's algo.
➂ Union Find algo.
🔹Searching
➀ Linear Search.
➁ Binary Search.
➂ Depth Fist Search.
➃ Breadth First Search.
Read 7 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(