salaryHow to negotiate salaryHi I will advise on salary negotiation based on my experience When a recruiter or the person doing your phone screen, asks you “What is your…
CSSConfiguring Tailwind CSS👋 Hi, this is how you can add tailwind css to your create-react-app Then go to your file and add this Then go to your directory and…
ResumeHow To Write Resumes👋 I find this to be the best way to write resumes Go to Sourav Bajaj’s resume Scroll down to see how his resume looks in latex. Create an…
CookingHow to Make Dal MakhaniCredit goes to this video in YouTube by Ingredients - 1 cup black dal soaked with 1 fistful of rajmah (kidney beans) or chickpeas 1 tsp…
LaravelHow to set up Laravel and Nginx in Ubuntu 18.04Follow the instructions in the Laravel website to install Laravel. After you have installed, delete the file Then make the directories and…
FlaskHow to Run Flask and ReactI’m sure you know how to run Flask app as detailed in here Use create-react-app to build a skeleton boiler-plate React structure. Copy over…
PythonLogistic Regression from scratchIn this article, I will show you how to write the logistic regression algorithm from scratch. Let’s first create a function that will return…
StatsHow Can A/B Tests Go WrongDefinition A/B tests are popular these days but what are a/b tests. A/b tests are done to see the effects of experiments on websites…
ReactUsing Stripe with ReactI am going to be using React’s functional components here Import Stripe.js into your file Install Create a component that will inject…
BloggingHow to Create a Blog Like ThisThis blog was created using Gatsby. Gatsby is a static-site generator. First make sure you have gatsby installed. Then, head over here From…
CookingHow to Make Chicken CurryCredit goes to this video in YouTube by Marinate chicken with red chilli powder, ginger-garlic paste and salt Leave it in a cold place for…
ReactClearing Data in React HooksThanks to this StackOverflow Post The code has been copied from there for quick reference. Clearing data with React Hooks can be tricky. Use…
nginxHow to Configure Nginx to Run websitesThis is how to configure nginx to serve a website in Ubuntu 18.04 Create a .conf file in . For instance, you can run in the directory…
C#C# - Read uploaded file👋 This is how you can read uploaded files in C#. This is how you can save an uploaded file
CookingHow to Make Palak PaneerCredit goes to this video in YouTube by Ingredients - Onion 1 medium, 1 tomato, green chilli 1, ginger, garlic Roughly chop onion, tomato…
MarkdownStyling with MarkdownThis is how you would style with markdown. Heading 1 Heading 2 Heading 3 Heading 4 Heading 5 Heading 6 Lorem ipsum dolor sit amet, test link…
VimConfiguring Vim👋 Welcome, I can show you how to configure vim to make it look prettier and improve file browsing. You will also find tips on how to set up…