Back in the days, it was somewhere around when I first started my developer career, I was a Sublime text fan, most of you may have never herd of it but it was like “winrar” which kept bugging you for activating it but never obstructed you from using it. It was a good time. I was happy and I was productive. Sometimes, I used to give jetbrains a try but it soon phased out after my crack stopped working and I as a junior developer didn’t have enough salary to pay for their plans while paying my rent.
Recently I have run into an issue with a client who asked me to build a CNN model for certain task. Let’s keep “why” a secret and let’s talk about why I am writing this blog. The issue that we ran into later on was, my client was not ready to use the sagemaker for deploying the model even though we trained it on sagemaker. He wanted a custom repo where we could track the files and have our own custom inference. On top of that he wanted Fast API
I use VSCode. It’s free, simple and runs smoothly on all platforms.
Let’s talk about extensions. In past I have used many extensions and after filtering out most of the extensions that were memory/processor hogging; I have came to these extensions for overall usage. You can copy and paste them on your terminal if you would like to install them.
code --install-extension christian-kohler.npm-intellisense code --install-extension dbaeumer.vscode-eslint code --install-extension eamodio.gitlens code --install-extension ecmel.vscode-html-css code --install-extension eg2.vscode-npm-script code --install-extension esbenp.prettier-vscode code --install-extension formulahendry.auto-close-tag code --install-extension formulahendry.auto-rename-tag code --install-extension GraphQL.vscode-graphql code --install-extension IronGeek.vscode-env code --install-extension jpoissonnier.vscode-styled-components code --install-extension kumar-harsh.graphql-for-vscode code --install-extension lllllllqw.jsdoc code --install-extension mike-co.import-sorter code --install-extension ms-azuretools.vscode-docker code --install-extension ms-vscode-remote.remote-containers code --install-extension ms-vsliveshare.vsliveshare code --install-extension patbenatar.advanced-new-file code --install-extension rbbit.typescript-hero code --install-extension sburg.vscode-javascript-booster code --install-extension Shan.code-settings-sync code --install-extension sleistner.vscode-fileutils code --install-extension smlombardi.slime code --install-extension steoates.autoimport code --install-extension stevencl.addDocComments code --install-extension VisualStudioExptTeam.vscodeintellicode Theme: The theme I am using is slime. It comes with the extension pack installed above. It is calm and smooth.