ACAlex Crockerinadmintuts.hashnode.dev·Apr 26, 2022 · 4 min readDisclosing a disability in the workplace—should you do it?Getting a new job is one of the most difficult things that one has to do in life. Interview prep, refining technical skills, and projecting enough confidence to land a new job is stressful for anyone and a major stress inducer. After an arduous job h...00
ACAlex Crockerinadmintuts.hashnode.dev·Jan 6, 2022 · 4 min readBuild a WordPress plugin settings screen with ReactIntroduction WordPress is one of the leading and oldest content management systems on the web today and has a huge community of people contributing to the platform every day. With that said, WordPress also has a ton of baggage and legacy code. While ...00
ACAlex Crockerinadmintuts.hashnode.dev·Mar 24, 2019 · 3 min readDeploy Node.js Apps to HerokuIn the old days, deployments used to consist of transferring files to and from a server via FTP connections. This was a manual process and was easy to get confused about what files were changed when and by who. It was very easy to overwrite another p...00
ACAlex Crockerinadmintuts.hashnode.dev·Dec 15, 2018 · 1 min readA Better User Menu in Xenforo 2.xThe default user menu in ThemeHouse’s UI.X theme for Xenforo 2 looks very bad, but it is a simple CSS fix to make it look 10x more appealing. First, be sure to enable the Material icons instead of the text for the user menu. You can do that by naviga...00
ACAlex Crockerinadmintuts.hashnode.dev·Aug 10, 2018 · 3 min readProgrammatically checking Steam username availabilitySometimes you need to find an easy and reliable way to do something without resorting to using an official API for various reasons such as distributing an amateur-focused script or program. Explaining how to obtain API keys is often too much of a has...00