Sarah Calande7 Ways City Cycling Made Me Better At WorkBiking is a great way to familiarize yourself with a city. You’re able to see landmarks magnified, hidden side streets, and ride on your…Feb 25, 2022Feb 25, 2022
Sarah CalandeAdding Video Post Thumbnails to Accelerated Mobile PagesUse the get_post_format function in AMP\pagebuilder\modules\contents-moduleApr 12, 2019Apr 12, 2019
Sarah CalandeBinary Search//binary search function binarySearch(value, arr){ //we want to declare 5 things: first, last, position as -1, found as false, and middle…Apr 2, 2019Apr 2, 2019
Sarah CalandeWordPress PHP: It’s not so badMaking changes on the front end is easy right? Just a little change in the CSS, maybe the HTML or JavaScript….Mar 27, 2019Mar 27, 2019
Sarah CalandeSorting AlgorithmsI love sorting algorithms. They are fun to know and fun to do. Here are a few different examples:Mar 25, 2019Mar 25, 2019
Sarah CalandeHoisting in JavaScriptI wanted to make a quick article to talk about hoisting in JS. Basically, this means that a JavaScript variable can be used before it is…Mar 18, 2019Mar 18, 2019
Sarah CalandeMake Any WordPress Site into a React Native Mobile AppAs you can see, this app is not perfect… it needs more styling, the punctuation isn’t fully parsed, the Instagram images don’t render…but…Mar 9, 20191Mar 9, 20191
Sarah CalandeReact-native-render-html to Render WP API ContentLately I’ve been a big fan of making mobile apps. Websites are great, but most of the time we are inseparable from our phones, and people…Mar 4, 2019Mar 4, 2019
Sarah CalandeReally Simple: Algorithms and Big O NotationAs a developer, I was initially intimidated and unwilling to study algorithms, and even more unwilling to understand Big O. What would an…Feb 23, 2019Feb 23, 2019
Sarah CalandeJavaScript Questions and Answers Part 3This is part 3 of a series I’m doing on simplifying JavaScript basicsFeb 17, 2019Feb 17, 2019