Posts
CSS Split div Evenly
December 08, 2021A couple of ways to split divs evenly
CSS Full Width li Links
December 06, 2021An example of full width li links
CSS Flexbox Header Template
December 03, 2021A template I like to use for building responsive headers
CSS Color Palette Example
December 01, 2021A brief example of how I set up and use color palettes in my css
Another CSS Grid Responsive Blog Template
November 03, 2021Another example of a responsive blog template built using css grid and no media queries
Flexbox Flex-Wrap Use Case
October 29, 2021An example of a use case for flexbox's flex-wrap property
Another CSS Responsive Layout Example
October 27, 2021A simple css responsive layout example
CSS Responsive Container
October 25, 2021An example of a simple responsive css container
Bootstrap Nav Dropdown Example
October 21, 2021An example of a Bootstrap nav with multiple dropdown menus
Creating a Django Virtualenv
October 19, 2021The steps I usually perform to create a Django virtual environment
Django Many To One Use Case
October 15, 2021A explanation of the use case for a many-to-one model relationship in Django
Quick Bootstrap Sidenav Example
October 13, 2021A simple example of a bootstrap sidenav layout
Django Submit Form Without a Model
October 11, 2021An example on how to submit a form without a model in Django
Example Django Bootstrap CSS Setup
October 07, 2021An example on getting Bootstrap CSS working in a Django application
React Interview Questions - HTTP Request Component
October 05, 2021A React interview question about making an http request in a component
React useState Object Update Example
October 04, 2021A quick example on updating a React state object using the useState hook
React Hide Component Example
October 01, 2021An example on how to hide a component with React
React Subscribe to State Changes
September 30, 2021An example on subscribing to state changes with React
React Interview Questions - Counter Component
September 29, 2021A React interview question about creating a counter component
Example React Icons Component
September 28, 2021An example of how to create reusable React svg icon components