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…