Elliott King·Dec 15, 2020How to Automagically Run Your ScriptsIt’s cron. The answer is to use a cron job.
InThe StartupbyElliott King·Dec 9, 2020An Introduction to Search Engine OptimizationOptimize your site for search engines, or something like that.
Elliott King·Nov 25, 2020Understanding API PaginationAny JSON API that holds a large list of data will give it to you through pagination.A response icon1A response icon1
Elliott King·Nov 17, 2020An Introduction to Redis for the Junior DeveloperHow do you use a “in-memory data structure store?”A response icon1A response icon1
Elliott King·Nov 12, 2020Preparing for Nontechnical Questions in a Tech InterviewA guide to predicting the questions you will get for the first interview.
Elliott King·Nov 3, 2020Improving your Website Preview Cards on LinkedInLinkedIn has a nice feature of “unfurling” links to include images from the page. However, your personal projects may show no image.
InThe StartupbyElliott King·Oct 27, 2020Hooking Git“Hooks” are automatic scripts that run when you use git.A response icon1A response icon1
InThe StartupbyElliott King·Oct 14, 2020Navigating an Unfamiliar Codebase (With Github & VSCode)I thought I would look at VSCode from a more intermediate level. Specifically, getting into a larger codebase.