Simple Explanations
Things are complicated enough as they are. Here is a curated list of “simple explanations” (of programming concepts) I’ve prepared. I hope you find it useful:
Web Development (Rails), CAD Plugins, and AWS
Things are complicated enough as they are. Here is a curated list of “simple explanations” (of programming concepts) I’ve prepared. I hope you find it useful:
If you’re writing some javascript and then suddenly discover that you need to add some nodes / HTML to your webpage, need not be taken from the server, what are you meant to do? Basically, you need to render some HTML from your javascript code. Where will this HTML come from?
The following are basic notes re: CSS, written primarily for my own benefit.
These are some common pointers which may confuse me.
This took me a little while to work out.
So you’ve made a change to the database. Will things still work with your existing code? Perhaps not. How then are you going to handle it?
The list is extensive - especially if one wants to get to a substantial degree of mastery in any particular element:
This is a work in progress post - as I progress in learning about this stuff - I will update it and make it more accurate as and when I can. In the mean time I hope it helps you. If you find any mistakes etc., please do feel free to: leave a comment or send me an email to my gmail id: ben.chenathara
Solve people’s problems: make it easy for them (and not you): there’s a difference!