How to curve an exam and assign grades – David Richeson: Division by Zero
Link: How to curve an exam and assign grades – David Richeson: Division by Zero: "Not a coding link but has some useful ideas if you are a teacher."
How to do multi-step forms in Rails - Code with Jason
Link: How to do multi-step forms in Rails - Code with Jason: "Really good simple explanation of making a multi step form in Rails."
How to get 4x the performance out of Heroku with UnicornThe Codeship Blog
Link: How to get 4x the performance out of Heroku with UnicornThe Codeship Blog: ""
How to improve your workflow with VS Code and Jupyter Notebook
Link: How to improve your workflow with VS Code and Jupyter Notebook: "Supercharge your Data Science workflow. Jupyter Notebooks + VS Code = 💘"
How to install Tomcat and Java 6 on CentOS 5.2
Link: How to install Tomcat and Java 6 on CentOS 5.2: "I'm not very smart on installing packages on Linux, but today I need to configure a Tomcat on a CentOS 5.2. The CentOS 5.2 has Tomcat 5 available as yum"
How to make responsiveness super simple with CSS Variables
Link: How to make responsiveness super simple with CSS Variables: "Learn how to create the following responsiveness with CSS Variables.A quick tutorial on how to create responsive websites in 2019.If you haven’t heard of CSS Variables before, it’s a new feature of CSS which gives you the power of variables in your stylesheet, without having to"
How to make video calls almost as good as face-to-face | benkuhn.net
Link: How to make video calls almost as good as face-to-face | benkuhn.net: "I spent way too long figuring out the how to make video calls feel natural. Here’s the best advice I came up with."
How to organize your git branches
Link: How to organize your git branches: "Another article about the perennial question of how to organize git branches"
How to rewrite your SQL queries in Pandas, and more | Codementor
Link: How to rewrite your SQL queries in Pandas, and more | Codementor: "Introduction to Pandas, for developers already familiar with SQL."
How to save hours of debugging with logs – freeCodeCamp.org
Link: How to save hours of debugging with logs – freeCodeCamp.org: "Logs are the boring unsung heroes of quality and debugging."