-
Sprint Retrospectives
I’m doing some research on how to run productive sprint retrospectives. Mountain Goat Software has a good structure that breaks down into how to encourage good habits: Start: What needs to be added to the team’s habits Stop: What needs to be changed or removeed Continue: What working but needs to continue in order to…
-
Gigantic Cognative Bias Chart
Courtesy of: Visual Capitalist
-
A Good Markdown Cheat Sheet
As we build out our site infrastructure and document our development process in our github wiki, I’ve been learning a lot about Markdown. I’m loving the simplicity of this Markdown cheat sheet by Adam Prichard. It’s a boiled down version of Github’s documentation on writing markdown. It gets straight to the point. Gotta love a…
-
Make your own Table of Contents in Google with Bookmarks
I never remember how to do this so I’m adding the quick steps here. I know there are ways of auto generating a Table of Contents in Google Docs, but I don’t know, I just like making my own. Don’t judge me. Go through your body of text and Select the headers/text you want to…
-
Daily Report 09212017
Maybe I can make a daily(ish) bad sketch about my life. Trying it out. Today: Tired of watching my husband get all awesome and superhero-ey as I remain squishy. Trying something new.
-
Twelve things developers must have in their resumes
I’m a fan of this codementor article by Lawrence Bradford about what you should always include in a resume/portfolio. Simple, to the point, a great no-nonsense list. Also liked her blog all about helping new coders find resources
-
Neato animated bezier cuves
Great for helping students visualize how they are constructed. https://www.jasondavies.com/animated-bezier/
-
How to stop an iframe video when closing modal
Needed to stop a video from playing and was impatient and having trouble getting it to work using YouTubes APIs. Found this solution and it worked right off the bat. https://gomakethings.com/stopping-youtube-vimeo-and-html5-videos-with-javascript/ Add this method to your script: var stopVideo = function ( element ) { var iframe = element.querySelector( ‘iframe’); var video = element.querySelector( ‘video’…
-
Handy Dandy Resistor Color Code
Note to self: Make a resistor color code calculator.
-
What the heck is a full stack developer
This is an interesting high-level overview of what a full-stack developer roll looks like. https://medium.com/coderbyte/a-guide-to-becoming-a-full-stack-developer-in-2017-5c3c08a1600c
-
Dragged a hard drive icon into infinity
Although it was another lifetime ago, I used to work at Apple, so when I have issues with my Mac, it bruises my ego. Lucky for me, the internets are full of answers to questions. My hard drive disappeared from the finder. I knew it was ok, I could get to it through the Terminal,…
-
wordpress localhost subpages not working
I’ve been banging my head against the wall because a local install of a wordpress I’m developing would for some reason not let me go to any wordpress subpages. I kept looking at my permalink settings, they looked fine, tried adding mod_rewrite to my htaccess file. It didn’t make sense because the admin pages were…
-
Frank Stella does Moby Dick
https://www.masterworksfineart.com/blog/frank-stella-and-moby-dick-a-whale-of-an-imagination/ Stella explained “I think the Moby Dick series [1986-1997] is a kind of turning point. I was a little afraid, and probably still am a little, with Moby Dick, but the pictures [are] essentially curved surfaces. They started to really move, and the novel moves; you’re going around the world, it’s pretty wet, there…
-
Will the real favicon generator please stand up
There are fifty billion favicon generators on the web and most of them suck. Most want you to join a mailing list or download some nefarious piece of software. It’s been hard to find one that is free AND that makes transparent favicons. I finally found one that does it all. The search is over!…