Skip to content

Code Tidbits – Use Images to Learn Software Development Concepts

The tidbits on this page are pictorial explanations of various software development concepts. Each image is a tidbit of an article on this website. So, if you wish to learn more, go to the post for that tidbit.

1 / 5
What is HTML?
HTML annotates the content a web browser will display
What is HTML?Anatomy of a regular HTML elementAnatomy of an empty HTML elementHTML vs. CSS vs. JavaScriptHTML vs. CSS vs. JavaScript
1 / 7
CSS box model anatomy
CSS box model comprises of four boxes
CSS box model anatomyAnatomy of a CSS rulesetAnatomy of CSS @keyframes at-ruleCSS nth-child vs nth-of-type selectorIllustration of CSS grid linesIllustration of grid column lines in CSS GridIllustration of grid row lines in CSS Grid
1 / 12
Arguments vs. parameters
Arguments are values. Parameters are the names of the values.
Arguments vs. parametersAnatomy of a rest parameterAnatomy of a rest variableArray lastIndexOf() method's tidbitJavaScript Number() global method's tidbitJavaScript parseInt() global method's tidbitRegExp exec() method's tidbitRegExp test() method's tidbitString split() method's tidbitString toLowerCase() method's tidbitString toUpperCase() method's tidbitWhy is Express Router a mini-app?
1 / 5
React explained
The super flexible JavaScript library for modern frontend and full-stack app development
React explainedReact component syntaxReact Component's LifecyleThe Image Grid Gallery quick reference guideThe YouTube Playlist quick reference guide